Skill Claude CodeCodex
Use when writing backend code, APIs, or services. Enforces code standards that ensure another engineer can understand your code in 5 minutes, not 5 days.
Skill Claude CodeCodex
Use when writing backend code, APIs, or services. Enforces code standards that ensure another engineer can understand your code in 5 minutes, not 5 days.
Skill Claude CodeCodex
Use before any creative work - creating features, building components, adding functionality, designing systems. Explores user intent and requirements through Socratic dialogue before implementation.
Skill Claude CodeCodex
Use when building or refactoring LangGraph (Python) agent workflows as graphs: StateGraph/START/END, typed state (TypedDict/MessagesState), routing (addconditionaledges or Command(goto/update)), tools (ToolNode, createreactagent), memory/checkpointing (InMemorySaver/PostgresSaver, threadid), streaming (stream/astream…
Skill Claude CodeCodex
Use when starting multi-step tasks, building features, or implementing changes. Creates detailed implementation plans with TDD, exact file paths, and bite-sized tasks before touching code.
Skill Claude CodeCodex
Use when building React components, optimizing renders, preventing hydration issues, or improving frontend performance. Enforces patterns that respect the browser's main thread.
Skill Claude CodeCodex
Use when designing system architecture, selecting databases, planning microservices, or decoupling business logic from infrastructure. Applies Hexagonal Architecture, CQRS, and Event Sourcing patterns.
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Skill Claude CodeCodex
Use when debugging any issue - errors, failures, unexpected behavior. Enforces 4-phase root cause analysis instead of symptom-fixing. Prevents bugs from returning in mutated forms.
Skill Claude CodeCodex
Use when designing interfaces, selecting colors, defining typography, or making layout decisions. Enforces design systems, accessibility standards, and data-backed UX reasoning.