plugins/acss-kit/skills/prompt-book/SKILL.md
Display the bundled prompt book — copy-paste prompts mapped to every slash command in acss-kit. Use when the user runs /prompt-book.
npx skillsauth add shawn-sandy/acss-plugins prompt-bookInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.development
Internal orchestrator for /kit-create, /kit-list, /kit-sync, /kit-update and Form/HTML/Style-Tune modes. Per-component generation lives in component-<name> skills; do not auto-trigger for component requests.
data-ai
Use when the user asks to generate, create, or scaffold a Table — accessible data table with caption, scope headers, responsive scroll wrapper, and sortable column support.
tools
Use when the user asks to generate, create, or scaffold a Popover — accessible tooltip/popover using the Popover API with focus trap, aria-expanded, and light-dismiss.
tools
Use when the user asks to generate, create, or scaffold a Nav — accessible navigation landmark with aria-label, current-page link marking, and horizontal/vertical layout.