Browse Skills
6825 skills found
task-handoff-writing.md
0
1
export
task-handoff-writing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write high-signal handoffs (`HANDOFF.md` or `docs/handoffs/<slug>.md`) with concrete validation evidence and actionable next steps.
2026-01-05
generate-constitution.md
0
1
export
generate-constitution
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Derive technical development principles FROM user needs in product.md using evidence-based reasoning. Creates constitution.md with architecture decisions, tech stack choices, and development constraints - all traced back to specific user needs. Use when user mentions "technical principles", "constitution", "architecture decisions", or after creating product.md.
2026-01-05
automating-self-improvement.md
0
1
export
automating-self-improvement
2
from
"CodeTonight-SA/cips"
from
"CodeTonight-SA/cips"
3
Meta-skill that automates the 10-step improvement cycle - detects patterns, generates skills, creates commands, and triggers documentation. Use when user invokes /auto-improve or says detect inefficiency.
2026-01-05
global-error-handling.md
0
1
export
global-error-handling
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement proper error handling patterns for n8n nodes using NodeApiError and NodeOperationError classes. Use this skill when writing try-catch blocks in execute methods, handling HTTP errors, validating parameters, parsing API error responses, implementing continueOnFail logic, writing actionable error messages, or handling errors in trigger nodes. Apply when working with external API calls, authentication errors, rate limiting, or any error scenarios in n8n node development.
2026-01-05
write-to-doc.md
0
1
export
write-to-doc
2
from
"aandersland/feast"
from
"aandersland/feast"
3
Automatically invoked when writing formal documentation (specs, ADRs, reviews, plans). Ensures consistent structure, appropriate detail level, and proper file location.
2026-01-05
idea-validator-pro.md
0
1
export
idea-validator-pro
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Advanced product idea validation through comprehensive market research, competitive analysis, demand verification, technical feasibility assessment, and monetization potential analysis. Use when evaluating startup ideas, SaaS concepts, or any new product before development begins. Provides data-driven scoring and actionable recommendations.
2026-01-05
continuity-checking.md
0
1
export
continuity-checking
2
from
"keberle/fiction-kit"
from
"keberle/fiction-kit"
3
Validate continuity by scanning scenes for contradictions, invented specificity (brands/addresses/vehicle models), and character knowledge violations. Use after writing or editing scenes.
2026-01-05
integration-test.md
0
1
export
integration-test
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for writing integration tests with Vitest and Testing Library. Use when testing multi-component workflows, database interactions, React components with context providers, or full user flows. Covers the Testing Trophy philosophy (integration > unit), factory patterns for test data, MSW for network mocking, async testing patterns (waitFor, findBy), and custom render with providers. Use this for tests that cross multiple modules or layers of the application.
2026-01-05
openapi-toolkit-anthropic-dart.md
0
1
export
openapi-toolkit-anthropic-dart
2
from
"davidmigloz/ai_clients_dart"
from
"davidmigloz/ai_clients_dart"
3
Automates updating anthropic_sdk_dart when Anthropic OpenAPI spec changes. Fetches latest spec, compares against current, generates changelogs and prioritized implementation plans. Use for: (1) Checking for API updates, (2) Generating implementation plans for spec changes, (3) Creating new models/endpoints from spec, (4) Syncing local spec with upstream. Triggers: "update api", "sync openapi", "new endpoints", "api changes", "check for updates", "update spec", "api version", "fetch spec", "compare spec", "what changed in the api", "implementation plan".
2026-01-05
bpm-knowledge-guide.md
0
1
export
bpm-knowledge-guide
2
from
"jgtolentino/opex"
from
"jgtolentino/opex"
3
Acts as a guide through the BPM wiki, summarizing pages, comparing roles, and pointing users to the right article for their question.
2026-01-05
dot-export.md
0
1
export
dot-export
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Export DOT/Graphviz diagrams from documents to SVG images. Use after creating documents with DOT code blocks when you need to render them as static images for distribution, GitHub, wikis, or static sites. Supports multiple layout engines (dot, neato, circo, fdp, twopi, osage, patchwork). Processes .md, .html, .mdx, .rst, .adoc files.
2026-01-05
timeline-generator.md
0
1
export
timeline-generator
2
from
"vishalsachdev/database-management"
from
"vishalsachdev/database-management"
3
This skill generates interactive timeline visualizations using the vis-timeline JavaScript library. Use this skill when users need to create historical timelines, project timelines, event sequences, or any chronological data visualization with optional category filtering. The skill creates a complete MicroSim package with HTML, CSS, JSON data, and documentation.
2026-01-05
bdd-workflow.md
0
1
export
bdd-workflow
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Complete Behavior-Driven Development workflow coordinating SCENARIO → STEP DEFINITIONS → IMPLEMENT → REFACTOR cycle with Given/When/Then scenarios. Use when writing BDD tests or implementing features from user stories.
2026-01-05
extract-voice.md
0
1
export
extract-voice
2
from
"Alevsk/nix"
from
"Alevsk/nix"
3
Use when the user wants to analyze writing samples to extract voice patterns, create voice-replicating prompts, or refine content generation prompts to match a specific writing style
2026-01-05
api-design-development.md
0
1
export
api-design-development
2
from
"pluginagentmarketplace/custom-plugin-terraform"
from
"pluginagentmarketplace/custom-plugin-terraform"
3
Master REST and GraphQL API design, authentication, security, error handling, documentation, and deployment. Learn HTTP semantics, resource modeling, rate limiting, versioning strategies, and build production-grade APIs serving millions of requests.
2026-01-05
trading-analysis.md
0
1
export
trading-analysis
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate professional investment reports for stocks and ETFs. Use when user requests market analysis, investment reports, stock analysis, or trading recommendations for financial instruments (SPY, AAPL, TSLA, etc.). Creates institutional-grade reports with technical indicators, AI-powered insights, charts, and investment recommendations.
2026-01-05
go-development.md
0
1
export
go-development
2
from
"Conte777/config_for_claude_code"
from
"Conte777/config_for_claude_code"
3
Expert Go/Golang development including writing code, APIs, handlers, middleware, testing with go test, dependency management with go mod, and applying best practices from Context7. Use when user asks to write, modify, or debug Go code, mentions Golang, Go modules, go test, go build, REST APIs in Go, or working with .go files.
2026-01-05
fastapi.md
0
1
export
fastapi
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
FastAPI - Modern Python web framework for building APIs with automatic validation, documentation, and async support. Use for API routes, dependency injection, Pydantic models, middleware, and authentication.
2026-01-05
database-schema-manager.md
0
1
export
database-schema-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manages LibSQL/Turso database schemas with Zod validation, creates migrations, and ensures type-safe database operations. Use when creating database tables, writing migrations, or implementing schema validation.
2026-01-05
versioned-documentation.md
0
1
export
versioned-documentation
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Deploy version-tagged documentation alongside releases using MkDocs Material, mike, and release-please for automated version alignment with software builds.
2026-01-05
elm-packages.md
0
1
export
elm-packages
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Look up Elm package documentation, list project dependencies, search the Elm package registry, and read module exports. Use when working with Elm projects, elm.json files, or needing information about Elm packages.
2026-01-05
orpheusdocgen.md
0
1
export
orpheusdocgen
2
from
"chrislyons/orpheus-sdk"
from
"chrislyons/orpheus-sdk"
3
Generate and maintain comprehensive documentation including Doxygen comments, progress reports, session notes, and API docs for Orpheus SDK.
2026-01-05
scratchpad-fetch.md
0
1
export
scratchpad-fetch
2
from
"otrebu/agents"
from
"otrebu/agents"
3
Download and aggregate web pages/docs into timestamped scratchpad files. Use when user asks to "concatenate all these resources", "get all these links", "checkout all these resources", or wants to gather fresh context from documentation URLs. All URLs from one prompt go into single file at docs/scratchpad/<timestamp>.md.
2026-01-05
rest-best-practices.md
0
1
export
rest-best-practices
2
from
"pluginagentmarketplace/custom-plugin-machine-learning"
from
"pluginagentmarketplace/custom-plugin-machine-learning"
3
RESTful principles, versioning, security, rate limiting, and documentation.
2026-01-05