From acss-kit
Display the bundled prompt book — copy-paste prompts mapped to every slash command in acss-kit. Use when the user runs /prompt-book.
How this skill is triggered — by the user, by Claude, or both
Slash command
/acss-kit:prompt-bookThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read-only display skill. Backs the `/prompt-book` slash command. The skill never edits files — it only reads `${CLAUDE_PLUGIN_ROOT}/docs/prompt-book.md` and prints content into the transcript.
Read-only display skill. Backs the /prompt-book slash command. The skill never edits files — it only reads ${CLAUDE_PLUGIN_ROOT}/docs/prompt-book.md and prints content into the transcript.
The prompt book itself lives at ${CLAUDE_PLUGIN_ROOT}/docs/prompt-book.md. Treat it as authoritative: never paraphrase, summarise, or reformat the content when displaying it. To update the book, edit that file directly and bump plugin.json per the repo's pre-submit checklist.
${CLAUDE_PLUGIN_ROOT}/docs/prompt-book.md.<section-number> argument)${CLAUDE_PLUGIN_ROOT}/docs/prompt-book.md.## <number>. (e.g. ## 5. Generate a theme from a brand color).--- separator (or end of file if no separator follows).<number> does not match any section heading, fall back to Mode 3.${CLAUDE_PLUGIN_ROOT}/docs/prompt-book.md.## <number>. <title> heading.## <n>. exactly (digit then period). Do not invent fuzzy matches.npx claudepluginhub shawn-sandy/agentic-acss-plugins --plugin acss-kitCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.