Skip to content
Back to projects

dotagent

Cross-platform agent framework for Claude Code, Codex, and Gemini CLI with reusable skills, specialist agents, commands, repo checks, and on-demand context loading.

Problem

Coding agents are powerful, but every project starts inconsistent unless the repo provides rules, patterns, and workflow context. Without a shared setup, each agent makes different decisions and teams repeat the same configuration work project after project.

Approach
  • Packaged the repeated agent setup work into portable repo conventions instead of relying on personal global config.
  • Split guidance into focused skills for UI, forms, routing, Supabase, Cloudflare, testing, debugging, and repo intelligence so agents load only the context they need.
  • Added role profiles and command references for multi-agent workflows while keeping AGENTS.md as the shared source of truth.
Outcome
21 skills covering the stack from UI through infrastructure
20 role profiles for specialized development work
6 commands for common agent workflows
Portable conventions across Claude Code, Codex, Gemini CLI, and AGENTS.md-aware tools
Tech
Agent Tooling AI Agents Skills Developer Tools