automattic/setup-claude
Set up Claude Code for this project. Use when the user invokes /setup-claude, asks to "set up claude", or "create the skills symlink".
npx skills add https://github.com/Automattic/vip-go-mu-plugins-built --skill setup-claude
Run once after cloning to wire up Claude Code's skills symlink.
mkdir -p .claude
ln -sfn ../.agents/skills .claude/skills
Take automattic/setup-claude from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.