mng
Run and manage coding agents in parallel anywhere
All Skills in This Repository (10)
Pure Emerald Level Indicatorslist-event-types
Enumerate supported event sources, types, and field descriptions.
list-conversations
List active conversation threads with IDs, timestamps, and models from events.jsonl.
send-message-to-user
Send messages to users within conversation threads using conversation_id.
get-event-type-info
Inspect MNG event-type metadata and raw log files from the agent state directory.
delegate-task
Create and manage sub-agents for delegated task execution.
asciinema-demos
Create concise asciinema demo recordings that visually verify completed work.
think-of-something-to-fix
Generate actionable fix ideas for unclear software issues during triage.
writing-ratchet-tests
Create ratchet tests with RegexPattern checks and inline-snapshot to track code anti-patterns.
writing-docs
Generate user-facing documentation drafts through structured outlining and review workflows.
writing-specs
Generate software specifications and design docs using a 13-step process.
Frequently Asked Questions
FAQPage SchemaHow to install mngr?โผ
Run `npx skills add imbue-ai/mng --all -g -y` in your terminal to install all skills in this suite globally.
How to run multiple coding agents in parallel?โผ
Use `mngr create` to launch agents locally or on remote hosts, then `mngr list` to see their states and `mngr message` to send them instructions.
Does mngr work with Claude Code and Codex?โผ
Yes. mngr can launch any agent type, including Claude Code and Codex, and pass custom arguments directly to the underlying agent command.
Can mngr run agents on remote machines?โผ
Yes. Agents run on any host you control via SSH, including Docker containers and Modal sandboxes, with automatic shutdown when idle.
Can I save and restore an agent's work?โผ
Yes. Use `mngr snapshot` to capture an agent's full state and `mngr clone` or `mngr create --snapshot` to fork or restore it later.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core