Browse Skills
22656 skills found
coder.md
0
1
export
coder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implementation Agent: Full TDD workflow in a single context window. Writes tests, implements code, and iterates until all tests pass.
2026-01-05
requesting-code-review.md
0
1
export
requesting-code-review
2
from
"arturas-bes/kainuguru-api"
from
"arturas-bes/kainuguru-api"
3
Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding
2026-01-05
new-frontend-feature.md
0
1
export
new-frontend-feature
2
from
"twentynineteen/bucket"
from
"twentynineteen/bucket"
3
Scaffolds new frontend pages/features with TDD approach, following established UI patterns from BuildProject/Baker pages. Generates page component, test file, updates routing, and maintains 90%+ test coverage before implementing production code. Use this when creating new pages or features in the Bucket app.
2026-01-05
financial-data.md
0
1
export
financial-data
2
from
"dseirz-rgb/worker"
from
"dseirz-rgb/worker"
3
金融数据处理技能:交易数据导入、持仓数据管理、风险指标计算。Use when: 需要处理交易记录、导入持仓数据、计算风险指标、数据清洗验证。Triggers: "交易", "持仓", "导入", "数据", "IBKR", "风险", "净值", "回撤"
2026-01-05
extract-blockchain-media.md
0
1
export
extract-blockchain-media
2
from
"b-open-io/1sat-skills"
from
"b-open-io/1sat-skills"
3
Extract media files (images, videos, documents) from BSV blockchain transactions using the txex CLI tool. Retrieves inscribed ordinals and embedded files.
2026-01-05
mip-modeling-expert.md
0
1
export
mip-modeling-expert
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when formulating mixed integer programming (MIP) models, handling discontinuous variables, modeling logical constraints (either-or, conditional), or linearizing nonlinear terms
2026-01-05
tavily.md
0
1
export
tavily
2
from
"vm0-ai/api0"
from
"vm0-ai/api0"
3
Tavily AI search API integration via curl. Use this skill to perform live web search and RAG-style retrieval.
2026-01-05
test-catalog-updater.md
0
1
export
test-catalog-updater
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automates TEST_CATALOG updates after test execution. Records test metrics, pass/fail status, coverage data, and execution time. Maintains single source of truth for all test files and their health status.
2026-01-05
security-audit-assistant.md
0
1
export
security-audit-assistant
2
from
"therealchandlerbing/claude-usecases"
from
"therealchandlerbing/claude-usecases"
3
Comprehensive security specialist that performs vulnerability assessments, secure code reviews, dependency audits, and provides remediation guidance following OWASP, CWE, and industry security standards
2026-01-05
rl-debugging.md
0
1
export
rl-debugging
2
from
"tachyon-beep/hamlet"
from
"tachyon-beep/hamlet"
3
Systematic RL debugging - diagnose learning failures, common bugs, diagnosis trees
2026-01-05
allra-database-schema.md
0
1
export
allra-database-schema
2
from
"Allra-Fintech/allra-ai-skills"
from
"Allra-Fintech/allra-ai-skills"
3
Allra 데이터베이스 설계 및 QueryDSL 사용 규칙. Use when creating JPA entities, writing QueryDSL queries, or adding @Transactional annotations.
2026-01-05
smart-workflows.md
0
1
export
smart-workflows
2
from
"bjoernbethge/mcp-b"
from
"bjoernbethge/mcp-b"
3
SmartACE (Agentic Context Engineering) workflow engine with MCP-B (Master Client Bridge) and AMUM-QCI-ETHIC module. Dual database architecture using DuckDB (analytics) + SurrealDB (graph). Uses Blender 5.0 (bpy) and UE5 Remote Control. Use when (1) MCP-B agent-to-agent communication (INQC protocol), (2) AMUM 3→6→9 progressive alignment, (3) QCI quantum coherence states, (4) ETHIC principles enforcement (Marcel/Anthropic/EU AI Act), (5) SurrealDB graph relationships, (6) DuckDB SQL workflows, (7) ML inference with infera/vss, (8) Blender 5.0 headless processing, (9) UE5 scene control, (10) DuckLake time travel.
2026-01-05
file-organizer.md
0
1
export
file-organizer
2
from
"AlexisLaporte/agent-helpers"
from
"AlexisLaporte/agent-helpers"
3
Organize files and folders intelligently. Use when user wants to clean up directories, sort files by type/date, deduplicate, or maintain organized file structures.
2026-01-05
unsloth-inference.md
0
1
export
unsloth-inference
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Deploying fine-tuned models for production inference using native kernel optimization, vLLM, or SGLang. Triggers: inference, serving, vllm, sglang, for_inference, model merging, openai api.
2026-01-05
planning.md
0
1
export
planning
2
from
"miethe/family-shopping-dashboard"
from
"miethe/family-shopping-dashboard"
3
Generate and optimize PRDs, Implementation Plans, and Progress Tracking documents optimized as AI artifacts for development agents. Use when creating new feature plans, breaking down long planning docs (>800 lines), or setting up progress tracking. Supports: 1) Create PRD from feature request, 2) Create Implementation Plan from PRD with phase breakdown and subagent assignments, 3) Optimize existing plans by breaking into phase-specific files, 4) Create progress tracking with task assignments. Example: "Create a PRD for user authentication feature" or "Break down the sidebar-polish implementation plan into phase files" or "Create progress tracking for data-layer-fixes PRD".
2026-01-05
debug-tb.md
0
1
export
debug-tb
2
from
"pbozeman/svc"
from
"pbozeman/svc"
3
Debug SystemVerilog testbench failures in the SVC project. Use when a testbench fails (make <module>_tb), to analyze CHECK_* assertion failures, watchdog timeouts, or unexpected signal values. Provides systematic debugging workflow using VCD waveforms and failure output analysis.
2026-01-05
unit-testing.md
0
1
export
unit-testing
2
from
"sun33t/suneet-codes"
from
"sun33t/suneet-codes"
3
This skill should be used when the user asks to "add unit tests", "write tests", "set up Vitest", "create a utility function", "add test coverage", or mentions TDD, test-driven development, or testing utilities. Provides guidance for unit testing with Vitest in TypeScript/Next.js projects using TDD approach.
2026-01-05
slack-gif-creator.md
0
1
export
slack-gif-creator
2
from
"Snoopiam/claude_all_skills"
from
"Snoopiam/claude_all_skills"
3
Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".
2026-01-05
opportunityiq.md
0
1
export
opportunityiq
2
from
"Generative-Bricks/claude-code-agent"
from
"Generative-Bricks/claude-code-agent"
3
Intelligent revenue opportunity discovery system for financial advisors. Extracts structured revenue scenarios from publications and matches them to client books of business to identify high-value opportunities. Use when analyzing industry articles to discover new scenarios, or when scanning client data to find revenue opportunities and generate Top 25 opportunity reports.
2026-01-05
architecture-lookup.md
0
1
export
architecture-lookup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when exploring codebase architecture or planning new features requiring models/enums.AUTO-ACTIVATE when user mentions (FR/EN): - modèle, model, models, enum, enums, schema, Prisma schema - architecture, domain, domaine, existe, exists, available, disponible - créer, create, ajouter, add, nouveau, new, nouvelle feature - quel modèle, what model, which model,quel enum - 121 modèles, 87 enums, Planning, Leave, Business RulesThis skill provides INSTANT lookup (500 tokens vs 15k for full ERD) for 121 models and 87 enums.
2026-01-05
atlas-agent-devops.md
0
1
export
atlas-agent-devops
2
from
"ajstack22/StackMap"
from
"ajstack22/StackMap"
3
DevOps expertise for deployment, CI/CD, infrastructure, and automation
2026-01-05
guardrails-contracts.md
0
1
export
guardrails-contracts
2
from
"colingwuyu/optaic-trading"
from
"colingwuyu/optaic-trading"
3
Follow these patterns when designing guardrails validation contracts in OptAIC. Use for signal bounds, dataset schemas, portfolio constraints, PIT validation, and other domain-specific validation rules. Covers the "Law vs Police" architecture where Definitions contain contracts and the Engine enforces them.
2026-01-05
architecture-systems.md
0
1
export
architecture-systems
2
from
"pluginagentmarketplace/custom-plugin-devrel-engineer"
from
"pluginagentmarketplace/custom-plugin-devrel-engineer"
3
Master system design and scalable architecture. Learn distributed systems, scalability patterns, high availability, and designing large-scale systems.
2026-01-05
julien-dev-hook-creator.md
0
1
export
julien-dev-hook-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for creating Claude Code hooks - shell commands that execute at specific lifecycle events (SessionStart, SessionEnd, PreToolUse, PostToolUse, etc.). Use when users want to automate actions, add validation, logging, or integrate external tools into Claude Code workflows.
2026-01-05