dotai
Install
New .claude/settings.json file
npx shadcn@latest add https://raw.githubusercontent.com/udecode/dotai/main/registry/all.json
Existing .claude/settings.json file
Dotai:
/plugin marketplace add https://github.com/udecode/dotai
/plugin install dotai notification debug test dig codex
Claude Plugins Official:
/plugin install ralph-loop@@claude-plugins-official
/plugin install frontend-design@@claude-plugins-official
Compound Engineering:
/plugin marketplace add https://github.com/kieranklaassen/compound-engineering-plugin
/plugin install compound-engineering
Components
| Component | Count |
|---|
| Plugins | 7 |
| Commands | 5 |
| Skills | 3 |
Plugins
| Plugin | Description |
|---|
dotai | Development toolkit - docs and planning |
debug | Four-phase debugging framework |
test | TDD workflow - red-green-refactor |
dig | Clone and explore library source |
notification | macOS notifications |
media | Auto-play/pause media |
codex | MCP servers for Codex |
Commands
Documentation
| Command | Description |
|---|
/dotai:create-app-design | Generate app design documentation |
/dotai:update-app-design | Update existing app design docs |
/dotai:create-tech-stack | Generate tech stack documentation |
/dotai:update-tech-stack | Update existing tech stack docs |
/dotai:install | Install plugin files |
Skills
Skills are auto-invoked based on context.
Debugging
| Skill | Plugin | Description |
|---|
debug | debug | Four-phase debugging process with built-in deep-stack tracing |
Testing
| Skill | Plugin | Description |
|---|
tdd | test | Test-driven development - write test first, watch fail, make pass |
Research
| Skill | Plugin | Description |
|---|
dig | dig | Clone and explore library source to answer API questions |
Prompt System
Dynamic prompt injection via .claude/prompt.yml:
| Hook | Description |
|---|
beforeStart | Checklist before Claude responds |
beforeComplete | Verification items before claiming completion |
afterCompact | Context recovery after compaction |
Example configuration:
beforeStart:
- tag: SKILL-ANALYSIS
header: 🎯 Skill Check
todos:
- "List available skills, invoke applicable ones"
beforeComplete:
- tag: VERIFICATION
header: 🔒 Verify
todos:
- "Typecheck: bun typecheck"
- "Lint: bun lint:fix"
Compound Engineering
Workflow Commands
| Command | Description |
|---|
/workflows:lfg | Full autonomous workflow (plan → work → review → test browser → video) |
/workflows:brainstorm | Explore requirements before planning |
/workflows:plan | Create implementation plans |
/workflows:review | Run comprehensive code reviews |
/workflows:work | Execute work items systematically |
/workflows:compound | Document solved problems |
Agents (27)