Browse Skills

16146 skills found

setup-cdk-git.md
0
1 export setup-cdk-git
2 auge2u 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
managing-server-vs-client-boundaries.md
0
1 export managing-server-vs-client-boundaries
2 djankies 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 majiayu000 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 bobmatnyc 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 Cornjebus 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 majiayu000 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 manshuv 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
mcp-config.md
0
1 export mcp-config
2 racurry 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 jrc1883 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 nadeemsangrasi 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 majiayu000 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
style-audit.md
0
1 export style-audit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Audits code against CI/CD style rules, quality guidelines, and best practices, then rewrites code to meet standards without breaking functionality. Use this skill after functionality validation to ensure code is not just correct but also maintainable, readable, and production-ready. The skill applies linting rules, enforces naming conventions, improves code organization, and refactors for clarity while preserving all behavioral correctness verified by functionality audits.
2026-01-05
ci-cd-pipelines.md
0
1 export ci-cd-pipelines
2 randalmurphal from "randalmurphal/claude-config"
3 GitLab CI/CD pipeline patterns including testing stages, Docker builds, caching strategies, secrets management, deployment patterns (blue-green, canary, rolling), and rollback procedures. Use when creating .gitlab-ci.yml, optimizing CI performance, setting up deployment pipelines, or troubleshooting CI failures.
2026-01-05
mcp-builder.md
0
1 export mcp-builder
2 48Nauts-Operator from "48Nauts-Operator/opencode-baseline"
3 Build MCP servers for integrating external APIs with AI agents
2026-01-05
workflow-xml.md
0
1 export workflow-xml
2 anujkumar001111 from "anujkumar001111/xsky-agent"
3 This skill should be used when the user asks about "workflow XML", "planner", "agent dependencies", "workflow parsing", "task orchestration", or needs to understand the workflow system in XSky.
2026-01-05
system-design.md
0
1 export system-design
2 RamosFBC from "RamosFBC/openresidencia"
3 Comprehensive system design skill for creating professional software architecture specifications. Use this skill when asked to design systems (e.g., "Design a chat application", "Design an e-commerce platform", "Create system architecture for X"). Generates complete technical specifications with architecture diagrams, database schemas, API designs, scalability plans, security considerations, and deployment strategies. Creates organized spec folders with all documentation following professional software engineering standards, from high-level overview down to detailed implementation specifications.
2026-01-05
mcp-configuration.md
0
1 export mcp-configuration
2 vanman2024 from "vanman2024/dev-lifecycle-marketplace"
3 MCP server configuration templates and setup scripts. Use when configuring MCP servers, setting up MCP environment, managing MCP configs, adding MCP servers, or when user mentions MCP setup, MCP configuration, server environment, or MCP installation.
2026-01-05
architecture-paradigm-pipeline.md
0
1 export architecture-paradigm-pipeline
2 athola from "athola/claudenomicon"
3 Compose processing stages via pipes-and-filters for ETL, media, or compiler-like workloads.
2026-01-05
performance-debug.md
0
1 export performance-debug
2 mhalder from "mhalder/dotfiles"
3 Diagnose system performance issues including CPU, memory, disk, and network. Use when the user says "server is slow", "high CPU", "out of memory", "disk full", "performance issues", or asks to debug system performance.
2026-01-05
adr-review.md
0
1 export adr-review
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when reviewing code for Architecture Decision Record (ADR) compliance during refactoring or code review - checks code against all project ADRs and reports violations with specific fixes
2026-01-05
mimir-prometheus-troubleshoot.md
0
1 export mimir-prometheus-troubleshoot
2 timbuchinger from "timbuchinger/loadout"
3 Help craft efficient Mimir/Prometheus queries, troubleshoot metric issues, avoid high-cardinality problems, and recommend best practices for aggregation, recording rules, and performance.
2026-01-05
deployment-strategies.md
0
1 export deployment-strategies
2 involvex from "involvex/involvex-claude-marketplace"
3 This skill should be used when the user asks about "deployment", "CI/CD", "continuous integration", "GitHub Actions", "GitLab CI", "environments", "staging", "production", "rollback", "versioning", "gradual rollout", "canary deployment", "blue-green deployment", or discusses deploying Workers, managing multiple environments, or setting up automated deployment pipelines.
2026-01-05
executing-epic-workflow.md
0
1 export executing-epic-workflow
2 Emz1998 from "Emz1998/nexly-notes"
3 Execute systematic feature development using EPIC methodology (Explore, Research, Plan, Validate, Implement, Review, Iterate). Use when building features, implementing complex tasks, or following structured development workflows. Delegates exploration, research, planning, validation, and review to specialized agents.
2026-01-05
infra-security-reviewer.md
0
1 export infra-security-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Infrastructure security audit, secrets management, network policies, compliance checksWHAT: Secrets scanning + Network policies + IAM/RBAC audit + Compliance validation + Security hardeningWHEN NOT: Application security → security-scanner, Docker only → docker-reviewer
2026-01-05