prompt-book

Display the bundled prompt book mapped to acss-kit slash commands.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/shawn-sandy/agentic-acss-plugins --skill prompt-book
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-book
Source: https://github.com/shawn-sandy/agentic-acss-plugins/tree/main/plugins/acss-kit/skills/prompt-book
Command: npx skills add https://github.com/shawn-sandy/agentic-acss-plugins --skill prompt-book

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You need a reliable way to see exactly which copy-paste prompts correspond to every slash command in the acss-kit plugin without guessing or reauthoring them.

Core Features & Use Cases

  • Prompt Book Display: Shows the bundled prompt book content mapped to acss-kit slash commands for quick reuse.
  • Section Lookup by Number: Lets you display only a specific section by its stable ## <n>. identifier to reduce noise.
  • Table of Contents Fallback: When an invalid number is provided, it outputs a numbered table of contents and instructs you to re-run with a valid number.

Quick Start

Run the /prompt-book command to print the entire prompt book into the transcript.

Frequently Asked Questions about prompt-book

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view copy-paste slash prompts for documentation commands?

To view copy-paste slash prompts, run the /prompt-book command to display the bundled prompt book mapped to every acss-kit slash command for quick reuse. It prints the exact prompts directly into the transcript.

Can I display a specific prompt section instead of the full book?

Yes, you can display a specific prompt section by providing its stable `## <n>.` heading number. This single-section display reduces noise by showing only the exact prompt you need.

What happens if I provide an invalid section number to the prompt book?

If you provide an invalid section number, the prompt book outputs a numbered table of contents and instructs you to re-run the command with a valid number to find your desired prompt.

Does the prompt book modify my files or reformat the text output?

No, the prompt book operates with strict read-only verbatim output by loading and printing the documentation file without modifying files, reformatting text, or calling any write/edit/bash operations.

Why do I need a prompt book for slash commands?

You need a prompt book to see exactly which copy-paste prompts correspond to every slash command without guessing or reauthoring them. It provides a reliable reference for reusing exact prompt text.