Browse Skills
44656 skills found
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
budget-expert.md
15
1
export
budget-expert
2
from
"kylesean/augo"
from
"kylesean/augo"
3
Analyzes spending patterns, identifies where money goes, and provides scientific budget recommendations. Use when user asks about budget analysis, spending habits, where money is going, why overspending, or how to set budgets. Triggers include 分析预算, 消费习惯, 钱都去哪了, 为什么超支, 怎么设预算.
2026-01-19
finance-analyst.md
15
1
export
finance-analyst
2
from
"kylesean/augo"
from
"kylesean/augo"
3
Provides financial analysis and forecasting capabilities. Use when user asks about: - Financial summary or cash flow (收支分析, 现金流) - Financial health evaluation (财务健康, 财务评分) - Future balance predictions (余额预测, 财务预测) - Purchase impact simulation (如果买...会怎样)
2026-01-19
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
video-designer.md
15
1
export
video-designer
2
from
"outscal/video-generator"
from
"outscal/video-generator"
3
Expert video designer that generates comprehensive design specifications based on video direction. Creates precise JSON schemas for scenes including elements, animations, timing, and styling following strict design guidelines.
2026-01-19
Observability Instrumentation.md
15
1
export
Observability Instrumentation
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Comprehensive observability methodology implementing three pillars (logs, metrics, traces) with structured logging using Go slog, Prometheus-style metrics, and distributed tracing patterns. Use when adding observability from scratch, logs unstructured or inadequate, no metrics collection, debugging production issues difficult, or need performance monitoring. Provides structured logging patterns (contextual logging, log levels DEBUG/INFO/WARN/ERROR, request ID propagation), metrics instrumentation (counter/gauge/histogram patterns, Prometheus exposition), tracing setup (span creation, context propagation, sampling strategies), and Go slog best practices (JSON formatting, attribute management, handler configuration). Validated in meta-cc with 23-46x speedup vs ad-hoc logging, 90-95% transferability across languages (slog specific to Go but patterns universal).
2025-12-13
troubleshoot.md
15
1
export
troubleshoot
2
from
"ujuc/dotrc"
from
"ujuc/dotrc"
3
Diagnoses and fixes errors following structured troubleshooting process. Use when user reports errors, bugs, or asks "왜 안돼?", "에러 났어", "문제 해결해줘", "디버깅 해줘", "이거 왜 이래?", "안 돼", "오류", or needs help with compilation, runtime, or logic errors.
2026-01-12
simple-fetch.md
15
1
export
simple-fetch
2
from
"yoloshii/mcp-code-execution-enhanced"
from
"yoloshii/mcp-code-execution-enhanced"
3
Basic MCP skill demonstrating CLI-based execution pattern for fetching URL content
2026-01-20
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
task-breakdown.md
15
1
export
task-breakdown
2
from
"ttmouse/skills"
from
"ttmouse/skills"
3
专业的任务拆解器,将复杂需求拆分成"独立可运行与可演示"的最小闭环任务卡。严格按照纵向切片、单一数据变化、单一入口原则,确保每张任务卡都能在单回合实现并验证。当用户说"帮我拆解一下任务"、"用任务拆解器分析"、"按规范拆分"或需要将一个大的开发需求拆分成可执行的小任务时使用。输出格式严格按照[src/renderer/TODO.md]标准存储。
2026-01-21
designprompt.md
15
1
export
designprompt
2
from
"ttmouse/skills"
from
"ttmouse/skills"
3
AI驱动的设计系统构建器。基于项目特征智能推荐最合适的设计风格(从30+专业设计系统中选择),或使用用户指定的风格。自动应用完整的设计系统规范(颜色、字体、组件、动效等)来实现界面。
2026-01-21
Unnamed Skill.md
15
1
export
Unnamed Skill
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Progressive learning methodology for structured onboarding using time-boxed learning paths (Day-1, Week-1, Month-1), validation checkpoints, and scaffolding principles. Use when onboarding new contributors, reducing ramp-up time from weeks to days, creating self-service learning paths, systematizing ad-hoc knowledge sharing, or building institutional knowledge preservation. Provides 3 learning path templates (Day-1: 4-8h setup→contribution, Week-1: 20-40h architecture→feature, Month-1: 40-160h expertise→mentoring), progressive disclosure pattern, validation checkpoint principle, module mastery best practice. Validated with 3-8x onboarding speedup (structured vs. unstructured), 95%+ transferability to any software project (Go, Rust, Python, TypeScript). Learning theory principles applied: progressive disclosure, scaffolding, validation checkpoints, time-boxing.
2025-12-13
write-app-change-log.md
15
1
export
write-app-change-log
2
from
"AnySoftKeyboard/janus"
from
"AnySoftKeyboard/janus"
3
Generates and updates the latest app changelog based on git history since the last version tag.
2026-01-13
analysis-process.md
15
1
export
analysis-process
2
from
"serpro69/ktchn8s"
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
grey-haven-code-quality-analysis.md
15
1
export
grey-haven-code-quality-analysis
2
from
"greyhaven-ai/claude-code-config"
from
"greyhaven-ai/claude-code-config"
3
Multi-mode code quality analysis covering security reviews (OWASP Top 10), clarity refactoring (readability rules), and synthesis analysis (cross-file issues). Use when reviewing code for security vulnerabilities, improving code readability, conducting quality audits, pre-deployment checks, or when user mentions 'code quality', 'code review', 'security review', 'refactoring', 'code smell', 'OWASP', 'code clarity', or 'quality audit'.
2026-01-21