Production Lines
Quick Start: {Product Name}
Quick Start: {Product Name}
Client: {client-name} | Version: {version} | Date: {date}
Prerequisites
Before you begin, ensure you have:
- Claude Code installed and configured on your machine
- Access to the
{workspace-path}repository (cloned locally) - {Any additional prerequisite -- e.g., "Domain reference materials loaded in content-in/"}
- {Any additional prerequisite -- e.g., "API keys configured (if applicable)"}
Setup Verification
Open your terminal and run:
cd {workspace-path}
claude
Then type /help to see all available skills. You should see {expected-skill-count} skills listed.
If /help does not show skills, verify that .claude/commands/ contains .md files.
Your First Request -- 3 Steps
Step 1: Create the Request
{Example command or folder creation -- e.g., "mkdir {output-directory}/{request-id}"}
{Brief explanation of what this step does.}
Step 2: Provide Input
{Describe what input to prepare and where to put it.}
{Example input file path or content snippet}
Step 3: Run the Skill
/{primary-skill-command} {example-argument}
{What to expect: where the output appears, how long it takes, what the result looks like.}
Top 3 Skills
| # | Skill | Command | One-Line Example |
|---|---|---|---|
| 1 | {Skill name} | /{command} |
/{command} {example-arg} -- {what it does in one phrase} |
| 2 | {Skill name} | /{command} |
/{command} {example-arg} -- {what it does in one phrase} |
| 3 | {Skill name} | /{command} |
/{command} {example-arg} -- {what it does in one phrase} |
Where to Get Help
| Need | Resource |
|---|---|
| Full skill list with details | Skill Reference Card ({skill-reference-card-path}) |
| Step-by-step usage for each skill | User Guide ({user-guide-path}) |
| Changing settings and references | Configuration Guide ({config-guide-path}) |
| Something is not working | See Troubleshooting in the User Guide, Section 7 |
| Support contact | {support-contact} |