A small, Codex-focused collection of reusable coding workflows.
- Codex Desktop
- Reference session IDS for multi thread referencing
- Sub agents / Deep Research
- Dead Prose Speaking
- Review: CoderRabbit
- Skills
- MCP: Linear, TLDraw & Paper
- Knowledge: Obsidian
.agents/
skills/
README.md
coding-workflow/
how/
evals-start/
...
prompts/
skills-lock.json
Each skill is a direct child of .agents/skills/. Do not nest active skills under category folders such as .agents/skills/evals/; use .agents/skills/README.md as the category layer instead.
Copy the complete skill folders you want into the target project's .agents/skills/ directory:
target-project/
.agents/
skills/
coding-workflow/
how/
verify/
Keep each folder intact. A skill's references/, agents/, scripts/, and assets/ directories are part of its contract when present.
See .agents/skills/README.md for the category map:
- How
- Core Workflow
- Testing
- Evals
- Validation
- Data
- Review Interfaces
- Frontend
- Mobile
- Backend
This repo started from this thread on how I have been coding: https://x.com/crypblizz/status/2082050683956519204
The Codex workflow adapts ideas from Lauren Tan's How and pstack projects. Both are MIT licensed. See THIRD_PARTY_NOTICES.md.