Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
noob-mode
Plain-English translation layer for non-technical Copilot CLI users. Translates every approval prompt, error message, and technical output into clear, jargon-free English with color-coded risk indicators.
majiayu000/claude-skill-registry 163
-
fulfillment-status
Check fulfillment SLA status by channel and timeframe
majiayu000/claude-skill-registry 163
-
openapi-generator
Specialized skill for generating and validating OpenAPI 3.0/3.1 specifications. Supports code-first and spec-first approaches, schema inference, validation, and mock server generation.
majiayu000/claude-skill-registry 163
-
dispatch
Use when an approved plan exists (plan.md + tasks.md) and you need to execute it. Dispatches subagents per task with two-stage review and progress tracking.
majiayu000/claude-skill-registry 163
-
pdf-jp
Generate Japanese PDFs using reportlab or fpdf2 with CJK font embedding, vertical text, business document templates, and inkan image placement. Triggers on requests to create 日本語PDF, 請求書PDF, 領収書PDF, PDF帳票, 縦書きPDF.
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
-
git-commit
Commit staged changes with conventional commit message. Use when user says "commit changes", "commit this", "save my changes", or wants to create a git commit.
majiayu000/claude-skill-registry 163
-
a-share-event
A股事件驱动分析/公告解读/政策影响评估。当用户说"事件分析"、"公告解读"、"政策影响"、"并购"、"增发"、"回购"、"股权激励"、"XX出了什么公告"、"这个政策对XX有什么影响"、"解禁"、"定增"、"事件驱动"、"event analysis"、"公告分析"、"重组"、"资产注入"、"战略合作"、"利好还是利空"时触发。MUST USE when user asks about event-driven analysis, corporate announcement interpretation, policy impact assessment, M&A analysis, or any event's impact on stock price. 分析公司公告、政策变化、并购重组等事件对股价和基本面的潜在影响,评估事件的正面/负面程度和持续性。通过 cn-stock-data 获取行情和财务数据,结合 web 搜索获取事件详情。支持机构事件点评风格(formal)和个人事件笔记风格(brief)。
majiayu000/claude-skill-registry 163
-
webflow-automation
Automate Webflow CMS collections, site publishing, page management, asset uploads, and ecommerce orders via Rube MCP (Composio). Always search tools first for current schemas.
majiayu000/claude-skill-registry 163
-
slo-implementation
Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliability targets, implementing SRE practices, or measuring service performance.
majiayu000/claude-skill-registry 163
-
cardiology-workup
Veterinary cardiac examination and diagnostic workup including murmur grading (I-VI), arrhythmia classification, echocardiography indications, and ACVIM staging for MMVD and DCM.
majiayu000/claude-skill-registry 163
-
implement-sonnet
Implement code using sonnet model with full main context access
majiayu000/claude-skill-registry 163
-
azure-ai-agents-persistent-dotnet
Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools.
majiayu000/claude-skill-registry 163
-
execute-review-findings
Use when you have code review findings, PR comments, or review reports that need to be systematically addressed — especially when there are multiple findings across different files and severities
majiayu000/claude-skill-registry 163
-
semantic-kernel
Build AI applications with Microsoft Semantic Kernel. Create plugins, planners, memory systems, and AI orchestration. Use for enterprise AI integration, .NET/Python AI development, and LLM application frameworks.
majiayu000/claude-skill-registry 163
-
qa
Quality assurance workflow for validating features, writing or improving tests, reporting bugs, and checking coverage or acceptance criteria.
majiayu000/claude-skill-registry 163
-
trello-automation
Automate Trello boards, cards, and workflows via Rube MCP (Composio). Create cards, manage lists, assign members, and search across boards programmatically.
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
-
excalidraw-diagram-generator
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
majiayu000/claude-skill-registry 163
-
openai-whisper
Local speech-to-text with the Whisper CLI (no API key).
majiayu000/claude-skill-registry 163
-
resolvendo-entidades
Resolve entidades do usuario para identificadores do sistema.
USAR SEMPRE ANTES de skills que aceitam:
- cliente, cnpj, grupo → resolver_grupo.py ou resolver_cliente.py
- produto, cod_produto → resolver_produto.py
- pedido, num_pedido → resolver_pedido.py
- cidade, uf → resolver_cidade.py
NAO USAR quando usuario fornece ID exato (CNPJ completo, cod_produto, num_pedido).
majiayu000/claude-skill-registry 163
-
find-hypertable-candidates
Use this skill to analyze an existing PostgreSQL database and identify which tables should be converted to Timescale/TimescaleDB hypertables.
**Trigger when user asks to:**
- Analyze database tables for hypertable conversion potential
- Identify time-series or event tables in an existing schema
- Evaluate if a table would benefit from Timescale/TimescaleDB
- Audit PostgreSQL tables for migration to Timescale/TimescaleDB/TigerData
- Score or rank tables for hypertable candidacy
**Keywords:** hypertable candidate, table analysis, migration assessment, Timescale, TimescaleDB, time-series detection, insert-heavy tables, event logs, audit tables
Provides SQL queries to analyze table statistics, index patterns, and query patterns. Includes scoring criteria (8+ points = good candidate) and pattern recognition for IoT, events, transactions, and sequential data.
majiayu000/claude-skill-registry 163
-
ralph-wiggum-v2
Autonomous TDD development loop with parallel agent swarm, category evolution, and convergence detection. Use when running autonomous game development, quality improvement loops, or comprehensive codebase reviews.
majiayu000/claude-skill-registry 163
-
code-quality-gate
Enforces automated quality checks before every deploy. Prevents production failures through a 5-stage Quality Gate System (Pre-Commit, PR-Check, Preview, E2E, Production). Activate on code changes, deployments, PR reviews, build failures.
majiayu000/claude-skill-registry 163