Dotagent banner
johnlindquist johnlindquist

Dotagent

AI community

Description

Universal AI agent configuration parser and converter

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

dotagent

Multi-file AI agent configuration manager with .agent directory support. Maintain a single source of truth for AI coding assistant rules across Claude Code, VS Code Copilot, Cursor, Cline, Windsurf, Zed, Amazon Q Developer, and more.

Features

  • πŸ”„ Import rules from any supported IDE/tool format
  • πŸ“ Convert to a unified .agent/ directory structure
  • πŸš€ Export back to all supported formats
  • πŸ“ Nested folders support for better organization
  • πŸ› οΈ CLI tool for easy automation
  • πŸ“¦ TypeScript API for programmatic use
  • 🎨 Color-coded output for better readability
  • πŸ‘οΈ Dry-run mode to preview operations without changes
  • πŸ’‘ Smart error messages with actionable hints

Supported Formats

Tool/IDE Rule File Format Slug
Agent (dotagent) .agent/**/*.md Markdown with YAML frontmatter agent
Claude Code CLAUDE.md Plain Markdown claude
VS Code (Copilot) .github/copilot-instructions.md Plain Markdown copilot
Cursor .cursor/**/*.mdc, .cursor/**/*.md Markdown with YAML frontmatter cursor
Cline .clinerules or .clinerules/*.md Plain Markdown cline
Windsurf .windsurfrules Plain Markdown windsurf
Zed .rules Plain Markdown zed
OpenAI Codex AGENTS.md Plain Markdown codex
OpenCode AGENTS.md Plain Markdown opencode
Aider CONVENTIONS.md Plain Markd