This repository is a reference library. Integrate only the pieces you need into your target project, with Codex as the primary agent runtime.
- Copy
AGENTS.mdinto your project root and adjust trigger rules for your paths. - Copy needed skills from
skills/. - Copy needed agents from
agents/. - Copy needed workflow templates from
templates/. - Validate with your project checks (
typecheck,build, test commands).
- Recommended minimum:
skills/backend-dev-guidelinesskills/frontend-dev-guidelinesskills/error-tracking
- Optional:
skills/route-testerskills/skill-developer
- Replace example path assumptions with your real project paths in your project
AGENTS.md. - Keep rules explicit, for example:
- Backend:
apps/api/**,services/**,backend/** - Frontend:
apps/web/**,frontend/**,client/**
- Backend:
- Agents are markdown-based operating procedures in
agents/. - Copy only what you use and update hardcoded paths/commands to your environment.
This Codex version intentionally avoids Claude event hooks. Use explicit workflow steps:
- Skill selection via
AGENTS.mdrules. - Change tracking with git + optional script (
scripts/changed-files.sh). - End-of-task validation by running checks.
For non-trivial tasks, create:
dev/active/<task>/<task>-plan.mddev/active/<task>/<task>-context.mddev/active/<task>/<task>-tasks.md
Use templates under templates/ as starting points.
- Legacy Claude-specific assets remain under
.claude/. - Codex-first assets are at root-level directories:
skills/agents/templates/docs/scripts/
- Legacy handling policy:
docs/legacy-claude-policy.md