$ npx agent-config

The CLI toolkit for AI coding assistant configuration.

Scaffold. Init. And more coming soon.

bash
$ npx agent-config init\n\n  ◆ agent-config v0.1.0\n  │\n  ◇ Detected: TypeScript + React + Tailwind\n  │\n  ◆ Which tools? (select all that apply)
$ agent-config --help

scaffold

Generate config files for any AI assistant. Supports CLAUDE.md, .cursorrules, copilot-instructions.md, AGENTS.md, .windsurfrules

├── --tool claude     → CLAUDE.md├── --tool cursor     → .cursorrules├── --tool copilot    → copilot-instructions.md├── --tool agents     → AGENTS.md└── --tool windsurf   → .windsurfrules

init

Interactive setup wizard. Detects your project stack and generates configs for each AI tool you use.

├── detect: framework, language, tooling├── prompt: select AI tools├── generate: config files per tool└── output: ready-to-commit files

audit

COMING SOON

Analyze existing configs for completeness and conflicts. Health score with actionable recommendations.

├── check: format validity├── check: missing sections├── check: conflicting rules├── check: deprecated patterns└── output: health score 0-100

doctor

COMING SOON

Diagnose config issues and suggest fixes. Checks for stale rules, missing files, and common mistakes.

├── check: stale/outdated rules├── check: missing config files├── check: common anti-patterns└── output: fix suggestions

sync

COMING SOON

Keep multiple config formats in sync. Define a source of truth and propagate.

├── strategy: source-of-truth├── strategy: merge├── strategy: override├── watch mode: --watch└── dry run: --dry-run

convert

COMING SOON

Convert between formats. cursorrules to CLAUDE.md, CLAUDE.md to cursorrules, any to any.

├── path: .cursorrules → CLAUDE.md├── path: CLAUDE.md → .cursorrules├── path: copilot → AGENTS.md├── path: any → any└── flag: --preserve-comments
$ cat INSTALL.md
install
bash
# Run directly (recommended — no install needed)
npx agent-config init
npx agent-config scaffold claude-code

# Or install globally if you prefer
npm install -g agent-config
agent-config init

Requirements: Node.js ≥ 18.0

$ agent-config --pricing
FREE & OPEN SOURCE
✓ scaffold (all formats)
✓ full audit report
✓ all migration paths
✓ sync
✓ CI/CD integration
✓ team sharing
✓ priority support via GitHub Issues
✓ early access to new features
View on GitHub