AI agent templates with agents, skills, and workflows for Codex-style development.
Install into a project:
npx codex-kit initOr install globally:
npm install -g codex-kit
codex-kit initinit installs:
.agent/(agents, skills, workflows, scripts)AGENTS.md(Codex workspace contract)
| Command | Description |
|---|---|
codex-kit init |
Install .agent and AGENTS.md |
codex-kit update |
Refresh existing .agent and AGENTS.md |
codex-kit status |
Check installation status |
Common options:
codex-kit init --force
codex-kit init --path ./my-project
codex-kit init --branch main
codex-kit init --dry-run
codex-kit init --quiet- Open your target project folder.
- Run
codex-kit init. - Start Codex in that same folder.
- Ask naturally, or use workflow-style prompts.
Important:
/plan,/debug,/create, etc. are prompt patterns in Codex chat.- They are not terminal commands.
Examples you can paste into Codex chat:
Use the /plan workflow to break down JWT auth with refresh tokens.
Use the /debug workflow to find why login returns HTTP 500.
Use frontend-specialist to refactor this page for performance.
$playwright open http://localhost:3000 and capture a screenshot.
agents: specialist perspectives (frontend, backend, security, testing, ops, etc.)skills: reusable domain playbooksworkflows: structured execution patterns (/plan,/debug,/test,/orchestrate, etc.)scripts: validation helpers under.agent/scripts
If you use editor-integrated AI tooling (Cursor/Windsurf), avoid putting .agent/ in project .gitignore if you want workflow discovery in the UI.
If you want to keep it untracked locally, prefer .git/info/exclude.
- Repo:
https://github.com/Labontese/antigravity-kit-for-codex - Web docs app:
web/
MIT