A management tool featuring both a lightweight terminal UI (TUI) and a rich Web UI (Control Plane) for managing your ~/.agents folder. It lets you quickly inspect, sync, and enable/disable skills, agents, tasks, memories, and MCP resources.
It is especially useful for agents like Auggie that do not have this kind of management capability built in.
- Terminal UI: A quick management layer directly from your terminal (
manage-dotagents). - Web UI (Control Plane): A visual dashboard (React + FastAPI) to view and manage
.agentsconfiguration in the browser. - lets you browse skills, agents, tasks, memories, MCP servers, and MCP tools
- sync skills and configurations to various agent targets (e.g. Augment, Cursor, Claude Code)
- supports drilling into individual items
- lets you toggle supported items on/off from the UI/TUI
- lets you bulk-enable or bulk-disable all skills when you want to quickly reshape what agents can access
- supports
global,workspace, andeffectivescope views - includes doctor, diff, backup, and config-editing command support underneath the UI
manage-dotagents
The project includes a web-based dashboard for managing .agents:
- Start the API server:
uvicorn dotagents_management_cli.api:app --port 8001 --reload - Start the frontend:
cd ui && npm run dev
PYTHONPATH=src python3 -m dotagents_management_cli
↑/↓orj/k— moveTab/→— move into items←— go back to categoriesEnter— inspect selected itemt— toggle selected item on/offa— toggle all skills on/off for the current target scopeg/w/e— set scopes— cycle scoped— toggle dry-runr— refresho— statusc— doctorf— diffq— quit
src/dotagents_management_cli/cli.py— CLI and TUI implementationtests/test_cli.py— unit coverage for CLI and TUI helpersdocs/dotagents-management-cli-prd.md— original product requirements
