Browse Skills
16146 skills found
plan-creator.md
0
1
export
plan-creator
2
from
"djhuangit/scrum_and_tell"
from
"djhuangit/scrum_and_tell"
3
Create detailed implementation plans through interactive research and iteration. Use this skill when needing to plan a feature, refactor, or bug fix before implementation. The skill orchestrates research agents (codebase-locator, codebase-analyzer, codebase-pattern-finder) to understand the codebase, then works collaboratively with the user to produce comprehensive technical specifications with phased implementation steps and success criteria.
2026-01-05
temporal.md
0
1
export
temporal
2
from
"steveandroulakis/temporal-a2a-development-agent"
from
"steveandroulakis/temporal-a2a-development-agent"
3
Manage Temporal workflows: server lifecycle, worker processes, workflow execution, monitoring, and troubleshooting for Python SDK with temporal server start-dev.
2026-01-05
gke-cluster-configuration.md
0
1
export
gke-cluster-configuration
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Private GKE cluster setup, Workload Identity, and Shielded Nodes with Binary Authorization using Terraform.
2026-01-05
skill-creator.md
0
1
export
skill-creator
2
from
"tazomatalax/threedee"
from
"tazomatalax/threedee"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
notebooks-back-end.md
0
1
export
notebooks-back-end
2
from
"data-desk-eco/uscg-incidents"
from
"data-desk-eco/uscg-incidents"
3
Use when building, deploying, or setting up notebooks. Covers Makefile targets (make build, make data, make etl), GitHub Actions workflows, CI/CD, and creating new notebook repositories.
2026-01-05
activerecord-patterns.md
0
1
export
activerecord-patterns
2
from
"betamatt/claude-plugins"
from
"betamatt/claude-plugins"
3
This skill should be used when the user asks about "ActiveRecord", "database queries", "query optimization", "N+1 queries", "eager loading", "associations", "migrations", "database indexes", "SQL performance", "ActiveRecord callbacks", "scopes", or needs guidance on efficient database access patterns in Rails 7+.
2026-01-05
postgresql-table-design.md
0
1
export
postgresql-table-design
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
2026-01-05
update-packages.md
0
1
export
update-packages
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use ONLY when user explicitly requests updating Node.js and pnpm versions - systematically updates package managers in all locations (frontend, backend, CI/CD) and verifies versions against official sources. Never use proactively.
2026-01-05
disaster-recovery.md
0
1
export
disaster-recovery
2
from
"surrealwolf/proxmox-ve-mcp"
from
"surrealwolf/proxmox-ve-mcp"
3
Implement disaster recovery and backup strategies for Proxmox. Create and manage backups, test recovery procedures, and ensure business continuity for your infrastructure.
2026-01-05
moai-alfred-agent-guide.md
0
1
export
moai-alfred-agent-guide
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
19-agent team structure, decision trees for agent selection, Haiku vs Sonnet model selection, and agent collaboration principles. Use when deciding which sub-agent to invoke, understanding team responsibilities, or learning multi-agent orchestration.
2026-01-05
pdf-rag-knowledge.md
0
1
export
pdf-rag-knowledge
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Search and retrieve information from indexed PDF documentation including IC datasheets, FPGA manuals, and technical specifications. Use this when the user asks about hardware specifications, pin configurations, register details, timing diagrams, or any technical information that might be in datasheets or technical documentation.
2026-01-05
clean-code-dotnet.md
0
1
export
clean-code-dotnet
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Clean Code principles adapted for C#/.NET including naming, variables, functions, SOLID, error handling, and async patterns. Use when: (1) reviewing C# code, (2) refactoring for clarity, (3) writing new code, (4) code review feedback.
2026-01-05
global-commenting.md
0
1
export
global-commenting
2
from
"89jobrien/mcp-joecc"
from
"89jobrien/mcp-joecc"
3
Write self-documenting code with minimal, evergreen comments that explain why, not what. Use this skill when deciding whether to add comments or when reviewing existing comments. When writing docstrings, inline comments, or documentation blocks. When avoiding comments that describe recent changes, temporary fixes, or obvious code behavior.
2026-01-05
musubix-sdd-workflow.md
0
1
export
musubix-sdd-workflow
2
from
"nahisaho/MUSUBIX"
from
"nahisaho/MUSUBIX"
3
Guide for MUSUBIX SDD (Specification-Driven Development) workflow. Use this when asked to develop features using MUSUBIX methodology, create requirements, designs, or implement code following the 9 constitutional articles.
2026-01-05
build-and-deploy.md
0
1
export
build-and-deploy
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build and deploy this Next.js application with PostgreSQL database. Use when building, deploying, setting up database, or preparing the project for production.
2026-01-05
financial-models.md
0
1
export
financial-models
2
from
"chekos/bns-marketplace"
from
"chekos/bns-marketplace"
3
Load when working on revenue tracking, financial forecasting, P&L statements,unit economics, or business financial planning. Contains frameworks andtemplates for creator business financial management.
2026-01-05
domain-expert.md
0
1
export
domain-expert
2
from
"d-oit/do-novelist-ai"
from
"d-oit/do-novelist-ai"
3
Apply domain-driven design principles for business logic, entities, events and aggregate boundaries. Use when modeling domain concepts, implementing business rules, or defining clear separation between domain and infrastructure layers.
2026-01-05
content-research-writer.md
0
1
export
content-research-writer
2
from
"synqing/Lightwave-Ledstrip"
from
"synqing/Lightwave-Ledstrip"
3
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
2026-01-05
gh-cli.md
0
1
export
gh-cli
2
from
"ymat19/dotfiles"
from
"ymat19/dotfiles"
3
Use GitHub CLI (gh) to interact with GitHub repositories, pull requests, issues, CI/CD workflows, and security alerts. Use when the user asks about remote repository status, workflow runs, PR/issue management, or GitHub operations.
2026-01-05
github-actions.md
0
1
export
github-actions
2
from
"JohnnyVicious/copilot-cli-examples"
from
"JohnnyVicious/copilot-cli-examples"
3
Create, configure, and optimize GitHub Actions including action types, triggers, runners, security practices, and marketplace integration
2026-01-05
qa-specialist-captain.md
0
1
export
qa-specialist-captain
2
from
"Claymore-Q/SAVVY"
from
"Claymore-Q/SAVVY"
3
QA Specialist Captain - Advanced testing, UAT coordination, and compliance validation
2026-01-05
ai-sdk-docs.md
0
1
export
ai-sdk-docs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Query and manage local Vercel AI SDK documentation mirror (271 docs across 24 sections). Search AI SDK UI hooks, streaming, providers, core functions, and React Server Components. Use when implementing AI features or answering AI SDK-related questions.
2026-01-05
effect-layers-services.md
0
1
export
effect-layers-services
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Define services, provide layers, compose dependencies, and switch live/test. Use for DI boundaries and app composition.
2026-01-05
http-api-cloudbase.md
0
1
export
http-api-cloudbase
2
from
"binggg/GALAXY-VORTEX"
from
"binggg/GALAXY-VORTEX"
3
Use CloudBase HTTP API to access CloudBase platform features (database, authentication, cloud functions, cloud hosting, cloud storage, AI) via HTTP protocol from backends or scripts that are not using SDKs.
2026-01-05