TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
karmab

kcli-plan-authoring

by karmab

star 616

Guides creation of kcli plan files for deploying VMs, networks, and infrastructure. Use when writing YAML plans with Jin...

DataDog

run-tests

by DataDog

star 616

Validate code changes by intelligently selecting and running the appropriate test suites. Use this when editing code to...

DataDog

lint

by DataDog

star 616

Run targeted linting, formatting, and code quality checks on modified files. Use this to validate code style, type safet...

DataDog

find-cpython-usage

by DataDog

star 616

Find all CPython internal headers and structs used in the codebase, particularly for profiling functionality. Use this w...

DataDog

releasenote

by DataDog

star 616

Create or update release notes for changes in the current branch using Reno, following dd-trace-py's conventions and the...

DataDog

compare-cpython-versions

by DataDog

star 616

Compare CPython source code between two Python versions to identify changes in headers and structs. Use this when adding...

loocor

hooks-wizard

by loocor

star 615

Generate CodMate hook drafts from requirements.

loocor

mcp-wizard

by loocor

star 615

Generate MCP server drafts from requirements.

loocor

commands-wizard

by loocor

star 615

Generate CodMate slash command drafts from requirements.

benchflow-ai

grpc-service-development

by benchflow-ai

star 614

Build high-performance gRPC services with Protocol Buffers, bidirectional streaming, and microservice communication. Use...

benchflow-ai

asyncio

by benchflow-ai

star 614

Python asyncio - Modern concurrent programming with async/await, event loops, tasks, coroutines, primitives, aiohttp, an...

benchflow-ai

designing-before-coding

by benchflow-ai

star 614

Design in pseudocode first, iterate approaches, then translate to code

benchflow-ai

restclient-migration

by benchflow-ai

star 614

Migrate RestTemplate to RestClient in Spring Boot 3.2+. Use when replacing deprecated RestTemplate with modern fluent AP...

benchflow-ai

python-async-patterns

by benchflow-ai

star 614

Comprehensive guide to Python async/await patterns, best practices, and anti-patterns. Covers asyncio fundamentals, coro...

benchflow-ai

ssl-certificate-managemen...

by benchflow-ai

star 614

Manage SSL/TLS certificates with automated provisioning, renewal, and monitoring using Let's Encrypt, ACM, or Vault.

benchflow-ai

nginx-default-conf

by benchflow-ai

star 614

Generates nginx.default.conf for nginx conf.d directory configuration. Serves static files from /usr/share/nginx/html.

benchflow-ai

nginx-request-logging

by benchflow-ai

star 614

Guidance for configuring Nginx web servers with custom logging, rate limiting, and static content serving. This skill sh...

benchflow-ai

nginx-config-builder

by benchflow-ai

star 614

Generate NGINX configuration files for web servers, reverse proxies, load balancing, SSL termination, and static file se...

benchflow-ai

background-process-start-...

by benchflow-ai

star 614

To start a long-running background task, launch a managed process such as a server or watcher and keep it tracked.

star 614

Execute commands on remote servers via SSH, transfer files with SCP, and manage multiple hosts. Use when working with re...

benchflow-ai

background-process-get-se...

by benchflow-ai

star 614

To check if the Background Process Manager is running, get the server status and confirm it is available.

star 614

Tmux terminal multiplexer commands and workflows. Use when managing tmux sessions, windows, panes, or capturing terminal...

benchflow-ai

latex-writing

by benchflow-ai

star 614

Guide LaTeX document authoring following best practices and proper semantic markup. Use proactively when: (1) writing or...

benchflow-ai

cli-tool-development

by benchflow-ai

star 614

Build professional CLI tools with Node.js, commander, and Ink