Skill Claude CodeCodex
Applies Domain-Driven Design (DDD) bounded contexts and event storming to decompose monoliths into clean services.
Skill Claude CodeCodex
Applies Domain-Driven Design (DDD) bounded contexts and event storming to decompose monoliths into clean services.
Skill Claude CodeCodex
Looks for performance bottlenecks across frontend rendering, backend logic, database access, and network usage. Use when something is slow or before it needs to scale.
Skill Claude CodeCodex
Performs a pull-request-style review across an entire diff, organizing findings by severity and considering scope/intent, not just line-level code quality. Use when reviewing a full PR rather than a single function.
Skill Claude CodeCodex
Identifies unnecessarily complicated code and proposes cleaner implementations while preserving behavior. Use when code works but is harder to read or change than it should be.
Skill Claude CodeCodex
Designs circuit breakers, bulkhead concurrency limits, fallback caches, and timeout policies for failing dependencies.
Skill Claude CodeCodex
Analyzes code and implementations for common security weaknesses and unsafe practices - injection, auth flaws, secrets handling, unsafe deserialization, and access control. Use before shipping anything handling user input, auth, or sensitive data.
Skill Claude CodeCodex
Analyzes SQL queries, execution plans, index usage, and lock contention to optimize database operations.
Skill Claude CodeCodex
Designs deterministic Finite State Machines (FSMs) and statecharts for complex UI workflows and backend order lifecycles.
Skill Claude CodeCodex
Focuses specifically on TypeScript type safety - any usage, unsound generics, interface design, and type narrowing. Use for a deep type-system review, not general code quality.
Skill Claude CodeCodex
Designs robust real-time bidirectional WebSocket/SSE protocols with heartbeat ping/pong, reconnect backoff, and auth.
Skill Claude CodeCodex
Formats Architecture Decision Records (ADRs) capturing problem context, considered alternatives, and consequences.
Skill Claude CodeCodex
Converts commits or development updates into clean, categorized release notes and changelogs. Use when preparing a release and raw commit history needs to become human-readable notes.
Skill Claude CodeCodex
Extracts domain terminology, business acronyms, and entity definitions into an ubiquitous language dictionary.
Skill Claude CodeCodex
Generates consistent, meaningful Git commit messages based on a diff or description of changes. Use when writing or reviewing a commit message, especially to follow Conventional Commits or a project's existing convention.
Skill Claude CodeCodex
Creates clear, welcoming CONTRIBUTING.md files, PR templates, and local dev onboarding guides for open source projects.
Skill Claude CodeCodex
Creates structured technical documentation from code, requirements, or existing notes. Use when a feature, module, or system needs written docs and none exist yet, or existing ones are out of date.
Skill Claude CodeCodex
Distills dense technical postmortems, architecture RFCs, and quarterly engineering metrics into crisp C-suite briefs.
Skill Claude CodeCodex
Creates professional README files for GitHub projects, covering purpose, installation, usage, and contribution info. Use when a repo has no README or an outdated/thin one.
Skill Claude CodeCodex
Converts git commits, PR summaries, and changelogs into engaging, user-facing product release notes.
Skill Claude CodeCodex
Drafts formal technical Requests for Comments (RFCs) complete with motivation, architecture design, and rollout plan.
Skill Claude CodeCodex
Generates structured, copy-pasteable operational runbooks and disaster recovery SOPs for on-call engineering teams.
Skill Claude CodeCodex
Crafts developer quickstart guides, language SDK installation snippets, and copy-pasteable curl/Python/TypeScript samples.
Skill Claude CodeCodex
Converts raw development notes into professional daily or weekly project status updates. Use when turning scattered notes/bullet points into a shareable update for a team or stakeholder.
Skill Claude CodeCodex
Audits CI/CD workflows (GitHub Actions, GitLab CI) to implement caching, parallelization, and cut build durations.