Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
github-sync
Two-way synchronization between SpecWeave specs and GitHub Projects (push & pull by default). Use when asking about GitHub integration setup, troubleshooting sync issues, or configuring sync settings. For actual syncing, use /sw-github:sync-spec command.
majiayu000/claude-skill-registry 163
-
content-gap-analysis
This skill should be used when the user asks to "find content gaps", "what am I missing", "topics to cover", "content opportunities", "what do competitors write about that I do not", "what topics am I missing", "topics my competitors cover that I lack", or "where are my content blind spots". Identifies content opportunities by finding topics and keywords your competitors cover that you do not. Reveals untapped content potential and strategic gaps in your content strategy. For broader competitive intelligence, see competitor-analysis. For general keyword discovery, see keyword-research.
majiayu000/claude-skill-registry 163
-
mcp-builder
Guide for building MCP (Model Context Protocol) servers that integrate external APIs/services with LLMs. Covers Python (FastMCP) and TypeScript (MCP SDK) implementations.
majiayu000/claude-skill-registry 163
-
design-tokens
Design token generation and management. Use when:
- User asks for "design tokens", "type scale", "color palette", "spacing system"
- Setting up a new project's design system or theme
- User needs WCAG-compliant color combinations
- User wants dark mode colors derived from a light palette
- Building a Tailwind config or CSS custom properties
- User asks for "theme setup", "design system", "color scale"
majiayu000/claude-skill-registry 163
-
variant-analysis-0x-shashi-web3-audit-skills
Systematically hunt for every variant of a discovered vulnerability across the entire codebase. Use when a bug is found and all instances of the same root cause pattern must be identified, or when performing variant analysis during competitive audits on Code4rena or Sherlock.
majiayu000/claude-skill-registry 163
-
bmad-editorial-review-structure
Execute editorial-review-structure
majiayu000/claude-skill-registry 163
-
building-chatgpt-apps
Guides creation of ChatGPT Apps with interactive widgets using OpenAI Apps SDK and MCP servers.
Use when building ChatGPT custom apps with visual UI components, embedded widgets, or rich
interactive experiences. Covers widget architecture, MCP server setup with FastMCP, response
metadata, and Developer Mode configuration. NOT when building standard MCP servers without
widgets (use building-mcp-servers skill instead).
majiayu000/claude-skill-registry 163
-
pdf
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
majiayu000/claude-skill-registry 163
-
pydantic-ai-dependency-injection
Implement dependency injection in PydanticAI agents using RunContext and deps_type. Use when agents need database connections, API clients, user context, or any external resources.
majiayu000/claude-skill-registry 163
-
naming
命名规范 / Naming conventions。在创建类、函数、变量,或重命名、检查命名时使用。核心原则:简洁优先,上下文消歧义,类型提示已提供足够信息。Use when naming classes/functions/variables, renaming code, or reviewing names. Prioritizes brevity over self-documentation.
majiayu000/claude-skill-registry 163
-
code-annotations
Code annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments.
majiayu000/claude-skill-registry 163
-
rick-rubin
majiayu000/claude-skill-registry 163
-
rag
Implements Retrieval-Augmented Generation for AI models to fetch and use external knowledge.
majiayu000/claude-skill-registry 163
-
web-i18n
(ePost) Use when working with translations, locale routing, next-intl configuration, or internationalization patterns
majiayu000/claude-skill-registry 163
-
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
majiayu000/claude-skill-registry 163
-
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
majiayu000/claude-skill-registry 163
-
prd
Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.
majiayu000/claude-skill-registry 163
-
audit-defense-standards
Audit the codebase against defense standards derived from historical bug patterns. Standards accumulate over time as new patterns are discovered via audit-bugs and design-guards. Use when user says "audit defenses", "audit defense standards", "check defenses", or "defense audit".
majiayu000/claude-skill-registry 163
-
changelog-manager
Update project changelog with uncommitted changes and create version releases with automatic commit and push
majiayu000/claude-skill-registry 163
-
employment-contract-templates
Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.
majiayu000/claude-skill-registry 163
-
hive-mind-advanced
Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory
majiayu000/claude-skill-registry 163
-
ph
Prepare handover documentation for task continuation
majiayu000/claude-skill-registry 163
-
receipt-scanner
Extract vendor, date, items, amounts, and total from receipt images using OCR and pattern matching with structured JSON output.
majiayu000/claude-skill-registry 163
-
debug
Triage and diagnose production or local issues by following logs → traces → metrics (HTTP/gRPC/async). Use when investigating errors, latency spikes, 5xx responses, SLO violations, or regressions in an instrumented app. NOT for adding new instrumentation (use observability); NOT for applying resilience patterns (use resilience).
majiayu000/claude-skill-registry 163