Fig
Description
A native macOS application for managing Claude Code configuration.
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
Fig
A native macOS application for managing [Claude Code](https://github.com/anthropics/claude-code) configuration.
What is Fig?
Fig provides a visual interface for managing Claude Code settings, MCP servers, and project configurations. Instead of manually editing JSON files scattered across your system, Fig discovers your projects and lets you manage everything from one place.
Features
Project Management
- Project Discovery — Automatically finds Claude Code projects from
~/.claude.jsonand common development directories - Project Explorer — Browse all your projects with quick access to their configuration files
- Favorites & Recents — Pin frequently used projects for fast access
Configuration Editing
- Settings Editor — Edit permissions, environment variables, and general settings with a friendly UI
- MCP Server Management — Add, edit, and copy MCP servers between projects
- Visual Hook Composer — Configure Claude Code hooks without writing JSON by hand
- Merged Config Viewer — See the effective configuration with source attribution (which file each setting comes from)
Safety & Convenience
- Automatic Backups — Every save creates a timestamped backup
- External Change Detection — Warns when files are modified outside of Fig
- Undo/Redo — Full undo history for configuration changes
- Config Health Checks — Validates your configuration and highlights potential issues
Requirements
- macOS 14.0 (Sonoma) or later
- Xcode 16.0 or later (for building from source)
- Swift 6.0
Installation
From Source
git clone https://github.com/doomspork/fig.git
cd fig/Fig
swift build
Or open `Fig/Package.swift` in Xcode and press Cmd+R to build and run.
Pre-built Binary
Coming soon.
Project Structure
Fig/
├── Package.swift
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11