Browse Skills
22656 skills found
Code Refactoring.md
15
1
export
Code Refactoring
2
from
"yaleh/meta-cc"
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
from
"greyhaven-ai/claude-code-config"
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
grey-haven-data-validation.md
15
1
export
grey-haven-data-validation
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Comprehensive data validation using Pydantic v2 with data quality monitoring and schema alignment for PlanetScale PostgreSQL. Use when implementing API validation, database schema alignment, or data quality assurance. Triggers: 'validation', 'Pydantic', 'schema', 'data quality'.
2026-01-21
pptx-skill.md
15
1
export
pptx-skill
2
from
"uxjoseph/ppt_team_agent"
from
"uxjoseph/ppt_team_agent"
3
HTML 슬라이드를 PowerPoint(PPTX) 파일로 변환. PPTX 생성, 편집, 썸네일 생성이 필요할 때 사용.
2026-01-21
grey-haven-skill-creator.md
15
1
export
grey-haven-skill-creator
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Guide for creating effective skills that extend Claude's capabilities. Use when users want to create a new skill, update an existing skill, or need guidance on skill structure and best practices. Triggers: 'create skill', 'new skill', 'skill template', 'build skill', 'skill structure', 'skill design'.
2026-01-21
grey-haven-tanstack-patterns.md
15
1
export
grey-haven-tanstack-patterns
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Apply Grey Haven's TanStack ecosystem patterns - Router file-based routing, Query data fetching with staleTime, and Start server functions. Use when building React applications with TanStack Start. Triggers: 'TanStack', 'TanStack Start', 'TanStack Query', 'TanStack Router', 'React Query', 'file-based routing', 'server functions'.
2026-01-21
skill-creator-pro.md
15
1
export
skill-creator-pro
2
from
"panaversity/claude-code-skills-lab"
from
"panaversity/claude-code-skills-lab"
3
Creates production-grade, reusable skills that extend Claude's capabilities.
This skill should be used when users want to create a new skill, improve an
existing skill, or build domain-specific intelligence. Gathers context from
codebase, conversation, and authentic sources before creating adaptable skills.
2026-01-05
video-coder.md
15
1
export
video-coder
2
from
"outscal/video-generator"
from
"outscal/video-generator"
3
Expert React video scene component creator for educational content. Builds production-grade, visually distinctive components using framer-motion animations, pixel-precise positioning, and optimized performance patterns. Follows strict component format with React.memo, threshold-based state updates, and module-level definitions. Outputs self-contained TSX components with proper timing sync, 60fps performance, and comprehensive reference-based implementation.
2026-01-19
dify-dsl-generator.md
15
1
export
dify-dsl-generator
2
from
"wwwzhouhui/skills_collection"
from
"wwwzhouhui/skills_collection"
3
专业的 Dify 工作流 DSL/YML 文件生成器,根据用户业务需求自动生成完整的 Dify 工作流配置文件,支持各种节点类型和复杂工作流逻辑
2026-01-21
grey-haven-tool-design.md
15
1
export
grey-haven-tool-design
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Design effective MCP tools and Claude Code integrations using the consolidation principle. Fewer, better-designed tools dramatically improve agent success rates. Use when creating MCP servers, designing tool interfaces, optimizing tool sets, or when user mentions 'tool design', 'MCP', 'fewer tools', 'tool consolidation', 'tool architecture', or 'tool optimization'.
2026-01-21
script-writer-personality.md
15
1
export
script-writer-personality
2
from
"outscal/video-generator"
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
xiaohuihui-tech-article.md
15
1
export
xiaohuihui-tech-article
2
from
"wwwzhouhui/skills_collection"
from
"wwwzhouhui/skills_collection"
3
专为技术实战教程设计的公众号文章生成器,遵循小灰灰公众号写作规范,自动生成包含前言、项目介绍、部署实战、总结的完整技术文章,配有详细操作步骤、代码示例,并通过即梦AI生成配图上传至腾讯云COS图床
2026-01-21
grey-haven-data-modeling.md
15
1
export
grey-haven-data-modeling
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Design database schemas for Grey Haven multi-tenant SaaS - SQLModel models, Drizzle schema, multi-tenant isolation with tenant_id and RLS, timestamp fields, foreign keys, indexes, migrations, and relationships. Use when creating database tables.
2026-01-21
grey-haven-ontological-documentation.md
15
1
export
grey-haven-ontological-documentation
2
from
"greyhaven-ai/claude-code-config"
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
from
"greyhaven-ai/claude-code-config"
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
excel-report-generator.md
15
1
export
excel-report-generator
2
from
"wwwzhouhui/skills_collection"
from
"wwwzhouhui/skills_collection"
3
Automatically generate Excel reports from data sources including CSV, databases, or Python data structures. Supports data analysis reports, business reports, data export, and template-based report generation using pandas and openpyxl. Activate when users mention Excel, spreadsheet, report generation, data export, or business reporting.
2026-01-21
video-director.md
15
1
export
video-director
2
from
"outscal/video-generator"
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
designprompt.md
15
1
export
designprompt
2
from
"ttmouse/skills"
from
"ttmouse/skills"
3
AI驱动的设计系统构建器。基于项目特征智能推荐最合适的设计风格(从30+专业设计系统中选择),或使用用户指定的风格。自动应用完整的设计系统规范(颜色、字体、组件、动效等)来实现界面。
2026-01-21
shorts-script-personality.md
15
1
export
shorts-script-personality
2
from
"outscal/video-generator"
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
siliconflow-api-skills.md
15
1
export
siliconflow-api-skills
2
from
"wwwzhouhui/skills_collection"
from
"wwwzhouhui/skills_collection"
3
硅基流动(SiliconFlow)云服务平台文档。用于大语言模型 API 调用、图片生成、向量模型、在 Claude Code 中使用硅基流动、Chat Completions API、Stream 模式等。
2026-01-21
grey-haven-authentication-patterns.md
15
1
export
grey-haven-authentication-patterns
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Grey Haven's authentication patterns using better-auth - magic links, passkeys, OAuth providers, session management with Redis, JWT claims with tenant_id, and Doppler for auth secrets. Use when implementing authentication features.
2026-01-21
grey-haven-performance-optimization.md
15
1
export
grey-haven-performance-optimization
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Comprehensive performance analysis and optimization for algorithms (O(n²)→O(n)), databases (N+1 queries, indexes), React (memoization, virtual lists), bundles (code splitting), API caching, and memory leaks. 85%+ improvement rate. Use when application is slow, response times exceed SLA, high CPU/memory usage, performance budgets needed, or when user mentions 'performance', 'slow', 'optimization', 'bottleneck', 'speed up', 'latency', 'memory leak', or 'performance tuning'.
2026-01-21
plugin-authoring.md
15
1
export
plugin-authoring
2
from
"ivan-magda/claude-code-plugin-template"
from
"ivan-magda/claude-code-plugin-template"
3
Use when creating, modifying, or debugging Claude Code plugins. Triggers on .claude-plugin/, plugin.json, marketplace.json, commands/, agents/, skills/, hooks/ directories. Provides schemas, templates, validation workflows, and troubleshooting.
2026-01-20
rails-ai:styling.md
15
1
export
rails-ai:styling
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Use when styling Rails views - Tailwind CSS utility-first framework and DaisyUI component library with theming
2026-01-20