← ClaudeAtlas

agent-skillslisted

Discover and apply the Agent Skills engineering workflow collection in Codex. Use when starting a coding session, selecting a software-development workflow skill, or deciding which Agent Skills sub-skill applies to specification, planning, implementation, testing, review, security, performance, documentation, CI/CD, migration, observability, or shipping work.
andrewr303/claude-codex-plugin-lab · ★ 0 · AI & Automation · score 60
Install: claude install-skill andrewr303/claude-codex-plugin-lab
# Agent Skills ## Overview Agent Skills is a collection of engineering workflow skills organized by development phase. Each skill encodes a specific process that senior engineers follow. Use this meta-skill to discover and apply the right skill for the current task. ## Skill Discovery When a task arrives, identify the development phase and apply the corresponding skill: ``` Task arrives │ ├── Don't know what you want yet? ──────→ interview-me ├── Have a rough concept, need variants? → idea-refine ├── New project/feature/change? ──→ spec-driven-development ├── Have a spec, need tasks? ──────→ planning-and-task-breakdown ├── Implementing code? ────────────→ incremental-implementation │ ├── UI work? ─────────────────→ frontend-ui-engineering │ ├── API work? ────────────────→ api-and-interface-design │ ├── Need better context? ─────→ context-engineering │ ├── Need doc-verified code? ───→ source-driven-development │ └── Stakes high / unfamiliar code? ──→ doubt-driven-development ├── Writing/running tests? ────────→ test-driven-development │ └── Browser-based? ───────────→ browser-testing-with-devtools ├── Something broke? ──────────────→ debugging-and-error-recovery ├── Reviewing code? ───────────────→ code-review-and-quality │ ├── Too complex? ─────────────→ code-simplification │ ├── Security concerns? ───────→ security-and-hardening │ └── Performance concerns? ────→ performance-optimiz