Browse Skills
44557 skills found
grafana-dashboards.md
0
1
export
grafana-dashboards
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.
2026-01-05
switch-persona.md
0
1
export
switch-persona
2
from
"audunstrand/status-app"
from
"audunstrand/status-app"
3
Quick persona switching. Triggers: 'switch persona', 'switch to X', 'become X'. Lists personas, reads selected file, switches immediately.
2026-01-05
document-python-component.md
0
1
export
document-python-component
2
from
"NightingaleV/agentic-dev-env"
from
"NightingaleV/agentic-dev-env"
3
Write or upgrade conventional Python docstrings for public modules, classes, functions, methods, and properties. Docstrings must be user-facing, mkdocstrings-friendly, include runnable examples, and must not repeat type hints.
2026-01-05
hexo-butterfly.md
0
1
export
hexo-butterfly
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Hexo Butterfly 主题配置与使用指南,包括主题安装、页面配置、主题配置、标签外挂、FAQ、进阶教程
2026-01-05
multcode-dev-workflow-agent.md
0
1
export
multcode-dev-workflow-agent
2
from
"chaorenex1/coding-agent-workflow"
from
"chaorenex1/coding-agent-workflow"
3
End-to-end software development workflow agent using memex-cli with multiple AI backends. Orchestrates 5 stages: (1) Requirements Analysis (Claude), (2) Functional Design (Claude), (3) UX Design (Gemini), (4) Development Planning (Codex), (5) Implementation & QA (Codex). Use for complete project development from idea to deployment.
2026-01-05
pinia.md
0
1
export
pinia
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Manages Vue state with Pinia including stores, getters, actions, and plugins. Use when building Vue applications needing centralized state, sharing state between components, or replacing Vuex.
2026-01-05
frontend-frameworks.md
0
1
export
frontend-frameworks
2
from
"pluginagentmarketplace/custom-plugin-software-design"
from
"pluginagentmarketplace/custom-plugin-software-design"
3
Modern frontend frameworks including React, Vue, Angular, and Next.js. Master component-based architecture, state management, and full-stack development. Use when building interactive web applications or learning modern frontend technologies.
2026-01-05
setup-cdk-git.md
0
1
export
setup-cdk-git
2
from
"auge2u/claude-dev-kit"
from
"auge2u/claude-dev-kit"
3
Use when setting up git workflows for Claude Code - installs pre-commit hooks, commit templates with Claude attribution, PR templates, branch naming helpers, and Claude-specific gitignore entries
2026-01-05
health-check.md
0
1
export
health-check
2
from
"semicolon-devteam/semo-backend"
from
"semicolon-devteam/semo-backend"
3
Validate backend development environment and authentication status. Use when (1) new backend developer onboarding, (2) checking required tools (gh CLI, Git, Node, pnpm, Supabase), (3) verifying GitHub auth and repo access, (4) orchestrator auto-runs at work start.
2026-01-05
n8n-preflight-agent.md
0
1
export
n8n-preflight-agent
2
from
"awjames6875/skills-factory"
from
"awjames6875/skills-factory"
3
Validates n8n workflow JSON files, tests APIs with real credentials, auto-fixes common issues, and learns new problems. Use when you need to CHECK, VALIDATE, FIX, TEST, PREFLIGHT, or REPAIR n8n workflow JSON files before importing them.
2026-01-05
learning-tech-selection.md
0
1
export
learning-tech-selection
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
tech-selection for learning technology evaluation and implementation.
2026-01-05
troubleshooting-guide.md
0
1
export
troubleshooting-guide
2
from
"ToonVos/empty-opensaas"
from
"ToonVos/empty-opensaas"
3
Complete diagnostic procedures for resolving Wasp development issues. Use when encountering errors, debugging problems, or when things aren't working. Includes systematic procedures for import errors, auth issues, database problems, and type errors.
2026-01-05
hua-ux-framework-usage.md
0
1
export
hua-ux-framework-usage
2
from
"HUA-Labs/HUA-Labs-public"
from
"HUA-Labs/HUA-Labs-public"
3
Quick reference guide for developing with hua-ux framework
2026-01-05
managing-server-vs-client-boundaries.md
0
1
export
managing-server-vs-client-boundaries
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Teaches when to use Server Components vs Client Components in React 19, including the 'use client' directive and boundary patterns. Use when architecting components, choosing component types, or working with Server Components.
2026-01-05
tmux-orchestrator.md
0
1
export
tmux-orchestrator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when orchestrating tmux sessions for multi-component development workflows. Use when creating complex multi-window, multi-pane tmux layouts via the Bash tool, especially for projects requiring simultaneous backend/frontend development, microservices, or parallel task execution. This skill provides patterns for session creation, pane management, and command orchestration using the user's custom tmux configuration.
2026-01-05
nodejs-backend-typescript.md
0
1
export
nodejs-backend-typescript
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
Node.js backend development with TypeScript, Express/Fastify servers, routing, middleware, and database integration. Use when building REST APIs with TypeScript, creating Express/Fastify servers, or implementing microservices architectures.
2026-01-05
purple-team.md
0
1
export
purple-team
2
from
"Cornjebus/claude-purple-team-skill"
from
"Cornjebus/claude-purple-team-skill"
3
Comprehensive purple team security assessment skill that analyzes codebases like a skilled penetration tester, identifies attack vectors, and provides remediation guidance. Use this skill when: (1) Performing security audits or code reviews, (2) Identifying vulnerabilities before deployment, (3) Running purple team exercises (offensive analysis + defensive remediation), (4) Checking for OWASP Top 10 vulnerabilities, (5) Scanning for hardcoded secrets, API keys, or credentials, (6) Analyzing authentication/authorization flaws, (7) Reviewing cryptographic implementations, (8) Auditing infrastructure-as-code (Terraform, K8s, Docker), (9) Generating security reports in Markdown, HTML, or JSON format. Triggers: "security audit", "purple team", "penetration test", "find vulnerabilities", "security review", "attack vectors", "remediate vulnerabilities", "OWASP", "security scan".
2026-01-05
cicd-setup.md
0
1
export
cicd-setup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Sets up a CI/CD pipeline for Python projects using GitHub Actions. Includes templates for PR checks, deployment via SSH, pre-commit hooks, and email notifications. Use this skill when a user wants to create a new CI/CD pipeline for a Python project.
2026-01-05
meal-prep-assistant.md
0
1
export
meal-prep-assistant
2
from
"manshuv/grandmaster-crab"
from
"manshuv/grandmaster-crab"
3
Weekly meal prep and shopping assistant that selects 3 recipes with varied proteins, generates categorized shopping lists, and creates meal prep plans distinguishing Sunday prep from weeknight cooking. Use when planning weekly meals or creating shopping lists.
2026-01-05
safe-refactoring.md
0
1
export
safe-refactoring
2
from
"OmerZKol/dev-accelerator-plugin"
from
"OmerZKol/dev-accelerator-plugin"
3
Provides a safe, systematic approach to refactoring code with confidence that behavior is preserved
2026-01-05
mcp-config.md
0
1
export
mcp-config
2
from
"racurry/neat-little-package"
from
"racurry/neat-little-package"
3
Guidance for configuring MCP servers in Claude Code projects. Covers transport selection, scopes, authentication, and security patterns. Use whenever adding MCP servers - projects, plugins, or any context.
2026-01-05
finishing-a-development-branch.md
0
1
export
finishing-a-development-branch
2
from
"jrc1883/popkit-claude"
from
"jrc1883/popkit-claude"
3
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup. Presents exactly 4 options: merge locally, create PR, keep as-is, or discard. Do NOT use when tests are failing or work is incomplete - fix issues first before finishing the branch.
2026-01-05
dockerfile-builder.md
0
1
export
dockerfile-builder
2
from
"nadeemsangrasi/humanoid-and-robotic-book"
from
"nadeemsangrasi/humanoid-and-robotic-book"
3
Generate the full production Dockerfile for the backend with multi-stage build, proper dependencies, and Hugging Face Spaces compatibility.
2026-01-05
stripe-checkout.md
0
1
export
stripe-checkout
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Stripe Checkout integration for programme purchases with Server Actions, webhook signature verification, and success/cancel flows. Use when implementing payments, creating checkout sessions, handling webhooks, or setting up purchase flows.
2026-01-05