Socket
Book a DemoInstallSign in
Socket

@unifigio/cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unifigio/cli

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 17 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts