by udecode
Context manager for all agents
# Add to your Claude Code skills
git clone https://github.com/udecode/dotai.claude/settings.json filenpx shadcn@latest add https://raw.githubusercontent.com/udecode/dotai/main/registry/all.json
.claude/settings.json fileDotai:
/plugin marketplace add https://github.com/udecode/dotai
/plugin install dotai notification debug test learn dig git
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
| Component | Count | | --------- | ----- | | Plugins | 9 | | Commands | 5 | | Skills | 8 |
| Plugin | Description |
| -------------- | ----------------------------------------- |
| dotai | Development toolkit - docs, PRs, planning |
| debug | Four-phase debugging framework |
| test | TDD workflow - red-green-refactor |
| git | PR creation, drafts, reviews |
| learn | Extract knowledge into skills |
| dig | Clone and explore library source |
| notification | macOS notifications |
| media | Auto-play/pause media |
| codex | MCP servers for Codex |
| 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 are auto-invoked based on context.
| Skill | Plugin | Description |
| ------- | ------ | ----------------------------------------------------------------------- |
| debug | debug | Four-phase debugging process (investigate → analyze → test → implement) |
| trace | debug | Trace backward through call stack to find root cause |
| Skill | Plugin | Description |
| ----- | ------ | ----------------------------------------------------------------- |
| tdd | test | Test-driven development - write test first, watch fail, make pass |
| Skill | Plugin | Description |
| ----- | ------ | ------------------------------------------------------------------------------------------------------------- |
| pr | g...