git-workflow
49Skill Claude CodeCodex
Git conventions and workflow guidelines using Conventional Commits, branching strategies, and best practices for version control.
Skill Claude CodeCodex
Git conventions and workflow guidelines using Conventional Commits, branching strategies, and best practices for version control.
Skill Claude CodeCodex
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Skill Claude CodeCodex
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Skill Claude CodeCodex
Use Language Server Protocol tools for code validation, navigation, and refactoring. Essential for maintaining code quality.
Skill Claude CodeCodex
Playwright end-to-end testing best practices for web applications, covering test design, locator strategies, and assertion patterns.
Skill Claude CodeCodex
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
Skill Claude CodeCodex
Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine…
Skill Claude CodeCodex
Expert in Rust development with focus on safety, performance, and async programming.
Skill Claude CodeCodex
Security best practices for backend development, microservices, and secure coding patterns with emphasis on input validation and authentication.
Skill Claude CodeCodex
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Skill Claude CodeCodex
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.