Agent Engineering
Agent Engineering is the shared source of truth for software engineering agent workflows at AppRanks.
It centralizes:
- Skills: reusable recipes exposed through the
agent-engineeringplugin. - Guidance: persistent instructions generated for Codex and Claude.
- Policies: command and file access intent translated into tool-specific rules.
- Hooks: deterministic checks that run at known agent lifecycle points.
- Lifecycle: SemVer, CI, release gates, and rollout expectations.
Current Position
Section titled “Current Position”The project is Codex-first. Claude support is an adapter layer, not a separate source of truth.
Use plugins for agent-native distribution. Do not add an internal npm package until many repositories need automated sync PRs for generated AGENTS.md, .codex/rules, or hook files.
Deployment
Section titled “Deployment”This documentation site is deployed as a Cloudflare Worker with static assets at:
https://agent-engineering.appranks.comProtect internal access with Cloudflare Access.