What problem does it solve? Teams using the architect-playbook audit skills need those slash commands available inside a specific project without affecting other projects on the machine. Manually copying each skill folder into .claude/skills/ is error-prone and tedious, especially when the repository-quality-score skill depends on a set of audit catalogs that must be installed together. ## Core Features & Use Cases - Project-scoped installation: Copies every skill folder containing a SKILL.md from the playbook root into the current working directory's .claude/skills/ folder, leaving other projects and the global ~/.claude/skills/ untouched. - Selective install with dependency closure: Supports --include and --exclude filters, and automatically adds every audit catalog required by repository-quality-score from its score-policy.json, failing early on conflicting excludes. - Safe, idempotent updates: Skips destinations that are newer than the source unless --force is set, supports --dry-run to preview the plan, detects stub skills, and refuses to write outside the project's .claude/skills/ directory. - Use Case: After cloning architect-playbook, run the command inside your application repository to install all audit slash commands locally, then open a new Claude Code session in that project to use them. ## Quick Start Run /install-architect-playbook-locally from inside your project to copy all architect-playbook skills into this project's .claude/skills directory.