adr-review
25Skill Claude CodeCodex
Review existing Architecture Decision Records. Flag ADRs whose aging signals may have triggered given current state. Categorizes each as valid / aged / superseded and suggests follow-up actions.
Skill Claude CodeCodex
Review existing Architecture Decision Records. Flag ADRs whose aging signals may have triggered given current state. Categorizes each as valid / aged / superseded and suggests follow-up actions.
Skill Claude CodeCodex
Author an Architecture Decision Record (ADR). Captures decisions with implications beyond the current change — lasts months, affects multiple files, hard to reverse. Records context, alternatives considered, consequences, and aging signals so the decision can be revisited when conditions change.
Skill Claude CodeCodex
4-phase loop-detection and recovery protocol. Fires when an agent detects it is stuck or repeating the same tool call with no progress — before tool-loop-detection circuit-breaks at 30 calls.
Skill Claude CodeCodex
Socratic exploration of requirements before implementation. Refines spec through targeted questions. Use when user asks to 'explore options', 'refine requirements', or mentions 'unclear requirements'.
Skill Claude CodeCodex
Generate structured changelog from git history. Groups commits by type, filters noise, produces Keep a Changelog format. Single source of truth — no /commands wrapper.
Skill Claude CodeCodex
Generate pipe-delimited commits: Tipo|IdTarea|YYYYMMDD|Descripción. Single source of truth — no /commands wrapper.
Skill Claude CodeCodex
Planning-only adversarial-review fan-out for proposal critique. Reuses sdd-verify-diff's aggregator without entering the SDD pipeline. Outputs findings count + top blocking issues in plain prose.
Skill Claude CodeCodex
Planning-only dual-blind-proposer for decision-between-options questions. Reuses sdd-debate's state machine without entering the SDD pipeline. Outputs a consensus / hybrid / divergence verdict in plain prose.
Skill Claude CodeCodex
Systematic 4-phase research methodology: Scope → Gather → Synthesize → Deliver. Single source of truth — no /commands wrapper.
Skill Claude CodeCodex
Crear documentación de API: OpenAPI specs, guides, error catalogs. Use when user asks to 'document API', 'create API docs', 'generate OpenAPI spec', or 'write API guide'.
Skill Claude CodeCodex
Dispatch one agent per independent problem domain so investigations run concurrently. Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
Skill Claude CodeCodex
Statically check WCAG 2.2 AA color contrast in TS/TSX/CSS files. Detects Tailwind text/bg pairs and CSS color/background rules, fails build if ratio < 4.5:1 (normal) or < 3:1 (large).
Skill Claude CodeCodex
RESTful API design principles for consistent, versioned, developer-friendly APIs.
Skill Claude CodeCodex
Hexagonal, Clean, and Screaming architecture patterns for maintainable systems.
Skill Claude CodeCodex
Behavioral guidelines to reduce common LLM coding mistakes before writing any code.
Skill Claude CodeCodex
Generate canonical DESIGN.md (9-section schema) for the project. Drives consistency across components and onboarding.
Skill Claude CodeCodex
Fetch a reference URL, extract its design tokens (colors, fonts, spacing, radii, shadows), and emit a W3C-format tokens file. Replaces vibes-based copying with a structured, auditable extraction.
Skill Claude CodeCodex
Anti-convergence gate for visual work. Forces a real referent fetch + extreme style choice + state design + token declaration BEFORE any code. Default to this skill before any frontend builder task.
Skill Claude CodeCodex
Diseña y construye interfaces frontend distintivas de alta calidad con pensamiento de diseño profesional. Use when user asks to 'design component', 'create interface', 'build landing page', or 'design dashboard'.
Skill Claude CodeCodex
Official GSAP skill — core API, timelines, ScrollTrigger, plugins (Flip/SplitText/MorphSVG), React/Vue/Svelte integration, performance, utils. Use for any GSAP animation, scroll, or DOM motion task.
Skill Claude CodeCodex
Mobile-first components following Apple HIG patterns adapted for web (React/Next/PWA). Tab bars, sheets, Dynamic Type, Safe Areas, haptics.
Skill Claude CodeCodex
Revisa código NestJS + TypeORM siguiendo mejores prácticas, detecta vulnerabilidades OWASP y anti-patterns. Use when user asks to 'review code', 'audit module', or 'check security'.
Skill Claude CodeCodex
Add barba.js page transitions integrated with GSAP. Workflow: install → entry init → default transition → named per-route → hooks.
Skill Claude CodeCodex
React/Next.js patterns for performant, maintainable, accessible components.