Quickstart
Install the battle-tested workflows and run your first command.
Install CLI
zsh
$npm install -g dotpack
Activate License
zsh
$dotpack activate DOTPACK_xxxxx
Initialize Project
zsh
$cd your-project
$dotpack init
Start Building
zsh
# Any AI tool
$/build login page
1) Install
npm install -g dotpack
dotpack --version2) Activate
dotpack activate DOTPACK_xxxxx3) Initialize in a repo
cd your-project
dotpack initWhat you just got
Your project now has prebuilt commands, agents, and skills (the “pack”) ready to use in your chosen tool(s).
4) Run your first command
| Tool | Syntax | Example |
|---|---|---|
| Gemini CLI | /command | /build login page |
| Cursor | @command | @build login page |
| Claude Code | /command | /build login page |
Expected result
You should see a structured workflow output (often a plan/checklist), code changes in your repo, and a quick verification step. Tests are added or updated when applicable.
If it didn’t work
- Regenerate:
dotpack build - Restart/reload your AI tool so it picks up config changes
- More help: Troubleshooting →
Last updated on