Claude-toolbox merge-docs
install
source · Clone the upstream repo
git clone https://github.com/serpro69/claude-toolbox
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/serpro69/claude-toolbox "$T" && mkdir -p ~/.claude/skills && cp -r "$T/klaude-plugin/skills/merge-docs" ~/.claude/skills/serpro69-claude-toolbox-merge-docs && rm -rf "$T"
manifest:
klaude-plugin/skills/merge-docs/SKILL.mdsource content
Merge Design Documents
Goal: Produce a single, unified set of feature docs from two separate designs for the same feature.
Conventions
Read capy knowledge base conventions at shared-capy-knowledge-protocol.md.
When to Use
You have two feature directories under
/docs/wip/ for the same feature — each with its own design, implementation plan, and task list — and you need to combine them into one coherent set of docs.
Workflow
See merge-process.md.