From substrate
Decline Substrate context tracking for the current project so the plugin stops asking. Invoke only when the user has said they do not want to track this project with Substrate.
How this skill is triggered — by the user, by Claude, or both
Slash command
/substrate:opt-outThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user does not want to track this project with Substrate. Record the decision so the
The user does not want to track this project with Substrate. Record the decision so the SessionStart hook won't ask again on this machine.
Append this project's absolute path to the per-machine opt-out list (created if absent):
mkdir -p "$HOME/.substrate" && pwd >> "$HOME/.substrate/optout"
This file lives in the user's home directory, is per-machine, and is never committed — so opting out here does not affect teammates.
Briefly confirm: "Okay — I won't ask about Substrate for this project again. Run
/substrate:enable anytime if you change your mind."
Do not create any .substrate/ files. Opting out means leaving the project untouched.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub seamoss/substrate --plugin substrate