
unifig - Unified Configuration Manager
unifig is a unified configuration file management platform designed for AI-assisted coding environments. It automatically discovers, synchronizes, and manages configuration and instruction files across popular developer tools—including Claude Code, Continue.dev, Cline CLI, OpenCode, GitHub Copilot, Crush CLI, and Cursor. By centralizing file management, unifig streamlines team collaboration, enforces coding standards, maintains consistent AI agent behavior, and simplifies the setup of Model Context Protocol (MCP) servers for modern codebases.
Supported agents:
- Claude Code -
claude
- OpenCode -
opencode
- OpenAI Codex -
codex
- Gemini CLI -
gemini
- GitHub Copilot -
copilot
- Cursor -
cursor
- Crush CLI -
crush
- Continue.dev -
continue
- Cline CLI -
cline
Using .unifig directory and the files under it, the unifig CLI tool can help you manage configuration files for all supported agents in a unified way.
Unifig automatically scans your project for .unifig/* files and generates agent configurations in the same directory, respecting .gitignore rules.
Install unifig
bun install -g @unifigio/cli
Or run directly
bunx @unifigio/cli <command>
Scan and automatically create configuration files
unifig apply --nested --agent all
unifig apply --nested --agent claude,copilot
unifig apply --agent all
unifig apply --agent opencode,cursor
Initialize unifig in your project
unifig init