Browse Skills

6825 skills found

Code Refactoring.md
15
1 export Code Refactoring
2 yaleh from "yaleh/meta-cc"
3 BAIME-aligned refactoring protocol for Go hotspots (CLIs, services, MCP tooling) with automated metrics (e.g., metrics-cli, metrics-mcp) and documentation.
2025-12-13
grey-haven-tdd-python.md
15
1 export grey-haven-tdd-python
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Python Test-Driven Development expertise with pytest, strict red-green-refactor methodology, FastAPI testing patterns, and Pydantic model testing. Use when implementing Python features with TDD, writing pytest tests, testing FastAPI endpoints, developing with test-first approach, or when user mentions 'Python TDD', 'pytest', 'FastAPI testing', 'red-green-refactor', 'Python unit tests', 'test-driven Python', or 'Python test coverage'.
2026-01-21
script-writer-personality.md
15
1 export script-writer-personality
2 outscal from "outscal/video-generator"
3 Generates educational video scripts with personality-specific styles (GMTK, Fireship, Chilli) while enforcing strict anti-AI-slop writing rules
2026-01-19
grey-haven-ontological-documentation.md
15
1 export grey-haven-ontological-documentation
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Create comprehensive ontological documentation for Grey Haven systems - extract domain concepts from TanStack Start and FastAPI codebases, model semantic relationships, generate visual representations of system architecture, and document business domains. Use when onboarding, documenting architecture, or analyzing legacy systems.
2026-01-21
grey-haven-database-conventions.md
15
1 export grey-haven-database-conventions
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Apply Grey Haven database conventions - snake_case fields, multi-tenant with tenant_id and RLS, proper indexing, migrations for Drizzle (TypeScript) and SQLModel (Python). Use when designing schemas, writing database code, creating migrations, setting up RLS policies, or when user mentions 'database', 'schema', 'Drizzle', 'SQLModel', 'migration', 'RLS', 'tenant_id', 'snake_case', 'indexes', or 'foreign keys'.
2026-01-21
video-director.md
15
1 export video-director
2 outscal from "outscal/video-generator"
3 Creative director for educational video content. Generates scene-by-scene narrative direction specifying character actions, emotions, visual metaphors, and storytelling flow without technical implementation details.
2026-01-19
analysis-process.md
15
1 export analysis-process
2 serpro69 from "serpro69/ktchn8s"
3 Turn the idea for a feature into a fully-formed PRD/design/specification and implementation-plan. Use in pre-implementation (idea-to-design) stages to make sure you understand the requirements and have a correct implementation plan before writing actual code.
2026-01-08
shorts-script-personality.md
15
1 export shorts-script-personality
2 outscal from "outscal/video-generator"
3 Generates hyper-optimized YouTube Shorts/Instagram Reels scripts with personality-specific styles while enforcing strict anti-AI-slop writing rules
2026-01-19
grey-haven-documentation-alignment.md
15
1 export grey-haven-documentation-alignment
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 6-phase verification system ensuring code matches documentation with automated alignment scoring (signature, type, behavior, error, example checks). Reduces onboarding friction 40%. Use when verifying code-docs alignment, onboarding developers, after code changes, pre-release documentation checks, or when user mentions 'docs out of sync', 'documentation verification', 'code-docs alignment', 'docs accuracy', 'documentation drift', or 'verify documentation'.
2026-01-21
API Design.md
15
1 export API Design
2 yaleh from "yaleh/meta-cc"
3 Systematic API design methodology with 6 validated patterns covering parameter categorization, safe refactoring, audit-first approach, automated validation, quality gates, and example-driven documentation. Use when designing new APIs, improving API consistency, implementing breaking change policies, or building API quality enforcement. Provides deterministic decision trees (5-tier parameter system), validation tool architecture, pre-commit hook patterns. Validated with 82.5% cross-domain transferability, 37.5% efficiency gains through audit-first refactoring.
2025-12-13
grey-haven-code-style.md
15
1 export grey-haven-code-style
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Apply Grey Haven Studio's TypeScript/React and Python/FastAPI coding standards from production templates. Use when writing code, reviewing PRs, fixing linting errors, formatting files, or when the user mentions 'code standards', 'Grey Haven style', 'linting', 'Prettier', 'ESLint', 'Ruff', 'formatting rules', or 'coding conventions'. Includes exact Prettier/ESLint/Ruff configs, naming conventions, project structure, and multi-tenant database patterns.
2026-01-21
grey-haven-creative-writing.md
15
1 export grey-haven-creative-writing
2 greyhaven-ai from "greyhaven-ai/claude-code-config"
3 Professional writing assistance for blogs, research articles, fiction, essays, and marketing copy. Use when users want to write, edit, or improve any form of written content. Triggers: 'write a blog', 'write an article', 'help me write', 'write a story', 'write a chapter', 'draft an essay', 'creative writing', 'improve my writing', 'edit my writing', 'write copy', 'content writing'.
2026-01-21
Technical Debt Management.md
15
1 export Technical Debt Management
2 yaleh from "yaleh/meta-cc"
3 Systematic technical debt quantification and management using SQALE methodology with value-effort prioritization, phased paydown roadmaps, and prevention strategies. Use when technical debt unmeasured or subjective, need objective prioritization, planning refactoring work, establishing debt prevention practices, or tracking debt trends over time. Provides 6 methodology components (measurement with SQALE index, categorization with code smell taxonomy, prioritization with value-effort matrix, phased paydown roadmap, trend tracking system, prevention guidelines), 3 patterns (SQALE-based quantification, code smell taxonomy mapping, value-effort prioritization), 3 principles (high-value low-effort first, SQALE provides objective baseline, complexity drives maintainability debt). Validated with 4.5x speedup vs manual approach, 85% transferability across languages (Go, Python, JavaScript, Java, Rust), SQALE industry-standard methodology.
2025-12-13
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
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
grey-haven-tdd-typescript.md
15
1 export grey-haven-tdd-typescript
2 greyhaven-ai 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-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
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
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
Methodology Bootstrapping.md
15
1 export Methodology Bootstrapping
2 yaleh from "yaleh/meta-cc"
3 Apply Bootstrapped AI Methodology Engineering (BAIME) to develop project-specific methodologies through systematic Observe-Codify-Automate cycles with dual-layer value functions (instance quality + methodology quality). Use when creating testing strategies, CI/CD pipelines, error handling patterns, observability systems, or any reusable development methodology. Provides structured framework with convergence criteria, agent coordination, and empirical validation. Validated in 8 experiments with 100% success rate, 4.9 avg iterations, 10-50x speedup vs ad-hoc. Works for testing, CI/CD, error recovery, dependency management, documentation systems, knowledge transfer, technical debt, cross-cutting concerns.
2025-12-13
context-save.md
14
1 export context-save
2 Claudate from "Claudate/claude-code-context-sync"
3 当用户发送"换窗口处理-"时调用。总结当前窗口的上下文信息、已完成任务、未完成任务,保存到 docs/context-sessions/ 目录,便于新窗口恢复。
2026-01-08
golang.md
14
1 export golang
2 vdemeester from "vdemeester/home"
3 Go development best practices and patterns. USE WHEN writing Go code, designing Go projects, working with Go tools, testing, or Go package development.
2026-01-05
rust.md
14
1 export rust
2 vdemeester from "vdemeester/home"
3 Rust development best practices and patterns. USE WHEN writing Rust code, designing Rust projects, working with Cargo, testing, or Rust package development.
2026-01-05