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

Comparison of RunLobster vs Hosted OpenClaw Solutions
A developer tested RunLobster against KiwiClaw, xCloud, and self-hosted OpenClaw for 2 weeks each. RunLobster differs fundamentally as a product rather than just hosting, with 3,000 one-click integrations and memory that builds over time.

Simplifying OpenClaw Hosting: BestClaw Keeps SSH and User-Friendly Functionality
BestClaw emerges as a straightforward solution for OpenClaw hosting, balancing ease of use with crucial SSH access, as discussed on r/openclaw.

Echo-TTS Ported to Apple Silicon with MLX for Native TTS with Voice Cloning
Echo-TTS, a 2.4B parameter diffusion text-to-speech model with voice cloning, has been ported from CUDA to run natively on Apple M-series silicon using MLX. On a base 16GB M4 Mac mini, a 5-second voice clone takes about 10 seconds to generate, while 30-second clones take about 60 seconds.

Using Claude to Automate Mobile App QA with Capacitor WebViews
A developer built an automated QA system using Claude to test a Capacitor-based mobile app across Android and iOS. The approach uses Chrome DevTools Protocol for Android WebViews and screenshots for visual analysis, with Android setup taking 90 minutes versus 6+ hours for iOS.