Copy or symlink a skill folder into your skills directory:
# personal, available in every project
ln -s "$PWD/skills/discuss" ~/.claude/skills/discuss
# or project-scoped
ln -s "$PWD/skills/discuss" /path/to/project/.claude/skills/discuss| Skill | Description |
|---|---|
discuss |
Critical discussion mode — no code, no implementation, no file changes. For debating architecture, weighing tradeoffs, or thinking through a decision before implementing. Manual invocation only (/discuss). |
merge-target |
Merge a target branch (default: main/master) into the current feature branch and resolve conflicts, preserving the feature branch's intent through structural changes like renames. |