Browse Skills

6825 skills found

independent-research.md
0
1 export independent-research
2 audunstrand from "audunstrand/status-app"
3 Research-driven investigation skill for validating solutions and exploring documentation. Never ask questions you can answer yourself through research. Use WebFetch, WebSearch, and testing to validate ideas before presenting them. Deliver concrete, tested recommendations with evidence.
2026-01-05
brand-identity-core.md
0
1 export brand-identity-core
2 narcisolcf from "narcisolcf/skills_claude_narciso"
3 Enforces company voice, tone, and formatting standards across all outputs. Acts as the semantic constitution for documentation, code comments, and external communications.
2026-01-05
supabase-migration-writer.md
0
1 export supabase-migration-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert assistant for creating database migrations for the KR92 Bible Voice Supabase project. Use when creating database migrations, adding tables, modifying schemas, creating RPC functions, or writing rollback scripts.
2026-01-05
developing-claude-code-meta.md
0
1 export developing-claude-code-meta
2 mikekelly from "mikekelly/developing-claude-code-meta"
3 MUST be loaded when setting up, installing, migrating, reviewing, auditing, or checking CLAUDE.md files in projects. Covers installing the standard CLAUDE.md into new projects, migrating existing CLAUDE.md content to READMEs (progressive disclosure), and auditing projects for conformance. Invoke PROACTIVELY when user mentions CLAUDE.md, project setup, agent configuration, or code meta files.
2026-01-05
changelog-generator.md
0
1 export changelog-generator
2 mattleonard16 from "mattleonard16/taxhelper"
3 Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
2026-01-05
obsidian.md
0
1 export obsidian
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Read, write, search, and manage Obsidian vault notes. Use when: (1) Reading/writing markdown notes, (2) Searching vault content, (3) Managing daily/periodic notes, (4) Tracking tasks or oncall incidents. Supports filesystem access and Local REST API.
2026-01-05
sdd-documentation.md
0
1 export sdd-documentation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 ソフトウェア設計ドキュメント(SDD)を作成・管理・実装します。requirements.md、design.md、tasks.mdの作成から、タスク実行・逆順レビューまでの全工程を統括します。SDDワークフロー全体の管理が必要な場合に使用してください。
2026-01-05
documentation.md
0
1 export documentation
2 jwmyers from "jwmyers/vui-vux-plugins"
3 This skill should be used when the user asks about "update documentation", "CLAUDE.md", "README.md", "documentation conventions", "document this", "add to docs", "update the readme", or discusses project documentation maintenance and standards.
2026-01-05
writing.md
0
1 export writing
2 xtribr from "xtribr/xtri-provas"
3 Clear writing standards based on Zinsser's principles. Use for documentation, commit messages, PR descriptions, and technical communication.
2026-01-05
extract-requirements.md
0
1 export extract-requirements
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this when user needs to document business requirements from undocumented legacy code. Provides systematic 6-phase extraction: automated analysis, validation rules, use cases, business rules, data models, and workflow mapping. Apply for legacy system documentation, migration planning, compliance audits, or M&A due diligence
2026-01-05
writing-page-layout.md
0
1 export writing-page-layout
2 Emz1998 from "Emz1998/nexly-notes"
3 Use this skill when you need to write code for a page layout in the Next.js
2026-01-05
writing-plans.md
0
1 export writing-plans
2 a-ariff from "a-ariff/Ariff-code-config"
3 Create detailed implementation plans with bite-sized tasks
2026-01-05
memory-generator.md
0
1 export memory-generator
2 eous from "eous/dotclaude"
3 Generate CLAUDE.md project memory files by exploring codebases. Use when user asks to "generate memory", "create CLAUDE.md", "document this project", "understand this codebase", or starts work on a new/unfamiliar repository. Triggers on new project onboarding and documentation requests.
2026-01-05
writing-skills.md
0
1 export writing-skills
2 liauw-media from "liauw-media/CodeAssist"
3 Use when creating reusable process documentation. Apply TDD: baseline without skill → document failures → write skill → test → iterate. Four types: Discipline, Technique, Pattern, Reference. Iron Law: No skill without failing test first.
2026-01-05
api-design-patterns.md
0
1 export api-design-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design RESTful APIs with proper HTTP methods, status codes, pagination, filtering, error responses, and OpenAPI documentation. Follows FastAPI best practices with Pydantic validation.
2026-01-05
user-story-writing.md
0
1 export user-story-writing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create well-structured user stories with clear acceptance criteria in 'As a/I want/So that' format for team communication
2026-01-05
testcase-creator.md
0
1 export testcase-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate requirements-based test cases from Gherkin user stories using BDD methodology. Use this skill when the user asks to create test cases, generate test cases from user stories, analyze requirements for testing, convert user stories to test cases, or work with files in docs/user-stories/. This skill performs comprehensive requirement analysis and outputs Azure DevOps-compatible CSV test case files with proper formatting for import.
2026-01-05
gdscript-api-lookup.md
0
1 export gdscript-api-lookup
2 minami110 from "minami110/claude-godot-tools"
3 Look up GDScript and Godot Engine documentation using Deepwiki and Context7.Use when you need to find implementation approaches, APIs, or code examples for Godot projects.
2026-01-05
godot-docs.md
0
1 export godot-docs
2 sdotyxz from "sdotyxz/vr-planner-2"
3 Comprehensive assistance with godot_docs
2026-01-05
global-error-handling.md
0
1 export global-error-handling
2 mshafei721 from "mshafei721/Turbocat"
3 Implement robust error handling with user-friendly messages, specific exception types, centralized handling, and graceful degradation. Use this skill when adding try-catch blocks, error boundaries, or exception handling. When creating custom error types or exception classes. When deciding where to handle errors (controller vs. service layer). When writing user-facing error messages. When implementing retry logic with exponential backoff. When ensuring resources are cleaned up in finally blocks or equivalent patterns.
2026-01-05
code-explanation.md
0
1 export code-explanation
2 brendendurham from "brendendurham/claude-code-config"
3 Explain code with ASCII diagrams, analogies, and Mermaid visualizations. Triggers: explain this code, how does this work, what does this do, explain architecture, visualize code, diagram this, help me understand
2026-01-05
project-doc.md
0
1 export project-doc
2 justEstif from "justEstif/dotfiles"
3 Organize, create, and maintain documentation for projects. Use when the user asks to set up docs structure, write documentation, update existing docs, create READMEs, ADRs, guides, or any project documentation. Triggers include "organize my docs", "set up documentation", "write docs for this", "update the README", "document this", or when working on a project that needs documentation.
2026-01-05
lesson-structure.md
0
1 export lesson-structure
2 zeeshan080 from "zeeshan080/ai-native-robotics"
3 Provide lesson markdown templates for the AI-Native Robotics Textbook. Use when writing lessons, structuring educational content, or validating lesson format.
2026-01-05
assessment-builder.md
0
1 export assessment-builder
2 khanaleema from "khanaleema/PhysicalAI-Book"
3 Creates assessments with varied question types (MCQ, code-completion, debugging, projects) alignedto learning objectives with meaningful distractors based on common misconceptions. Activate wheneducators design quizzes, exams, or tests measuring understanding; need questions at appropriatecognitive levels (Bloom's taxonomy); want balanced cognitive distribution (60%+ non-recall); orrequire rubrics for open-ended questions. Generates MCQs with diagnostic distractors, code-writingprompts, debugging challenges, and project-based assessments targeting deep understanding.
2026-01-05