From canopy
Save a project-specific note (decision, design sketch, open question) to the active Canopy workspace's docs/ directory. The note never touches the underlying repos.
How this skill is triggered — by the user, by Claude, or both
Slash command
/canopy:save-project-docThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when the user wants to record a decision, sketch, or open question that belongs to the *workspace* (the project they're working on across multiple repos), not to any one repo.
Use when the user wants to record a decision, sketch, or open question that belongs to the workspace (the project they're working on across multiple repos), not to any one repo.
~/.claude/canopy/workspaces/<workspace-name>/docs/<slug>-YYYY-MM-DD.md
The docs/ directory is part of the workspace, not any repo. Repos are never modified by this skill.
.canopy-workspace in the current working directory or any parent (it's a marker file written by canopy launch containing the workspace name). If none, ask the user which workspace.-, collapse repeats, trim. Cap at ~60 chars.<slug>-YYYY-MM-DD.md using today's date in ISO form.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 jakecjones/marketplace --plugin canopy