Browse Skills
44915 skills found
version-management.md
0
1
export
version-management
2
from
"vanman2024/dev-lifecycle-marketplace"
from
"vanman2024/dev-lifecycle-marketplace"
3
Semantic versioning helpers and release scripts. Use when managing versions, bumping version numbers, creating releases, generating changelogs, or when user mentions versioning, semantic versioning, release management, version bumps, or semver.
2026-01-05
using-context7-for-docs.md
0
1
export
using-context7-for-docs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when researching library documentation with Context7 MCP tools for official patterns and best practices
2026-01-05
obsidian-formatting.md
0
1
export
obsidian-formatting
2
from
"oskar-dragon/claude-code"
from
"oskar-dragon/claude-code"
3
This skill should be used when "creating Obsidian notes", "formatting frontmatter", "using Dataview syntax", "embedding images in Obsidian", or when working with Obsidian-specific markdown features. Provides expertise in YAML frontmatter, Dataview queries, wikilinks, and Obsidian markdown conventions.
2026-01-05
api-development.md
0
1
export
api-development
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
FastAPI 기반 API 개발 스킬. 엔드포인트 생성, 스키마 정의, 미들웨어 작업 시 자동으로 활성화됩니다. endpoint, route, schema, pydantic, fastapi 키워드에 반응합니다.
2026-01-05
git-pushing.md
0
1
export
git-pushing
2
from
"DanielGeek/python_projects"
from
"DanielGeek/python_projects"
3
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
2026-01-05
visualization-algorithms.md
0
1
export
visualization-algorithms
2
from
"surfdeeper/surfing-game"
from
"surfdeeper/surfing-game"
3
Evaluate and implement visualization algorithms for ocean/foam rendering. Use when discussing rendering techniques, contour algorithms, performance optimization for graphics, or evaluating algorithm tradeoffs. Auto-apply when editing files in src/render/.
2026-01-05
postcss-config.md
0
1
export
postcss-config
2
from
"metasaver/claude-marketplace"
from
"metasaver/claude-marketplace"
3
PostCSS configuration template and validation logic for Tailwind CSS processing with Autoprefixer. Includes 4 required standards (required base plugins, critical plugin order with tailwindcss first and autoprefixer last, file naming as postcss.config.js, required dependencies). Use when creating or auditing postcss.config.js files to ensure correct CSS build pipeline.
2026-01-05
liveblocks.md
0
1
export
liveblocks
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Builds real-time collaborative features with Liveblocks including presence, cursors, storage, comments, and notifications. Use when adding multiplayer experiences, collaborative editing, or live cursors to React applications.
2026-01-05
execution-plan-creation.md
0
1
export
execution-plan-creation
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Guide execution plan creation using the standard template. Execution plan organizes user stories into waves with agent assignments and verification gates. Use when PM agent drafts or updates an execution plan, or when validating wave structure and dependencies.
2026-01-05
bdd-scenario-quality-check.md
0
1
export
bdd-scenario-quality-check
2
from
"tikazyq/agentic-spec-forge"
from
"tikazyq/agentic-spec-forge"
3
检查Given-When-Then格式规范性,发现场景缺口,提供丰富建议。当BDD场景编写完成后使用,确保场景质量符合CRAFT标准。
2026-01-05
music-discover.md
0
1
export
music-discover
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Music news and recommendations based on Spotify listening history. Use for music news, new releases, recommendations, what to listen to in specific situations (commute, workout, travel), artist updates, or concert announcements.
2026-01-05
omni-proxmox.md
0
1
export
omni-proxmox
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when the user asks to "create a machine class", "configure Proxmox provider", "debug provider registration", "set up CEL storage selectors", "troubleshoot Omni provider", "check provider status", "create a Talos cluster", or needs guidance on Omni + Proxmox infrastructure integration for Talos Kubernetes clusters.
2026-01-05
nlp-processing.md
0
1
export
nlp-processing
2
from
"pluginagentmarketplace/custom-plugin-ai-data-scientist"
from
"pluginagentmarketplace/custom-plugin-ai-data-scientist"
3
Text processing, sentiment analysis, LLMs, and NLP frameworks. Use for text classification, named entity recognition, or language models.
2026-01-05
sql-batching.md
0
1
export
sql-batching
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Prevent D1 "too many SQL variables" errors when using Drizzle ORM. Use this skill whenever writing database queries with `inArray()`, bulk inserts/updates, or any query with dynamic arrays. Critical for queries where array size is unbounded (user teams, registrations, IDs from prior queries).
2026-01-05
roadmap-builder.md
0
1
export
roadmap-builder
2
from
"AIBPM42/hodgesfooshee-site-spark"
from
"AIBPM42/hodgesfooshee-site-spark"
3
Product roadmap prioritization and feature decision framework. Use when the user needs help deciding what to build next, evaluating feature ideas, prioritizing their backlog, challenging feature requests, planning their product roadmap, or when they ask questions like "should I build this feature?", "what should I work on next?", "help me prioritize", "is this feature worth building?", or when discussing product strategy and feature decisions.
2026-01-05
claude-code-knowledge.md
0
1
export
claude-code-knowledge
2
from
"codethread/claude-code-plugins"
from
"codethread/claude-code-plugins"
3
Access official Claude Code documentation including comprehensive guides on hooks, MCP servers, agent skills, slash commands, settings, CLI reference, security, memory, plugins, and troubleshooting. Use when the user asks about Claude Code features, configuration, capabilities, or best practices. ALWAYS use this skill instead of guessing about Claude Code functionality - it contains the authoritative documentation from docs.anthropic.com with automatic updates. Also includes comprehensive skill creation guide with helper scripts when users want to create new skills.
2026-01-05
tdd-go.md
0
1
export
tdd-go
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Main TDD workflow command. Finds next test in PLAN.md and executes complete TDD cycle automatically. This is the primary command for TDD development as specified in CLAUDE.md.
2026-01-05
kysely-query-architect.md
0
1
export
kysely-query-architect
2
from
"AdamAugustinsky/a3-stack-kysely"
from
"AdamAugustinsky/a3-stack-kysely"
3
Write type-safe Kysely queries following project patterns. Use when writing new database queries, optimizing queries, or working with the @packages/db/src/queries/* files.
2026-01-05
code-writer.md
0
1
export
code-writer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert code writer specializing in production-grade Python, FastAPI, and microservices development. Activated for writing clean, maintainable, well-tested code following best practices for the SaaS platform.
2026-01-05
frontend-integration.md
0
1
export
frontend-integration
2
from
"Integrum-Global/kaizen-studio"
from
"Integrum-Global/kaizen-studio"
3
Frontend integration guides for React and Flutter with Kailash SDK workflows, including setup, API integration, state management, and best practices. Use when asking about 'frontend integration', 'React integration', 'Flutter integration', 'frontend developer', 'UI integration', 'React with Kailash', 'Flutter with Kailash', 'frontend workflow', 'API client', 'React query', or 'Flutter state management'.
2026-01-05
junior-developer-implementation.md
0
1
export
junior-developer-implementation
2
from
"ClementWalter/rookie-marketplace"
from
"ClementWalter/rookie-marketplace"
3
This skill should be used for executing detailed implementation plans created by experienced developers. Follow the plan step-by-step, report deviations, and ask for help when blocked. Designed for cheap/light models (Haiku, smaller Sonnet) to maximize cost-effectiveness while maintaining quality.
2026-01-05
instantdb.md
0
1
export
instantdb
2
from
"financialvice/skills"
from
"financialvice/skills"
3
General knowledge and best practices for working with InstantDB, a modern real-time database ("Modern Firebase"). Use this skill whenever the user asks about InstantDB, wants to build with InstantDB, debug InstantDB issues, work with instant-cli, or needs help with InstaQL queries, permissions, or schema design.
2026-01-05
resume-manager.md
0
1
export
resume-manager
2
from
"mountaintop1/myclaude"
from
"mountaintop1/myclaude"
3
This skill should be used whenever users need help with resume creation, updating professional profiles, tracking career experiences, managing projects portfolio, or generating tailored resumes for job applications. On first use, extracts data from user's existing resume and maintains a structured database of experiences, projects, education, and skills. Generates professionally styled one-page resumes in both PDF and DOCX formats customized for specific job roles by selecting only the most relevant information from the database.
2026-01-05
osssolution-implementation.md
0
1
export
osssolution-implementation
2
from
"devkade/collaborator"
from
"devkade/collaborator"
3
Phase 3 of OSS contribution - Design and implement the solution following project standards and best practices. Writes code following conventions, adds/updates tests, handles edge cases. Use when issue analysis is complete and ready to write code.
2026-01-05