api-design
01Skill Claude CodeCodex
Design or review REST/GraphQL APIs when endpoints or contracts change.
Skill Claude CodeCodex
Design or review REST/GraphQL APIs when endpoints or contracts change.
Skill Claude CodeCodex
Secure authentication and authorization when credentials, sessions, roles, or permissions change.
Skill Claude CodeCodex
Design schemas and migrations when persistent data structures change.
Skill Claude CodeCodex
Evaluate when to dispatch parallel agents; use a 4-step pattern to split, coordinate, and integrate results.
Skill Claude CodeCodex
Check official docs when framework APIs or configuration may be version-sensitive.
Skill Claude CodeCodex
Apply frontend conventions when components, pages, forms, or client state change.
Skill Claude CodeCodex
Behavioral guidelines to reduce common LLM coding mistakes — Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution.
Skill Claude CodeCodex
Pre-ship observability readiness checklist — ensures errors reach production monitoring, not just debug consoles.
Skill Claude CodeCodex
Adversarial security and resilience analysis — auto-triggered during /review and /test based on task classification. Provides attack surface analysis, boundary testing, auth bypass attempts, dependency chain attacks, and Beast Mode stress testing.
Skill Claude CodeCodex
Decompose tasks via subagent collaboration; define interface contracts and integration checkpoints.
Skill Claude CodeCodex
Use 4-phase root cause analysis (Observe, Hypothesize, Verify, Fix); avoid unverified patches.
Skill Claude CodeCodex
Drive changes with Red→Green→Refactor; ensure behavior is verifiable and regression-safe.
Skill Claude CodeCodex
Use Git worktrees to create parallel working directories safely; avoid branch-switch contamination.
Skill Claude CodeCodex
Enforce "no evidence = no completion"; run Gate Function verification before declaring done.
Agent Claude Code
AgentCortex /handoff phase executor. Use when delegating handoff work that must produce a resumable state summary with full Work Log archival per agentic-os governance.
Agent Claude Code
AgentCortex /implement phase executor. Use when delegating implementation work that must follow agentic-os gates, evidence requirements, and skill injection.
Agent Claude Code
AgentCortex /review phase executor. Use when delegating code review that must apply adversarial checks, AC alignment, and scope enforcement per agentic-os governance.
Agent Claude Code
AgentCortex /ship phase executor. Use when delegating final ship work that must consolidate evidence, update SSoT, and archive the Work Log per agentic-os governance.
Agent Claude Code
AgentCortex /test phase executor. Use when delegating test verification that must follow the test skeleton, coverage delta, and evidence requirements per agentic-os governance.
Command Claude Code
Execute the canonical workflow: .agent/workflows/adr.md.
Command Claude Code
Execute the canonical workflow: .agent/workflows/app-init.md.
Command Claude Code
Execute the canonical workflow: .agent/workflows/ask-local.md.
Command Claude Code
Execute the canonical workflow: .agent/workflows/ask-openrouter.md.
Command Claude Code
Execute the canonical workflow: .agent/workflows/audit.md.