Adapters
Adapters translate Dotpack’s workflows into tool-specific formats so you can use the same commands across tools.
What gets generated
| Tool | Output | Command syntax |
|---|---|---|
| Gemini CLI | .gemini/ | /command |
| Cursor | .cursor/rules/ | @command |
| Claude Code | .claude/ | /command |
When to enable multiple adapters
- Your team uses different tools
- You want to switch tools without reconfiguring
Reloading changes
After edits to .dotpack/:
dotpack buildThen restart/reload your AI tool so it picks up the new config.
Last updated on