Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
parallel-task-format
Compact YAML format for defining parallel task specifications with scope, boundaries, and agent assignments. Use when creating task files for parallel development.
majiayu000/claude-skill-registry 163
-
reports
Report templating with Jinja2 and MJML for SignalRoom. Use when creating new reports, modifying templates, debugging report rendering, or adding new notification channels.
majiayu000/claude-skill-registry 163
-
artifact-manifest-writer
将一次执行的改动/命令/验证/产物整理成结构化 `manifest_<topic>.json`,并落盘到 `<MM_DD>/codex/artifact/`,用于证据链与可追溯交付。适用于“写manifest/记录证据链/把今天做了什么落成json/生成artifact清单”等请求。
majiayu000/claude-skill-registry 163
-
customer-success
Эксперт Customer Success. Используй для onboarding, retention, upsell и customer health scoring.
majiayu000/claude-skill-registry 163
-
gemini-token-optimization
Optimize token usage when delegating to Gemini CLI. Covers token caching, batch queries, model selection (Flash vs Pro), and cost tracking. Use when planning bulk Gemini operations.
majiayu000/claude-skill-registry 163
-
fd-search
Fast and user-friendly file system search using fd as a replacement for `find` command
majiayu000/claude-skill-registry 163
-
core-reviewer
Code review and quality assurance specialist for ensuring code quality, security, and maintainability
majiayu000/claude-skill-registry 163
-
helius
Helius Solana RPC and API expert. High-performance infrastructure for Solana including RPC nodes, DAS API for NFTs/tokens, LaserStream real-time streaming, webhooks, Priority Fee API, Enhanced Transactions, and ZK Compression. Triggers on Helius, Solana RPC, DAS API, Digital Asset Standard, NFT metadata, Solana webhooks, priority fees, LaserStream, ZK compression.
majiayu000/claude-skill-registry 163
-
critic
Challenge assumptions and probe reasoning using adversarial thinking. Use when asked to find weaknesses, challenge a design, identify edge cases, or stress-test an approach. Triggers on: "use critic mode", "challenge this", "find weaknesses", "what could go wrong", "critic", "devil's advocate", "poke holes", "stress test", "what am I missing", "5 whys". Read-only mode - questions and probes but doesn't provide solutions.
majiayu000/claude-skill-registry 163
-
hpe-copyright
Check, add, or fix HPE copyright headers in source files. Use this skill when (1) Adding copyright headers to new files, (2) Checking if files have valid copyright headers, (3) Updating outdated copyright years, (4) Preparing code for CI that enforces copyright headers, (5) User mentions "copyright", "HPE header", or "copyright check". Format is "Copyright YYYY-YYYY Hewlett Packard Enterprise Development LP" as a comment on the first line.
majiayu000/claude-skill-registry 163
-
iosdev-cn
通用 iOS App 开发、构建、签名、测试与 App Store 上架流程(中国区)指南。用于当用户询问 iOS 开发/上架/审核/签名/TestFlight/App Store Connect/隐私合规/订阅配置,或输入触发词 iosdev 时。
majiayu000/claude-skill-registry 163
-
novelist-analyst
Analyzes events through narrative lens using story structure, character arc analysis, dramatic tension,
thematic development, and narrative theory (three-act structure, hero's journey, conflict-resolution).
Provides insights on narrative coherence, character motivations, dramatic stakes, plot development, and thematic resonance.
Use when: Complex human stories, leadership analysis, organizational narratives, crisis narratives, cultural moments.
Evaluates: Character development, narrative arc, dramatic tension, thematic depth, symbolic meaning, narrative coherence.
majiayu000/claude-skill-registry 163
-
serenity-discord-bot
Discord bot development with Serenity 0.11. Covers event handlers, slash commands, embeds, interactions, TypeMapKey for shared state, and message sending patterns. Use when creating Discord commands, building embeds, handling interactions, or working with the Discord API.
majiayu000/claude-skill-registry 163
-
openai-sdk
OpenAI official SDK usage (Python, Node.js). Use when: writing code that calls OpenAI API,
implementing chat/embeddings/images/audio features, handling streaming responses,
async patterns, error handling with SDK. For raw HTTP/REST calls, see `openai-api` skill.
majiayu000/claude-skill-registry 163
-
hk-setup
Set up hk (git hook manager) with pre-commit hooks for any project. Detects project type (Python, JS/TS, Go, Rust, etc.) and configures appropriate linters/formatters. Use when user wants to add pre-commit hooks, set up hk, or configure linting for a project.
majiayu000/claude-skill-registry 163
-
fix
Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.
majiayu000/claude-skill-registry 163
-
text-writer
技術研修テキスト教材を執筆。:::stepディレクティブ、学習目標、コードブロックルール(//addstart等)に準拠。テキスト教材、技術ドキュメント作成時に使用。
majiayu000/claude-skill-registry 163
-
extract-api-info
Spring Boot 백엔드의 REST API 엔드포인트 정보를 추출합니다. API 명세, 엔드포인트 목록, API 문서, 프론트엔드 연동 정보가 필요할 때 사용하세요.
majiayu000/claude-skill-registry 163
-
aico-frontend-task-breakdown
Break down PM story into organized tasks in a single file following UI DEVELOPMENT order: Setup → Static UI → Dynamic Logic → Interactions → Testing.
UNIQUE VALUE: Creates single task file (story-{name}.md) containing all tasks for a story. Tasks are ordered by UI development layers.
Use this skill when:
- Running /frontend.tasks command
- User asks to "break down story", "create frontend tasks", "split into tasks"
- Have story at docs/reference/pm/stories/ and need organized task breakdown
- Need tasks ordered by UI development layers (not random order)
- Starting frontend work and want organized task list
Task order is CRITICAL: Setup → Static UI → Dynamic → Interactions → Tests
Output: Create single file docs/reference/frontend/tasks/story-{name}.md with all tasks
majiayu000/claude-skill-registry 163
-
aico-pm-clarification
Resolve requirement ambiguities through STRUCTURED questioning: one question at a time, with recommended options and reasoning.
UNIQUE VALUE: Prevents overwhelming users with multiple questions. Provides expert recommendations for each decision.
Use this skill when:
- Running /pm.clarify command
- User says "unclear", "not sure what this means", "confused about"
- User asks "what does X mean?", "how should X work?", "can you clarify?"
- Requirements have conflicting or inconsistent details
- Stories are missing acceptance criteria or have gaps
- Need to fill information gaps BEFORE development can proceed
Process: Ask ONE question at a time (max 5 per session), provide recommended option with reasoning.
DO NOT ask multiple questions at once - this overwhelms users.
majiayu000/claude-skill-registry 163
-
php-laravel
Laravel 12 best practices, Eloquent patterns, service classes, Form Requests, and PHP 8.x features. Use when working with Laravel projects, controllers, models, migrations, or any PHP backend code.
majiayu000/claude-skill-registry 163
-
skill-pattern-capture
在对话中识别可复用流程并提议沉淀为 skill。适用于出现明确步骤、重复任务、或用户表达“以后都这样做/自动化”的场景。
majiayu000/claude-skill-registry 163
-
target-be-architecture
Target backend architecture for Lingx. CQRS-lite with event-driven patterns, module organization, and real-time collaboration support. Use when implementing backend features, reviewing code, or making architectural decisions.
majiayu000/claude-skill-registry 163
-
opensaas-migration
Expert knowledge for migrating projects to OpenSaaS Stack. Use when discussing migration strategies, access control patterns, or OpenSaaS Stack configuration best practices.
majiayu000/claude-skill-registry 163