lazyagent

mi-subbotin/lazyagent
★ 1 stars Go 🤖 AI/LLM Updated today
One terminal UI for the skills, subagents, MCP servers and prompts scattered across Claude Code, Codex and Gemini CLI — with a shared canonical store so editing one place updates everywhere.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lazyagent": {
      "command": "go",
      "args": [
        "run",
        "github.com/mi-subbotin/lazyagent@latest"
      ]
    }
  }
}

README Excerpt

> A lazygit-style TUI for managing skills, subagents, MCP servers, prompts and memory across **Claude Code**, **Codex** and **Gemini CLI** — one tree, one hotkey to share between tools. <p align="center"> <img src="assets/tui-overview.png" alt="lazyagent — main view: tree of tools and kinds on the left, rendered SKILL.md detail on the right" width="900">