Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
maestro-workflow
Multi-LLM orchestration implementing the 5-stage coding workflow: Example Analysis → Hypothesis → Implementation → Debug Loop → Recursive Improvement.
Based on "Towards a Science of Scaling Agent Systems" (Kim et al., 2025): - Centralized Consult architecture (Claude orchestrates, others advise) - Measured coordination (avoid MAS overhead in tool-heavy stages) - Tests-first selection (Poetiq pattern, not voting)
Use when: Debugging complex issues, analyzing unfamiliar code, refactoring, or any task that benefits from diverse LLM perspectives with verification.
majiayu000/claude-skill-registry 163
-
router-stats
Display Claude Router usage statistics and cost savings
majiayu000/claude-skill-registry 163
-
database-optimizer
Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures.
majiayu000/claude-skill-registry 163
-
ck:mcp-management
Manage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, intelligent tool selection, multi-server management, context-efficient capability discovery.
majiayu000/claude-skill-registry 163
-
azure-static-web-apps
Deploy static sites with Azure Static Web Apps. Configure API routes, authentication, custom domains, and staging environments. Use for JAMstack, SPAs, static sites, and serverless backends on Azure.
majiayu000/claude-skill-registry 163
-
coding-typescript
TypeScript 5.x: strict mode, generics, decorators, mapped/conditional types, utility types, tsconfig
majiayu000/claude-skill-registry 163
-
mcp-research
Discover, profile, and evaluate MCP servers for a given domain or purpose. Use when searching for MCP servers to add to a project, comparing server capabilities, enriching the local registry cache, or evaluating whether a server suite covers a stated need. Covers cache-first discovery, remote registry scanning, deep server profiling, and gap analysis.
majiayu000/claude-skill-registry 163
-
caddy-reverse-proxy
Caddy reverse proxy configuration, Caddyfile syntax, automatic HTTPS, Docker integration, and common homelab patterns
majiayu000/claude-skill-registry 163
-
literature-review-ppt-generator
为学术论文生成5分钟文献汇报PPT内容(2-3页)。当用户上传PDF论文并要求制作文献汇报、组会汇报、论文分享、paper presentation、读论文做PPT时触发。输出 paper_summary.md(论文总结)和 ppt_content.md(PPT内容)。
majiayu000/claude-skill-registry 163
-
Debug
Conventions and tools for the `debug` npm package. Run tests with debug output.
majiayu000/claude-skill-registry 163
-
V3 Core Implementation
Core module implementation for claude-flow v3. Implements DDD domains, clean architecture patterns, dependency injection, and modular TypeScript codebase with comprehensive testing.
majiayu000/claude-skill-registry 163
-
summon
Launch AutoMates agents in separate terminal windows with their identities
majiayu000/claude-skill-registry 163
-
add-backend-tool
Add a new tool to the backend OpenAI function calling system. Use when user mentions "new tool", "add tool", "backend function", "agent capability", or wants to extend what the AI agent can do.
majiayu000/claude-skill-registry 163
-
api-proxy
Routes API requests through the user's residential proxy to bypass cloud IP blocks. TWO use cases - (1) Runtime fallback when direct curl/fetch fails with 403/blocked errors, use fetch.py for quick retry. (2) Template for building new skills that need proxy routing, copy proxy_helper.py into the new skill.
majiayu000/claude-skill-registry 163
-
sync-claude
Synchronize and validate Claude documentation (CLAUDE.md files and skills) before commits.
Ensures documentation accuracy by validating all claims against actual codebase state.
Use when: (1) Before creating a PR to ensure docs are accurate, (2) After making changes
that might invalidate documentation claims, (3) When explicitly syncing Claude docs,
(4) When reviewing documentation for staleness.
Triggers: "sync claude", "validate claude docs", "check documentation", "update CLAUDE.md",
"before commit", "docs out of sync", "/sync-claude", "stale documentation"
Two modes:
- full: Exhaustive validation of all Claude docs in repository
- changed: Smart detection of docs affected by current branch changes
majiayu000/claude-skill-registry 163
-
theme-factory
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
majiayu000/claude-skill-registry 163
-
azure-communication-common-java
Azure Communication Services common utilities for Java. Use when working with CommunicationTokenCredential, user identifiers, token refresh, or shared authentication across ACS services.
majiayu000/claude-skill-registry 163
-
sast-configuration
Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning, implementing DevSecOps practices, or automating code vulnerability detection.
majiayu000/claude-skill-registry 163
-
voice-ai-development
Expert in building voice AI applications - from real-time voice agents to voice-enabled apps. Covers OpenAI Realtime API, Vapi for voice agents, Deepgram for transcription, ElevenLabs for synthesis, LiveKit for real-time infrastructure, and WebRTC fundamentals.
majiayu000/claude-skill-registry 163
-
eventbridge
AWS EventBridge serverless event bus for event-driven architectures. Use when creating rules, configuring event patterns, setting up scheduled events, integrating with SaaS, or building cross-account event routing.
majiayu000/claude-skill-registry 163
-
cold-outreach-sequence
Build personalized cold outreach sequences for LinkedIn and email. Use when someone needs to reach prospects, warm up cold leads, or build a systematic outreach engine. Covers research, connection requests, follow-ups, and conversion.
majiayu000/claude-skill-registry 163
-
skill-forge-plan
Architecture and design planning for new Claude Code skills. Guides through use case definition, complexity tier selection, sub-skill decomposition, and file structure planning. Use when user says "plan skill", "design skill", "skill architecture", or "skill planning".
majiayu000/claude-skill-registry 163
-
launch-strategy
When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,' 'beta launch,' 'early access,' 'waitlist,' or 'product update.' This skill covers phased launches, channel strategy, and ongoing launch momentum.
majiayu000/claude-skill-registry 163
-
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
majiayu000/claude-skill-registry 163