80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
keycloak-auth
by Mcafee123
Configure cookie-based OIDC authentication with Keycloak for affolterNET.Web.Bff. Use when setting up login/logout, toke...
yarp-proxy
by Mcafee123
Configure YARP reverse proxy for affolterNET.Web.Bff. Use when setting up API proxying, route configuration, or backend...
bff-setup
by Mcafee123
Configure affolterNET.Web.Bff service registration and middleware pipeline. Use when setting up AddBffServices, Configur...
swagger
by Mcafee123
Configure Swagger/OpenAPI documentation for affolterNET.Web.Api. Use when setting up API documentation, customizing Swag...
spa-integration
by Mcafee123
Configure SPA integration for affolterNET.Web.Bff. Use when setting up Vue/React/Angular apps, handling 401 responses, s...
customization
by Mcafee123
Configure middleware extension hooks for affolterNET.Web.Bff. Use when adding custom middleware, extending the pipeline,...
jwt-auth
by Mcafee123
Configure JWT Bearer authentication with Keycloak for affolterNET.Web.Api. Use when setting up token validation, Keycloa...
logseq-daily-summary
by Shitao5
Create and append a <=300 Chinese-character daily summary into LogSeq journals. Use when the user asks to summarize toda...
vibe-auditor
by Rahat-ch
Security auditor for vibe-coded projects. Automatically triggered when working with security-sensitive files or detectin...
plan-mode
by mpuig
Guide for creating structured plans with numbered steps and quality gates
raw-workflow-creator
by mpuig
Create and run RAW workflows. Use this skill when the user asks to create a workflow, automate a task, build a data pipe...
system-architecture
by mpuig
Design multi-service architectures with RAW workflows as components
raw-tool-creator
by mpuig
Create reusable RAW tools that workflows can import. Use when the user asks to create a tool, extract reusable functiona...
skill-creator
by mpuig
Create Agent Skills that comply with the agentskills.io specification. Use when the user asks to create a new skill, add...
quality-gates
by mpuig
Understanding and passing workflow quality gates (validate, dry, pytest, ruff, typecheck)
mock-authoring
by mpuig
Writing effective dry_run.py mocks for workflow testing without external dependencies
tool-authoring
by mpuig
Creating reusable tools in tools/ directory that workflows can import and use
tdd-loop
by mpuig
Test-driven development loop for workflows - write tests first, then implementation