一键导入
prompt-book
Display the bundled prompt book — copy-paste prompts mapped to every slash command in acss-kit. Use when the user runs /prompt-book.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Display the bundled prompt book — copy-paste prompts mapped to every slash command in acss-kit. Use when the user runs /prompt-book.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user asks to generate, create, or scaffold an Alert — accessible status/error/info/warning notification with ARIA live regions and icon support.
Use when the user asks to generate, create, or scaffold a Card — accessible content container with header/body/footer slots and interactive variant support.
Use when the user asks to generate, create, or scaffold a Checkbox — accessible checkbox with indeterminate state, aria-checked, custom indicator, and Input dependency.
Use when the user asks to generate, create, or scaffold a Dialog — accessible modal dialog with focus trap, aria-modal, return-focus on close, and Button dependency.
Use when the user asks to generate, create, or scaffold a Field — accessible form field wrapper with label, hint, and error message association via aria-describedby.
Use when the user asks to generate, create, or scaffold an Input — accessible text/number/email input with aria-invalid, error state, and controlled/uncontrolled patterns.
| name | prompt-book |
| description | Display the bundled prompt book — copy-paste prompts mapped to every slash command in acss-kit. Use when the user runs /prompt-book. |
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.