Browse Skills

44915 skills found

learning-discussion-designer.md
0
1 export learning-discussion-designer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design discussion prompts, Socratic questions, debate structures, and facilitation guides for meaningful learning conversations. Use for discussion-based learning. Activates on "discussion questions", "debate design", "Socratic method", or "forum prompts".
2026-01-05
docker-compose.md
0
1 export docker-compose
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert guidance for Docker Compose including multi-container applications, service definitions, networks, volumes, environment variables, health checks, and orchestration. Use this when working with Docker Compose files and container orchestration.
2026-01-05
prd-builder.md
0
1 export prd-builder
2 jumski from "jumski/dotfiles"
3 Create Product Requirement Documents through structured interview. Use when user says "create a PRD", "write a PRD for X", "document requirements for X", "start a PRD".
2026-01-05
ink-cli.md
0
1 export ink-cli
2 olavocarvalho from "olavocarvalho/foam-habits"
3 Build terminal CLI apps using Ink (React for CLIs). This skill should be used when the user wants to create command-line interfaces with React components, terminal UIs, interactive CLI tools, or needs help with Ink components, hooks, and patterns.
2026-01-05
github-workflow-best-practices.md
0
1 export github-workflow-best-practices
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master GitHub workflows including branching strategies, commit standards, PR processes, issue triage, sprint management, and git worktree usage. Activate when planning GitHub workflows, managing sprints, or establishing team conventions.
2026-01-05
book-market-research.md
0
1 export book-market-research
2 robertguss from "robertguss/claude-skills"
3 Assess commercial viability of book concepts for Amazon KDP self-publishing. Use when the user has a Book Concept Document and wants to understand market demand, competition, pricing, and positioning before committing to write. Produces a Market Research Report with viability scorecard and Go/No-Go recommendation. Works standalone (commercial analysis only) or after idea-validator (integrated assessment). Nonfiction only.
2026-01-05
course-os.md
0
1 export course-os
2 webmasterarbez from "webmasterarbez/course-os"
3 Use when creating, developing, or resuming educational course development. This is the master orchestrator for Course OS - a 10-phase system based on ADDIE, Bloom's Taxonomy, Gagné's 9 Events, and Kirkpatrick evaluation. Triggers on "/course-os", "create a course", "develop a course", "build curriculum", "start course project", or "resume course development".
2026-01-05
confluence-documentation-patterns.md
0
1 export confluence-documentation-patterns
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 This skill should be used when the user asks to "confluence page", "create documentation", "tech design", "write to confluence", "read from confluence", "link confluence", "create TDD", "write runbook", "meeting notes", "release notes", "architecture decision", or needs guidance on creating, managing, and organizing documentation in Confluence with integration to Jira workflows.
2026-01-05
pre-work-research.md
0
1 export pre-work-research
2 garimto81 from "garimto81/claude"
3 신규 기능 구현 전 PRE_WORK 워크플로우 자동화. 오픈소스 검색, 중복 확인, Make vs Buy 분석 수행.
2026-01-05
root-cause-analysis.md
0
1 export root-cause-analysis
2 markpitt from "markpitt/claude-skills"
3 Conducts systematic root cause analysis using proven methodologies including Toyota's 5 Whys, Ishikawa fishbone diagrams, Pareto analysis, and fault tree analysis. Use when investigating bugs, debugging code, troubleshooting systems, diagnosing equipment failures, analyzing life problems, or identifying underlying causes of any issue across software engineering, hardware maintenance, process failures, or personal challenges.
2026-01-05
phoenix-api-channels.md
0
1 export phoenix-api-channels
2 danielseltzer from "danielseltzer/code-analysis-tools"
3 Phoenix controllers, JSON APIs, Channels, and Presence on the BEAM
2026-01-05
audio-debugging.md
0
1 export audio-debugging
2 skaihigh from "skaihigh/claude-agent-command-templates"
3 Automatically helps debug Web Audio API issues, audio playback problems, pitch preservation, and caching issues in the VSSK-shadecn music practice app
2026-01-05
alembic.md
0
1 export alembic
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Database migration management for SQLAlchemy projects using Alembic
2026-01-05
ruby-standard-library.md
0
1 export ruby-standard-library
2 conradbeach from "conradbeach/dotfiles"
3 Use when working with Ruby's standard library including Enumerable, File I/O, Time/Date, Regular Expressions, and core classes.
2026-01-05
visual-regression.md
0
1 export visual-regression
2 surfdeeper from "surfdeeper/surfing-game"
3 Screenshot-based regression testing with Playwright. Compares rendered pixels against baseline PNGs. Use when working with stories, *.visual.spec.ts files, or baseline screenshots. Auto-apply when editing files in stories/ or *.visual.spec.ts.
2026-01-05
telegram-keyboard-design.md
0
1 export telegram-keyboard-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design Telegram bot keyboards, buttons, and conversational flows with proper UX patterns. Includes inline keyboards, reply keyboards, button callbacks, and progressive disclosure for better mobile UX.
2026-01-05
environments.md
0
1 export environments
2 Alfredo-Sandoval from "Alfredo-Sandoval/prismatica"
3 How we create, manage, and update cross-platform software environments for this project.
2026-01-05
technical-constraints.md
0
1 export technical-constraints
2 dylantarre from "dylantarre/animation-principles"
3 Use when animation is limited by browser support, platform capabilities, or technical requirements
2026-01-05
release-notes.md
0
1 export release-notes
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate clear, skimmable GitHub release notes with **⚠️ Breaking Changes prominently displayed FIRST** (if any exist), followed by Highlights and detailed categorized sections. **Every listed change must include a link** to the originating issue or pull request. Can optionally upload the generated notes directly to a GitHub release using the gh CLI.
2026-01-05
deep-research.md
0
1 export deep-research
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Multi-agent parallel investigation for complex JUCE problems. Use when troubleshooting fails after Level 3, problems require novel research, or user requests /research command.
2026-01-05
behavior-tree-composer.md
0
1 export behavior-tree-composer
2 jsalfity from "jsalfity/bt-composition-prototype"
3 Generate executable py_trees behavior trees for robots based on natural language task descriptions. Always validates before returning to user.
2026-01-05
drf-serializer.md
0
1 export drf-serializer
2 gizix from "gizix/cc_projects"
3 Generate Django REST Framework serializers with validation, nested relationships, and best practices. Use when creating or updating API serializers, especially for complex models with relationships.
2026-01-05
codebase-improvement-advisor.md
0
1 export codebase-improvement-advisor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 既存のコードベース全体を分析し、リファクタリング・最適化の提案を自動生成するためのスキル。 TypeScript/JavaScriptプロジェクトの品質分析、コード改善提案、重複コード検出、セキュリティスキャンなど 「このプロジェクトの改善点を教えて」や「リファクタリング候補をリストアップして」といった依頼に使用する。
2026-01-05
change-contract-generator.md
0
1 export change-contract-generator
2 richhaase from "richhaase/some-plugins"
3 This skill should be used when the user asks to create a change contract, externalize intent for AI-delegated work, or define requirements without implementation details. Produces definitions of done expressed in terms of behavior, constraints, operability, and acceptance criteria through structured interviews.
2026-01-05