lazyclaude: A TUI for Managing Claude Code Configuration

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 lazyclaudeOr 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
👀 See Also

Comparing Local vs. Cloud AI Agents: OpenClaw and Twin.so
OpenClaw is an open-source local AI agent that runs on your machine with full data control, while Twin.so is a cloud-based platform with 200,000+ community-built agents for 24/7 automation.

Native macOS MCP Server for Full OS Control
A native macOS server provides 24 tools for pixel-accurate clicks, key combos, drag-and-drop, app management, multi-display support, and clipboard access. It's open source and works with Claude Code, Cursor, or any MCP client.

Commitment Issues: A Tool That Analyzes and 'Buries' Unfinished GitHub Repos
A developer built a tool called Commitment Issues that analyzes GitHub repositories to determine if they're abandoned, generates a 'death certificate,' and extracts the final commit message as 'last words.' The tool uses heuristics like commit frequency, last activity, and stars vs momentum, and was prototyped using Claude.

AgentRoom: Desktop app visualizes AI coding agents as pixel characters with session search
AgentRoom is a desktop app that turns Claude Code, Codex, and Gemini sessions into animated pixel characters in a virtual office, with full-text semantic search across all sessions. The repo includes a standalone Claude Code skill for searching past sessions from any conversation.