80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
Scaffolds a complete CRUD feature for an entity (Actions, Controller, Requests, Pages, Routes). Use when building a new...
Generates a standard Controller class. Use when creating API or Web endpoints (e.g., "Create a controller for managing c...
Scaffolds a new Domain Module structure in the Modular Monolith architecture. Use when creating a new module (e.g., "Cre...
Scaffolds a new Vue 3 Inertia page. Use when creating frontend pages (e.g., "Create a student list page" or "Make a crea...
Generates a PHPUnit/Pest test file. Use when adding test coverage for Actions, Features, or Endpoints (e.g., "Create a t...
Generates a Query class for read-only operations. Use when implementing complex data retrieval, reports, or optimized fe...
Reviews code for compliance with the project's Modular Monolith architecture, strict boundary rules, and coding standard...
Generates a Data Transfer Object (DTO) class. Use when defining structured data for Contracts, API responses, or complex...
Generates a new business logic Action class following the Modular Monolith pattern. Use when implementing a new feature...
Generates a Laravel FormRequest class for validation. Use when creating or updating data (e.g., "Add validation for stud...
Generates a Shared Contract (Interface) and its implementation outline. Use when a module needs to expose data or behavi...
Generates a Laravel Policy class for authorization logic. Use when adding permission checks for a model or resource (e.g...
Reviews code for security vulnerabilities and adherence to the project's Gate vs Policy authorization rules. Use before...
google-style-guide
by mcclowes
Use when writing or reviewing technical documentation to follow Google's documentation style guide - https://developers....
docusaurus-plugins
by mcclowes
Use when creating Docusaurus plugins (remark, rehype, theme, content, lifecycle) to extend markdown, modify HTML, or add...
docusaurus-documentation
by mcclowes
Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs
docusaurus-config
by mcclowes
Use when working with docusaurus.config.js/ts files to validate or modify Docusaurus configuration
docusaurus-themes
by mcclowes
Use when swizzling Docusaurus theme components and editing theme elements
lc-show
by iQeda
Show LeetCode problem details and generate Rust template (project)
lc-explain
by iQeda
Generate markdown explanation for a LeetCode solution (project)
lc-list
by iQeda
List LeetCode problems by difficulty level (easy/medium/hard)
lc-test
by iQeda
Test a Rust solution file against LeetCode's test cases (project)
memory-checkpoint
by u9401066
Externalize detailed memory to Memory Bank before conversation summarization to prevent context loss. LOAD THIS SKILL WH...