80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
github-checkout-feature-b...
by masa-codehub
Replaces the task of ensuring development proceeds on the correct branch by switching and synchronizing branches. Typica...
github-pull-request
by masa-codehub
Replaces the entire process from creating and managing pull requests to final verification before merging. Typical use c...
context-creation
by masa-codehub
Replaces the process of defining the system's overall picture (SSOT) and dynamically maintaining alignment between codeb...
code-refactoring-implemen...
by masa-codehub
Orchestrates the entire Code Refactoring process (Planning -> Execution -> Closing). Manages the workflow by invoking sp...
arch-refactoring
by masa-codehub
Replaces the "information organization" task of improving readability and consistency of architecture diagrams while mai...
spec-planning-review
by masa-codehub
Replaces the review process for strictly auditing specification formulation plans from a Technical Designer perspective...
file-ops
by masa-codehub
Replaces the procedures for executing basic file operations such as rewriting, adding, and inserting content accurately...
decision-support
by masa-codehub
Replaces the task of identifying information gaps needed for decision-making and proposing strategic approaches to resol...
code-testing-implementati...
by masa-codehub
Orchestrates the Testing Strategy & Implementation process (Planning -> Execution -> Closing). Manages the workflow by i...
arch-creation
by masa-codehub
Replaces the process of visualizing approved ADRs into concrete diagrams and sequence charts while ensuring architectura...
adr-drafting
by masa-codehub
Replaces the work of drafting determined architectural hypotheses into logical and detailed ADR documents following stan...
tdd-creation
by masa-codehub
Replaces the entire process of formulating implementation plans and integrating results based on detailed specifications...
arch-drafting
by masa-codehub
Replaces the actual work of creating and updating architecture diagrams (Mermaid) and documents that integrate structura...
github-commit
by masa-codehub
Replaces the work of recording changes to the repository following specific conventions. Typical use cases: (1) Batch st...
context-review
by masa-codehub
Replaces the task of auditing whether the updated system context accurately reflects the "real code" to ensure reliabili...
context-drafting
by masa-codehub
Replaces the work of creating and updating the system-context.md, which serves as the project's constitution, to unify t...
python-verification
by masa-codehub
Replaces the task of serving as a quality gate to guarantee Python code quality through static analysis and testing. Typ...
code-review-implementatio...
by masa-codehub
Orchestrates the Code Review process (Analysis -> Fix -> Reply/Close). Manages the workflow by invoking specialized sub-...
adr-review
by masa-codehub
Skill for auditing and refining ADR documents. checks for SSOT alignment, logical consistency, and adherence to architec...
design-doc-drafting
by masa-codehub
Replaces the work of drafting and refining Design Docs, which serve as the Implementation SSOT, by integrating various d...
code-testing-planning
by masa-codehub
Analyzes existing code and specs to identify missing test coverage and formulate a robust Testing Plan. Used for adding...
task-management
by masa-codehub
Framework for systematic task execution using a state machine (Planning, Execution, Closing). Used for (1) complex featu...
context-hypothesis
by masa-codehub
Replaces the design study of formulating and analyzing "verifiable hypotheses" that align with SSOT based on domain mode...
tdd-python-drafting
by masa-codehub
Replaces the creation of test code based on specifications and the minimal implementation to pass them (Red/Green) in Py...