Skip to content

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-engineering plugin.
  • 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.

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.

This documentation site is deployed as a Cloudflare Worker with static assets at:

https://agent-engineering.appranks.com

Protect internal access with Cloudflare Access.