80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
kcli-plan-authoring
by karmab
Guides creation of kcli plan files for deploying VMs, networks, and infrastructure. Use when writing YAML plans with Jin...
run-tests
by DataDog
Validate code changes by intelligently selecting and running the appropriate test suites. Use this when editing code to...
lint
by DataDog
Run targeted linting, formatting, and code quality checks on modified files. Use this to validate code style, type safet...
find-cpython-usage
by DataDog
Find all CPython internal headers and structs used in the codebase, particularly for profiling functionality. Use this w...
releasenote
by DataDog
Create or update release notes for changes in the current branch using Reno, following dd-trace-py's conventions and the...
compare-cpython-versions
by DataDog
Compare CPython source code between two Python versions to identify changes in headers and structs. Use this when adding...
commands-wizard
by loocor
Generate CodMate slash command drafts from requirements.
grpc-service-development
by benchflow-ai
Build high-performance gRPC services with Protocol Buffers, bidirectional streaming, and microservice communication. Use...
asyncio
by benchflow-ai
Python asyncio - Modern concurrent programming with async/await, event loops, tasks, coroutines, primitives, aiohttp, an...
designing-before-coding
by benchflow-ai
Design in pseudocode first, iterate approaches, then translate to code
restclient-migration
by benchflow-ai
Migrate RestTemplate to RestClient in Spring Boot 3.2+. Use when replacing deprecated RestTemplate with modern fluent AP...
python-async-patterns
by benchflow-ai
Comprehensive guide to Python async/await patterns, best practices, and anti-patterns. Covers asyncio fundamentals, coro...
ssl-certificate-managemen...
by benchflow-ai
Manage SSL/TLS certificates with automated provisioning, renewal, and monitoring using Let's Encrypt, ACM, or Vault.
nginx-default-conf
by benchflow-ai
Generates nginx.default.conf for nginx conf.d directory configuration. Serves static files from /usr/share/nginx/html.
nginx-request-logging
by benchflow-ai
Guidance for configuring Nginx web servers with custom logging, rate limiting, and static content serving. This skill sh...
nginx-config-builder
by benchflow-ai
Generate NGINX configuration files for web servers, reverse proxies, load balancing, SSL termination, and static file se...
background-process-start-...
by benchflow-ai
To start a long-running background task, launch a managed process such as a server or watcher and keep it tracked.
ssh
by benchflow-ai
Execute commands on remote servers via SSH, transfer files with SCP, and manage multiple hosts. Use when working with re...
background-process-get-se...
by benchflow-ai
To check if the Background Process Manager is running, get the server status and confirm it is available.
tmux
by benchflow-ai
Tmux terminal multiplexer commands and workflows. Use when managing tmux sessions, windows, panes, or capturing terminal...
latex-writing
by benchflow-ai
Guide LaTeX document authoring following best practices and proper semantic markup. Use proactively when: (1) writing or...
cli-tool-development
by benchflow-ai
Build professional CLI tools with Node.js, commander, and Ink