English | 简体中文
A cross-tool AI coding agent config registry & installer. One repo to host the AGENTS.md, SKILL.md, plugins, hooks, and slash commands you want to share across Claude Code, OpenAI Codex CLI, and (later) other agentic CLIs — installed selectively into target repos via either the tool's native marketplace or a single curl | sh installer.
| Component | Count |
|---|---|
| Plugins | 2 (dotai-base, dotai-conventions) |
| Skills | 7 (code-review, commit-message, changelog, github-pr, github-issue, github-milestone, repo-exploration) |
| Sub-agents | 1 (implementer) |
| Hooks | 2 (guard-git PreToolUse, post-edit-lint PostToolUse) |
| Slash commands | 1 (/pr-summary) |
/plugin marketplace add https://github.com/rokurokulab/dotai
/plugin install dotai-base@dotai
/plugin install dotai-conventions@dotaicurl -sSL https://github.com/rokurokulab/dotai/releases/download/v0.1.0/install.sh \
| sh -s -- --tools claude,codex --bundle conventionsFull install matrix, bundle contents, and flag reference live at docs/installing.md.
| Single tool | Cross-tool | |
|---|---|---|
| Per-project, hand-maintained | CLAUDE.md / AGENTS.md in your repo |
AGENTS.md (read by 6+ tools) |
| Shared across projects | Tool-native marketplaces (CC) | dotai ← you are here |
The convergence point is the Agentic AI Foundation's AGENTS.md standard, plus the SKILL.md packaging convention. dotai is the distribution layer on top.
AGENTS.md— generic working agreement read by Codex, Cursor, Copilot, Windsurf, Amp, Devin, etc. natively.dotai-baseCC plugin — three reusable skills (code-review,commit-message,changelog) plus theimplementersub-agent. No shell side effects.dotai-conventionsCC plugin — a PostToolUse lint hook (best-effort, never blocks) and the/pr-summaryslash command.- Codex
.codex/config.toml.example— annotated reference config. - 3 bundles for
install.sh:minimal/conventions/everything.
See CHANGELOG.md for the full release notes and docs/installing.md for usage.
Apache-2.0 — see LICENSE.