Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
git-commit github/awesome-copilot Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: a56ee4b |
openai/skills Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: ce2535c |
notion-spec-to-implementation openai/skills Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: ce2535c |
web-search-advanced-research-paper exa-labs/exa-mcp-server Search for research papers and academic content using Exa advanced search. Full filter support including date ranges and text filtering. Use when searching for academic papers, arXiv preprints, or scientific research. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: c6ec084 |
python-resilience wshobson/agents Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry logic, implementing timeouts, building fault-tolerant services, or handling transient failures. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: ade0c7a |
prompt-optimizer fernandezbaptiste/claude-code-skills Transform vague prompts into precise, well-structured specifications using EARS (Easy Approach to Requirements Syntax) methodology. This skill should be used when users provide loose requirements, ambiguous feature descriptions, or need to enhance prompts for AI-generated code, products, or documents. Triggers include requests to "optimize my prompt", "improve this requirement", "make this more specific", or when raw requirements lack detail and structure. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 4f0eae8 |
skills-search fernandezbaptiste/claude-code-skills This skill should be used when users want to search, discover, install, or manage Claude Code skills from the CCPM registry. Triggers include requests like "find skills for PDF", "search for code review skills", "install cloudflare-troubleshooting", "list my installed skills", "what does skill-creator do", or any mention of finding/installing/managing Claude Code skills or plugins. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Critical Do not install without reviewing Reviewed: Version: 4f0eae8 |
chatgpt-app-builder mcp-use/mcp-use DEPRECATED: This skill has been replaced by `mcp-app-builder`. Check if `mcp-app-builder` is available in the skills folder. If not, install it: `npx skills install mcp-use/mcp-use --skill mcp-app-builder` Use `mcp-app-builder` instead of this skill. Build ChatGPT apps with interactive widgets using mcp-use and OpenAI Apps SDK. Use when creating ChatGPT apps, building MCP servers with widgets, defining React widgets, working with Apps SDK, or when user mentions ChatGPT widgets, mcp-use widgets, or Apps SDK development. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 405fac7 |
wigo pmatos/skills This skill should be used when the user asks "what's going on", "wigo", "status", "where was I", "what were we doing", "catch me up", "tree status", "branch status", or wants a comprehensive situational briefing on the current git tree, session history, and associated PR. Also triggered by the /wigo command. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: d8ba96e |
auto-merge-dependabot pmatos/skills This skill should be used when the user asks to "merge dependabot PRs", "review dependabot", "auto-merge dependencies", "handle dependabot", "merge dependency updates", "check dependabot PRs", or wants to automatically review and merge open Dependabot pull requests. Also triggered by the /auto-merge-dependabot command. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: d8ba96e |
cpp-testing affaan-m/everything-claude-code C++ テストの作成/更新/修正、GoogleTest/CTest の設定、失敗またはフレーキーなテストの診断、カバレッジ/サニタイザーの追加時にのみ使用します。 | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0f416b0 |
vercel-deploy openai/skills Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment". | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Critical Do not install without reviewing Reviewed: Version: 50617db |
golang-context samber/cc-skills-golang Idiomatic context.Context usage in Golang — creation, propagation, cancellation, timeouts, deadlines, context values, and cross-service tracing. Apply when working with context.Context in any Go code. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9dfc70f |
golang-error-handling samber/cc-skills-golang Idiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, sentinel errors, panic/recover, the single handling rule, structured logging with slog, HTTP request logging middleware, and samber/oops for production errors. Built to make logs usable at scale with log aggregation 3rd-party tools. Apply when creating, wrapping, inspecting, or logging errors in Go code. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9dfc70f |
golang-concurrency samber/cc-skills-golang Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitives, errgroup, singleflight, worker pools, or fan-out/fan-in pipelines. Also triggers when you detect goroutine leaks, race conditions, channel ownership issues, or need to choose between channels and mutexes. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9dfc70f |
golang-continuous-integration samber/cc-skills-golang Provides CI/CD pipeline configuration using GitHub Actions for Golang projects. Covers testing, linting, SAST, security scanning, code coverage, Dependabot, Renovate, GoReleaser, code review automation, and release pipelines. Use this whenever setting up CI for a Go project, configuring workflows, adding linters or security scanners, setting up Dependabot or Renovate, automating releases, or improving an existing CI pipeline. Also use when the user wants to add quality gates to their Go project. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 9dfc70f |
dancon-secure-coder-go danielyan-consulting/skills ALWAYS use this skill whenever generating, writing, reviewing, editing, or modifying Go (.go) code in any context. This skill ensures all generated Go code avoids the CWE Top 25 2025 weaknesses that apply to Go, and that every piece of Go code includes appropriate input validation, thorough error handling, and safe error messages that never leak passwords, tokens, API keys, or other secrets. The Go `unsafe` package is absolutely prohibited and must never appear in generated code. Trigger on ANY Go code generation -- there are no exceptions. Even trivial examples and one-off snippets must follow these rules. If the user asks for Go code, read this skill first. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 99b52ce |
gitlab-ci-patterns Dicklesworthstone/pi_agent_rust Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: d264bb8 |
github-actions-templates Dicklesworthstone/pi_agent_rust Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47823e3 |
task-runner NeverSight/skills_feed Run project commands with just. Check for justfile in project root, list available tasks, execute common operations like test, build, lint. Triggers on: run tests, build project, list tasks, check available commands, run script, project commands. | Skills | 86 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: f772de4 |
Can't find what you're looking for? Evaluate a missing skill.