lazyclaude: A TUI for Managing Claude Code Configuration

✍️ OpenClawRadar📅 Published: April 13, 2026🔗 Source
lazyclaude: A TUI for Managing Claude Code Configuration
Ad

lazyclaude is a terminal user interface (TUI) tool built in Rust with ratatui that provides centralized management for Claude Code configuration files stored on disk. It's inspired by lazygit and offers a single interface for working with various configuration types.

Key Features

The tool allows you to:

  • Browse and edit important config types across user and project scopes
  • Create, delete, and search skills, agents, and MCP servers
  • Search and install from the skills registry (anthropics/skills) and npm MCP packages
  • Use fuzzy filtering, clipboard support, and JSON export for scripting
  • View settings diff showing which scope defines each setting

Installation

Install via Cargo:

cargo install lazyclaude

Or download prebuilt binaries from GitHub Releases.

The tool manages these Claude Code configuration elements: memory files, skills, agents, MCP servers, settings, permissions, hooks, keybindings, sessions, stats, plugins, and todos.

lazyclaude is MIT licensed and available on GitHub at https://github.com/idossha/lazyclaude. The developer welcomes feedback and contributions.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Drop-in OAuth Provider for Personal FastMCP Servers on All Claude Platforms
Tools

Drop-in OAuth Provider for Personal FastMCP Servers on All Claude Platforms

A developer created a single-file Python OAuth provider that enables personal FastMCP servers to work on Claude.ai web, mobile, and Desktop platforms without requiring external identity services like Auth0 or Google.

OpenClawRadar
mycrab.space introduces SKILL.md and Prompt Autocomposer for standardized app deployment
Tools

mycrab.space introduces SKILL.md and Prompt Autocomposer for standardized app deployment

mycrab.space has released SKILL.md, a Markdown blueprint for defining app dependencies and configuration, and a Prompt Autocomposer that generates ready-to-use deployment commands from these files. The system enables zero-config deployment of applications like VS Code in browser, personal music clouds, and AI agent interfaces.

OpenClawRadar
Phaselock: An AI Agent Control System Inspired by Parenting Techniques
Tools

Phaselock: An AI Agent Control System Inspired by Parenting Techniques

Phaselock is an open-source Agent Skill that implements four control mechanisms for AI coding agents: explicit gates before action, immediate feedback on mistakes, constrained choices, and mechanical rule enforcement. It works with Claude Code, Cursor, Windsurf, and any tool supporting hooks.

OpenClawRadar
Claw Compactor: 14-stage token compression engine for LLM pipelines
Tools

Claw Compactor: 14-stage token compression engine for LLM pipelines

Claw Compactor is an open-source LLM token compression engine using a 14-stage Fusion Pipeline to achieve 54% average compression with zero LLM inference cost. It includes specialized compressors for code, JSON, logs, diffs, and search results with reversible compression capabilities.

OpenClawRadar