What problem does it solve? Shared skill suites must never be installed globally, because global skills are injected into every session's system prompt regardless of project needs. This Skill provides a controlled, per-project opt-in workflow that symlinks only the suites a repository actually requires. ## Core Features & Use Cases - Suite Selection: Choose from curated suites such as interfaces (UI polish), matt (engineering), specterops (75 security skills), or sub-suites like specterops:appsec. - Project-Scoped Activation: Runs enable-skills <suite> "$PROJECT_ROOT" to symlink skills into <project>/.agents/skills/, never into global roots. - Verification & Documentation: Confirms every entry is a symlink resolving into the shared library and records enabled suites in the project's AGENTS.md. - Use Case: A developer working on a web app wants AppSec guidance without C2 tooling, so they enable only specterops:appsec for that repository and document it for the team. ## Quick Start Ask the agent to enable the specterops:appsec skill suite for this project only.