Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The glamourous AI coding agent manager for your favourite terminal 💘

unifigio/unifig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unifig Banner

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

# Scan the current directory and nested directories and create configuration files for all supported agents
unifig apply --nested --agent all
# Scan the current directory and nested directories and create configuration files for Claude Code and GitHub Copilot only
unifig apply --nested --agent claude,copilot

# Scan only the current directory and create configuration files for all supported agents
unifig apply --agent all
# Scan only the current directory and create configuration files for OpenCode and Cursor only
unifig apply --agent opencode,cursor

Initialize unifig in your project

# Initialize unifig in the current directory
unifig init

Clean .unifig directories in your project

# Clean all `.unifig` directories in the current directory and nested directories
unifig clean --nested
# Clean the `.unifig` directory in the current directory only
unifig clean

About

The glamourous AI coding agent manager for your favourite terminal 💘

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages