Claude Code · Skill
Skills for Claude Code
Claude 可按需載入的可重用行為,例如除錯、腦暴、測試流程。 每個條目都有一行可複製的安裝指令,可以直接放進 Claude Code 設定。
Brainstorming
Required before any creative work — explores intent and design before code.
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.
Dispatching Parallel Agents
Spawn multiple sub-agents for independent tasks in parallel.
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.