Customization Reference
Dotpack is designed to be customizable. While the /use/customization guide covers the philosophy and workflows, this reference details the structure of customizable components.
Component Types
Customization happens by adding or editing files in your .dotpack/ directory.
1. Commands
Location: .dotpack/commands/*.md
Define executable workflows.
File Structure:
# /command-name
Description of the command.
## Steps
1. Step one
2. Step two2. Agents
Location: .dotpack/agents/*.md
Define AI personas and roles.
File Structure:
# Agent Name
## Role
Description of the agent's role.
## Goals
- Goal 1
- Goal 23. Skills
Location: .dotpack/skills/*.md
Define technical knowledge and patterns.
File Structure:
# Skill Name
## Best Practices
- Practice 1
- Practice 2Related Commands
dotpack customize: Initialize with custom selectiondotpack add: Add a new componentdotpack build: Regenerate adapters after customizing
For a step-by-step guide, see Customization Guide.
Last updated on