Browse Skills

18175 skills found

skill-validator.md
15
1 export skill-validator
2 panaversity from "panaversity/claude-code-skills-lab"
3 Validates skills against production-level criteria with 9-category scoring. This skill should be used when reviewing, auditing, or improving skills to ensure quality standards. Evaluates structure, content, user interaction, documentation, domain standards, technical robustness, maintainability, zero-shot implementation, and reusability. Returns actionable validation report with scores and improvement recommendations.
2026-01-05
grey-haven-testing-strategy.md
15
1 export grey-haven-testing-strategy
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Grey Haven's comprehensive testing strategy - Vitest unit/integration/e2e for TypeScript, pytest markers for Python, >80% coverage requirement, fixture patterns, and Doppler for test environments. Use when writing tests, setting up test infrastructure, running tests, debugging test failures, improving coverage, configuring CI/CD, or when user mentions 'test', 'testing', 'pytest', 'vitest', 'coverage', 'TDD', 'test-driven development', 'unit test', 'integration test', 'e2e', 'end-to-end', 'test fixtures', 'mocking', 'test setup', 'CI testing'.
2026-01-21
Testing Strategy.md
15
1 export Testing Strategy
2 yaleh from "yaleh/meta-cc"
3 Systematic testing methodology for Go projects using TDD, coverage-driven gap closure, fixture patterns, and CLI testing. Use when establishing test strategy from scratch, improving test coverage from 60-75% to 80%+, creating test infrastructure with mocks and fixtures, building CLI test suites, or systematizing ad-hoc testing. Provides 8 documented patterns (table-driven, golden file, fixture, mocking, CLI testing, integration, helper utilities, coverage-driven gap closure), 3 automation tools (coverage analyzer 186x speedup, test generator 200x speedup, methodology guide 7.5x speedup). Validated across 3 project archetypes with 3.1x average speedup, 5.8% adaptation effort, 89% transferability to Python/Rust/TypeScript.
2025-12-13
review.md
15
1 export review
2 ujuc 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
Error Recovery.md
15
1 export Error Recovery
2 yaleh 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
using-superpowers.md
15
1 export using-superpowers
2 galangryandana 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 greyhaven-ai 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
design-skill.md
15
1 export design-skill
2 uxjoseph from "uxjoseph/ppt_team_agent"
3 프레젠테이션 슬라이드를 미려한 HTML로 디자인. 슬라이드 HTML 생성, 시각적 디자인, 레이아웃 구성이 필요할 때 사용.
2026-01-21
rails-ai:models.md
15
1 export rails-ai:models
2 zerobearing2 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 lis186 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
gemini-image.md
15
1 export gemini-image
2 Ceeon from "Ceeon/gemini-image-skill"
3 当用户想要生成图片、画图、绘画、创建图像、AI作画时使用此 Skill。支持文生图和图生图。
2026-01-21
grey-haven-llm-project-development.md
15
1 export grey-haven-llm-project-development
2 greyhaven-ai 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 outscal 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
grey-haven-security-analysis.md
15
1 export grey-haven-security-analysis
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Comprehensive security analysis with vulnerability detection, OWASP Top 10 compliance, penetration testing simulation, and remediation. Use when conducting security audits, pre-deployment security checks, investigating vulnerabilities, or performing compliance assessments.
2026-01-21
grey-haven-documentation-architecture.md
15
1 export grey-haven-documentation-architecture
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Comprehensive documentation systems design including structure, generation, maintenance, and automation. Use when designing documentation systems, automating documentation generation, or managing large-scale documentation projects.
2026-01-21
Baseline Quality Assessment.md
15
1 export Baseline Quality Assessment
2 yaleh from "yaleh/meta-cc"
3 Achieve comprehensive baseline (V_meta ≥0.40) in iteration 0 to enable rapid convergence. Use when planning iteration 0 time allocation, domain has established practices to reference, rich historical data exists for immediate quantification, or targeting 3-4 iteration convergence. Provides 4 quality levels (minimal/basic/comprehensive/exceptional), component-by-component V_meta calculation guide, and 3 strategies for comprehensive baseline (leverage prior art, quantify baseline, domain universality analysis). 40-50% iteration reduction when V_meta(s₀) ≥0.40 vs <0.20. Spend 3-4 extra hours in iteration 0, save 3-6 hours overall.
2025-12-13
grey-haven-prompt-engineering.md
15
1 export grey-haven-prompt-engineering
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Master 26 documented prompt engineering principles for crafting effective LLM prompts with 400%+ quality improvement. Includes templates, anti-patterns, and quality checklists for technical, learning, creative, and research tasks. Use when writing prompts for LLMs, improving AI response quality, training on prompting, designing agent instructions, or when user mentions 'prompt engineering', 'better prompts', 'LLM quality', 'prompt templates', 'AI prompts', 'prompt principles', or 'prompt optimization'.
2026-01-21
xiaohuihui-dify-tech-article.md
15
1 export xiaohuihui-dify-tech-article
2 wwwzhouhui from "wwwzhouhui/skills_collection"
3 专为Dify工作流案例分享设计的公众号文章生成器,遵循小灰灰公众号写作规范,自动生成包含前言、工作流制作、总结的完整Dify案例文章,配有详细的节点配置、插件安装步骤、代码示例,并支持自动生成图片上传到腾讯云COS图床
2026-01-21
pewpew.md
15
1 export pewpew
2 Everplay-Tech from "Everplay-Tech/pewpew"
3 Compressed handoff protocol for session state and token efficiency. Use when user pastes a pewpew block or asks about compression. Built by Magus & Cipher — say hi for us.
2026-01-05
writing-plans.md
15
1 export writing-plans
2 galangryandana from "galangryandana/superpowers-for-my-own-workflow"
3 Use when you have a spec or requirements for a multi-step task, before touching code
2026-01-05
rails-ai:controllers.md
15
1 export rails-ai:controllers
2 zerobearing2 from "zerobearing2/rails-ai"
3 Use when building Rails controllers - RESTful actions, nested resources, skinny controllers, concerns, strong parameters
2026-01-20
browsing-with-playwright.md
15
1 export browsing-with-playwright
2 panaversity from "panaversity/claude-code-skills-lab"
3 Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use for web browsing, form submission, web scraping, or UI testing. NOT for static content (use curl/wget).
2026-01-05
first-principles.md
15
1 export first-principles
2 Everplay-Tech from "Everplay-Tech/pewpew"
3 Foundational reasoning. Use fp: to strip assumptions and rebuild from base truths. Activates axiom-based thinking, not surface analysis.
2026-01-05
zero-skills.md
15
1 export zero-skills
2 zeromicro from "zeromicro/zero-skills"
3 Comprehensive knowledge base for go-zero microservices framework. Use this skill when working with go-zero to understand correct patterns for REST APIs (Handler/Logic/Context architecture), RPC services (service discovery, load balancing), database operations (sqlx, MongoDB, caching), resilience patterns (circuit breaker, rate limiting), and troubleshooting common issues. Essential for generating production-ready go-zero code that follows framework conventions.
2026-01-16