Browse Skills
44828 skills found
Git Commit Helper.md
16
1
export
Git Commit Helper
2
from
"basher83/Zammad-MCP"
from
"basher83/Zammad-MCP"
3
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Expert assistant for creating Claude Code custom slash commands. Guides command file structure, YAML frontmatter configuration, variable syntax, and best practices. Triggers on keywords: writing commands, creating commands, slash command, custom command, new command, command template, make command, /command, create command, update command
2026-01-05
fetch-library-docs.md
15
1
export
fetch-library-docs
2
from
"panaversity/claude-code-skills-lab"
from
"panaversity/claude-code-skills-lab"
3
Fetches official documentation for external libraries and frameworks (React, Next.js, Prisma, FastAPI, Express, Tailwind, MongoDB, etc.) with 60-90% token savings via content-type filtering. Use this skill when implementing features using library APIs, debugging library-specific errors, troubleshooting configuration issues, installing or setting up frameworks, integrating third-party packages, upgrading between library versions, or looking up correct API patterns and best practices. Triggers automatically during coding work - fetch docs before writing library code to get correct patterns, not after guessing wrong.
2026-01-05
brainstorming.md
15
1
export
brainstorming
2
from
"galangryandana/superpowers-for-my-own-workflow"
from
"galangryandana/superpowers-for-my-own-workflow"
3
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
2026-01-05
code-flow-tracer.md
15
1
export
code-flow-tracer
2
from
"lis186/SourceAtlas"
from
"lis186/SourceAtlas"
3
Trace code execution paths and data flow. Use when user asks "how does X work", "what happens when X", "trace the flow of X", "where does data come from", or needs to understand feature implementation.
2026-01-18
creating-a-plan.md
15
1
export
creating-a-plan
2
from
"jasonraimondi/dotfiles"
from
"jasonraimondi/dotfiles"
3
Creates a comprehensive easy to follow plan for building out a design. Use when creating an implementation plan from a design.
2026-01-16
grey-haven-project-structure.md
15
1
export
grey-haven-project-structure
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Organize Grey Haven projects following standard structures for TanStack Start (frontend) and FastAPI (backend). Use when creating new projects, organizing files, or refactoring project layout.
2026-01-21
grey-haven-observability-engineering.md
15
1
export
grey-haven-observability-engineering
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Production-ready monitoring, logging, and tracing using Prometheus, Grafana, OpenTelemetry, DataDog, and Sentry. Use when setting up production monitoring, implementing SLOs, distributed tracing, or performance tracking.
2026-01-21
grey-haven-api-design.md
15
1
export
grey-haven-api-design
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Design RESTful APIs following Grey Haven standards - FastAPI routes, Pydantic schemas, HTTP status codes, pagination, filtering, error responses, OpenAPI docs, and multi-tenant patterns. Use when creating API endpoints, designing REST resources, implementing server functions, configuring FastAPI, writing Pydantic schemas, setting up error handling, implementing pagination, or when user mentions 'API', 'endpoint', 'REST', 'FastAPI', 'Pydantic', 'server function', 'OpenAPI', 'pagination', 'validation', 'error handling', 'rate limiting', 'CORS', or 'authentication'.
2026-01-21
using-rails-ai.md
15
1
export
using-rails-ai
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Rails-AI introduction - explains how rails-ai (Rails domain layer) integrates with superpowers (universal workflows) for Rails development
2026-01-20
zoom.md
15
1
export
zoom
2
from
"Everplay-Tech/pewpew"
from
"Everplay-Tech/pewpew"
3
Granularity control with +/- notation. Use + for detail, - for brevity. Always active. Works standalone or inside pewpew blocks.
2026-01-05
seedream-image-generator.md
15
1
export
seedream-image-generator
2
from
"eze-is/seedream-image-generator"
from
"eze-is/seedream-image-generator"
3
Generate images using the Doubao SeeDream API based on text prompts. Use this skill when users request AI-generated images, artwork, illustrations, or visual content creation. The skill handles API calls, downloads generated images to the project's /pic folder, and supports batch generation of up to 4 sequential images.
2026-01-21
task-decomposer.md
15
1
export
task-decomposer
2
from
"ttmouse/skills"
from
"ttmouse/skills"
3
Decompose Linear todos into actionable, testifiable chunks with rationale, as-is/to-be analysis, expected outputs, and risk assessment for effective project management
2026-01-21
rails-ai:hotwire.md
15
1
export
rails-ai:hotwire
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when adding interactivity to Rails views - Hotwire Turbo (Drive, Frames, Streams, Morph) and Stimulus controllers
2026-01-20
grey-haven-test-generation.md
15
1
export
grey-haven-test-generation
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Comprehensive test suite generation with unit tests, integration tests, edge cases, and error handling. Use when generating tests for existing code, improving coverage, or creating systematic test suites. Triggers: 'generate tests', 'add tests', 'test coverage', 'write tests for', 'create test suite'.
2026-01-21
Dependency Health.md
15
1
export
Dependency Health
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Security-first dependency management methodology with batch remediation, policy-driven compliance, and automated enforcement. Use when security vulnerabilities exist in dependencies, dependency freshness low (outdated packages), license compliance needed, or systematic dependency management lacking. Provides security-first prioritization (critical vulnerabilities immediately, high within week, medium within month), batch remediation strategy (group compatible updates, test together, single PR), policy-driven compliance framework (security policies, freshness policies, license policies), and automation tools for vulnerability scanning, update detection, and compliance checking. Validated in meta-cc with 6x speedup (9 hours manual to 1.5 hours systematic), 3 iterations, 88% transferability across package managers (concepts universal, tools vary by ecosystem).
2025-12-13
commit.md
15
1
export
commit
2
from
"ujuc/dotrc"
from
"ujuc/dotrc"
3
Creates git commits following team's version control guidelines. Use when the user asks to "commit changes", "create a commit", "make a commit", "커밋해줘", "변경사항 저장", "커밋 메시지 작성", "커밋 만들어줘", or needs to commit staged/unstaged changes to git.
2026-01-12
transfer-expert.md
15
1
export
transfer-expert
2
from
"kylesean/augo"
from
"kylesean/augo"
3
Handles fund transfers between accounts with intelligent fuzzy matching and interactive UI wizard. Use when user wants to transfer money, move funds between accounts, or reallocate assets. 关键词:转账、账户互转、资金划转、余额转移。
2026-01-19
development-process.md
15
1
export
development-process
2
from
"serpro69/ktchn8s"
from
"serpro69/ktchn8s"
3
1. Always try to use latest versions for dependencies.
2026-01-08
grey-haven-tdd-orchestration.md
15
1
export
grey-haven-tdd-orchestration
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Master TDD orchestration with multi-agent coordination, strict red-green-refactor enforcement, automated test generation, coverage tracking, and >90% coverage quality gates. Coordinates tdd-python, tdd-typescript, and test-generator agents. Use when implementing features with TDD workflow, coordinating multiple TDD agents, enforcing test-first development, or when user mentions 'TDD workflow', 'test-first', 'TDD orchestration', 'multi-agent TDD', 'test coverage', or 'red-green-refactor'.
2026-01-21
example-data-processor.md
15
1
export
example-data-processor
2
from
"fkesheh/skill-mcp"
from
"fkesheh/skill-mcp"
3
Process CSV data files by cleaning, transforming, and analyzing them. Use this when users need to work with CSV files, clean data, or perform basic data analysis tasks.
2026-01-19
hook-intercept-block.md
15
1
export
hook-intercept-block
2
from
"kylesnowschwartz/claude-bumper-lanes"
from
"kylesnowschwartz/claude-bumper-lanes"
3
This skill should be used when implementing slash commands that execute without Claude API calls. Use when: adding a new /bumper-* command, understanding why commands return "block" responses, debugging UserPromptSubmit hooks, or learning the pattern for instant command execution. Keywords: UserPromptSubmit, block decision, hook response, slash command implementation.
2026-01-22
super-dev.md
15
1
export
super-dev
2
from
"shangyankeji/super-dev"
from
"shangyankeji/super-dev"
3
顶级 AI 开发战队 (God-Tier)。调度 10 位精英专家 (PM/架构/UI/UX/安全/代码/DBA/QA/DevOps/RCA),交付商业级研发资产。内置思维链 (CoT) 与实时市场情报系统。
2026-01-16
rails-ai:debugging-rails.md
15
1
export
rails-ai:debugging-rails
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when debugging Rails issues - provides Rails-specific debugging tools (logs, console, byebug, SQL logging) integrated with systematic debugging process
2026-01-20