Browse Skills
44756 skills found
review.md
15
1
export
review
2
from
"ujuc/dotrc"
from
"ujuc/dotrc"
3
Performs code review following team's quality assurance guidelines. Use when the user asks to "review code", "check this code", "리뷰해줘", "코드 리뷰", "코드 검토", "이 코드 봐줘", "이거 괜찮아?", "확인해줘", "문제 없어?", or after writing code when they want feedback on the changes just made.
2026-01-12
vx.md
15
1
export
vx
2
from
"Everplay-Tech/pewpew"
from
"Everplay-Tech/pewpew"
3
Correction glyphs for cognitive economy. Use vx:type to flag reasoning errors. Skips diagnosis, goes straight to fix. Logical fallacies + general corrections. Always active.
2026-01-05
Error Recovery.md
15
1
export
Error Recovery
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Comprehensive error handling methodology with 13-category taxonomy, diagnostic workflows, recovery patterns, and prevention guidelines. Use when error rate >5%, MTTD/MTTR too high, errors recurring, need systematic error prevention, or building error handling infrastructure. Provides error taxonomy (file operations, API calls, data validation, resource management, concurrency, configuration, dependency, network, parsing, state management, authentication, timeout, edge cases - 95.4% coverage), 8 diagnostic workflows, 5 recovery patterns, 8 prevention guidelines, 3 automation tools (file path validation, read-before-write check, file size validation - 23.7% error prevention). Validated with 1,336 historical errors, 85-90% transferability across languages/platforms, 0.79 confidence retrospective validation.
2025-12-13
multi-tool-pipeline.md
15
1
export
multi-tool-pipeline
2
from
"yoloshii/mcp-code-execution-enhanced"
from
"yoloshii/mcp-code-execution-enhanced"
3
Advanced MCP skill demonstrating multi-tool orchestration with git repository analysis
2026-01-20
using-superpowers.md
15
1
export
using-superpowers
2
from
"galangryandana/superpowers-for-my-own-workflow"
from
"galangryandana/superpowers-for-my-own-workflow"
3
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
2026-01-05
grey-haven-memory-systems.md
15
1
export
grey-haven-memory-systems
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Design and implement long-term memory systems for AI agents using vector stores, knowledge graphs, and hybrid approaches. Includes benchmarks and decision frameworks. Use when building persistent agent memory, implementing RAG, designing knowledge bases, or when user mentions 'memory', 'RAG', 'vector store', 'knowledge graph', 'long-term memory', 'retrieval', or 'embeddings'.
2026-01-21
grey-haven-commit-format.md
15
1
export
grey-haven-commit-format
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Format commit messages according to Grey Haven Studio's actual commitlint configuration (100 char header, lowercase subject, conventional commits). Use when creating git commits or reviewing commit messages.
2026-01-21
design-skill.md
15
1
export
design-skill
2
from
"uxjoseph/ppt_team_agent"
from
"uxjoseph/ppt_team_agent"
3
프레젠테이션 슬라이드를 미려한 HTML로 디자인. 슬라이드 HTML 생성, 시각적 디자인, 레이아웃 구성이 필요할 때 사용.
2026-01-21
dependency-analyzer.md
15
1
export
dependency-analyzer
2
from
"lis186/SourceAtlas"
from
"lis186/SourceAtlas"
3
Analyze dependencies for upgrade planning and migration. Use when user asks "upgrade to X", "migrate from X to Y", "what breaks if we upgrade", "iOS 17 migration", "React 18 upgrade", or planning framework/SDK upgrades.
2026-01-18
grey-haven-tdd-typescript.md
15
1
export
grey-haven-tdd-typescript
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
TypeScript/JavaScript Test-Driven Development with Vitest, strict red-green-refactor methodology, React component testing, and comprehensive coverage patterns. Use when implementing TypeScript features with TDD, writing Vitest tests, testing React components, developing with test-first approach, or when user mentions 'TypeScript TDD', 'Vitest', 'React testing', 'JavaScript TDD', 'red-green-refactor', 'TypeScript unit tests', or 'test-driven TypeScript'.
2026-01-21
grey-haven-pr-template.md
15
1
export
grey-haven-pr-template
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Generate pull request descriptions following Grey Haven Studio standards with clear summary, motivation, implementation details, testing strategy, and comprehensive checklist. Use when creating or reviewing pull requests.
2026-01-21
rails-ai:models.md
15
1
export
rails-ai:models
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when designing Rails models - ActiveRecord patterns, validations, callbacks, scopes, associations, concerns, query objects, form objects
2026-01-20
codebase-overview.md
15
1
export
codebase-overview
2
from
"lis186/SourceAtlas"
from
"lis186/SourceAtlas"
3
Quickly understand a new codebase's architecture, tech stack, and patterns. Use when user asks "what is this project", "project overview", "how is this codebase structured", "what tech stack", or when onboarding to a new codebase.
2026-01-18
add-dependency.md
15
1
export
add-dependency
2
from
"AnySoftKeyboard/janus"
from
"AnySoftKeyboard/janus"
3
Add a new third-party dependency to the project following the version catalog and approval workflow.
2026-01-13
gemini-image.md
15
1
export
gemini-image
2
from
"Ceeon/gemini-image-skill"
from
"Ceeon/gemini-image-skill"
3
当用户想要生成图片、画图、绘画、创建图像、AI作画时使用此 Skill。支持文生图和图生图。
2026-01-21
rails-ai:project-setup.md
15
1
export
rails-ai:project-setup
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Setting up and configuring Rails 8+ projects - Gemfile dependencies, environment config, credentials, initializers, Docker, RuboCop, project validation
2026-01-20
grey-haven-llm-project-development.md
15
1
export
grey-haven-llm-project-development
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Build LLM-powered applications and pipelines using proven methodology - task-model fit analysis, pipeline architecture, structured outputs, file-based state, and cost estimation. Use when building AI features, data processing pipelines, agents, or any LLM-integrated system. Inspired by Karpathy's methodology and production case studies.
2026-01-21
video-creator.md
15
1
export
video-creator
2
from
"outscal/video-generator"
from
"outscal/video-generator"
3
Orchestrates end-to-end video generation through sequential workflow steps (audio, direction, assets, design, coding). Activates when user requests video creation from a script, wants to resume video generation, mentions "create video", "generate video", or "video workflow", requests running a specific step (audio, direction, assets, design, coding), asks to "create audio", "generate direction", "create assets", "generate design", or "code video components", or wants to resume a video. Manages workflow state tracking and parallel scene generation.
2026-01-19
systematic-debugging.md
15
1
export
systematic-debugging
2
from
"galangryandana/superpowers-for-my-own-workflow"
from
"galangryandana/superpowers-for-my-own-workflow"
3
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
2026-01-05
grey-haven-smart-debugging.md
15
1
export
grey-haven-smart-debugging
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
AI-powered intelligent debugging with stack trace analysis, error pattern recognition, and automated fix suggestions. Use when debugging complex errors, analyzing stack traces, or performing root cause analysis. Triggers: 'debug', 'error analysis', 'stack trace', 'root cause', 'troubleshooting'.
2026-01-21
grey-haven-evaluation.md
15
1
export
grey-haven-evaluation
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Evaluate LLM outputs with multi-dimensional rubrics, handle non-determinism, and implement LLM-as-judge patterns. Essential for production LLM systems. Use when testing prompts, validating outputs, comparing models, or when user mentions 'evaluation', 'testing LLM', 'rubric', 'LLM-as-judge', 'output quality', 'prompt testing', or 'model comparison'.
2026-01-21
history-analyzer.md
15
1
export
history-analyzer
2
from
"lis186/SourceAtlas"
from
"lis186/SourceAtlas"
3
Analyze git history for hotspots, coupling, and knowledge distribution. Use when user asks "who knows this code", "what files change most", "hotspots", "bus factor", "knowledge silos", or needs to understand code evolution.
2026-01-18
grey-haven-linear-workflow.md
15
1
export
grey-haven-linear-workflow
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Grey Haven's Linear issue workflow - creating well-documented issues, proper branch naming from issue IDs, commit message integration, PR linking, and status management. Use when creating issues, starting work, or managing project workflow.
2026-01-21
subagent-prompt-construction.md
15
1
export
subagent-prompt-construction
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Systematic methodology for constructing compact (<150 lines), expressive, Claude Code-integrated subagent prompts using lambda contracts and symbolic logic. Use when creating new specialized subagents for Claude Code with agent composition, MCP tool integration, or skill references. Validated with phase-planner-executor (V_instance=0.895).
2025-12-13