Skill Claude CodeCodex
Circuit breakers, retries, timeouts, and bulkheads for fault-tolerant systems.
Skill Claude CodeCodex
Circuit breakers, retries, timeouts, and bulkheads for fault-tolerant systems.
Skill Claude CodeCodex
Security audit for code focusing on OWASP Top 10, authentication, authorization, and sensitive data handling. Use when user asks to 'review security', 'security audit', or 'check vulnerabilities'.
Skill Claude CodeCodex
Install shadcn/ui components via CLI with mandatory dry-run preview before write. Workflow: info → search → docs → diff → install.
Skill Claude CodeCodex
Embed Spline 3D scenes safely: lazy-load, perf-gated, mobile-aware, a11y-conscious. Never ships without LCP measurement.
Skill Claude CodeCodex
Completes a development branch: verify tests, detect environment, then present merge/PR/keep/discard options with provenance-based cleanup. Use after all tasks in subagent-driven-development are done.
Skill Claude CodeCodex
TDD code generation cycle: RED (failing test) → GREEN (minimal code) → REFACTOR. Executes one task at a time from tasks.md. Use when implementing a single planned task or a simple change with no prior plan.
Skill Claude CodeCodex
Enforce issue-first discipline — no PR without an approved issue.
Skill Claude CodeCodex
Progressive context refinement for multi-agent orchestration — sends a minimal seed, collects context gaps, enriches incrementally. Finds the minimum sufficient context set before execution.
Skill Claude CodeCodex
Decomposes an approved DECISIONS.md into atomic 2-5 minute tasks with TDD steps, file paths, and dependencies. Produces docs/changes/ /tasks.md consumed by subagent-driven-development. Use when user asks to 'plan', 'break down', or after brainstorming approves a spec.
Skill Claude CodeCodex
Author a Product Requirements Document — stakeholder-facing, distinct from engineering spec. Drives the user through Problem / User / Value / Scope / Constraints / Non-goals / Hypothesis / Validation. Goes BEFORE /sdd-new, not instead of it. The PRD becomes the input that sdd-propose reads first.
Skill Claude CodeCodex
Validar ideas de producto, definir MVP, explorar problemas de usuario. Use when user asks to 'validate idea', 'define MVP', 'product discovery', or 'validate user needs'.
Skill Claude CodeCodex
Create well-structured GitHub PRs enforcing issue-first discipline. Single source of truth — no /commands wrapper.