Claude Code · Skill
Skills for Claude Code
Reusable behaviors Claude loads on demand — debugging, brainstorming, testing flows. Each entry has a one-line install command you can copy straight into your Claude Code config.
BoltMCP Installer Skill
A Claude Code skill that guides users through installing BoltMCP on Kubernetes.
Test-Driven Development
Red, green, refactor — write failing tests before implementation.
Systematic Debugging
Hypothesis-driven debugging instead of trial-and-error.
Writing Plans
Turn requirements into a structured multi-step plan before coding.
Executing Plans
Walk an existing plan with review checkpoints and verification.
Verification Before Completion
Run real verification commands before claiming work is done.
Requesting Code Review
Structured prompt for asking for code review at the right moment.
Receiving Code Review
Read review feedback critically rather than blindly accepting it.
Brainstorming
Required before any creative work — explores intent and design before code.
Subagent-Driven Development
Walk an implementation plan via dispatched sub-agents in one session.
Finishing a Development Branch
Structured options for closing out a feature branch — merge, PR, or cleanup.
Using Git Worktrees
Create isolated worktrees for feature work to avoid mixing with current workspace.
Writing Skills
Create new skills with proper frontmatter, validation, and structure.
Humanizer
Remove obvious AI-writing patterns from generated text.
Frontend Design
Distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.
Dispatching Parallel Agents
Spawn multiple sub-agents for independent tasks in parallel.