mngr
Run and manage coding agents in parallel anywhere
All Skills in This Repository (18)
Pure Emerald Level Indicatorscreate-github-issues-from-file
Convert markdown issue files into labeled GitHub issues via GitHub CLI.
minds-dev-iterate
Automate minds app development environment setup and iteration with Docker containers.
triage-backlog
Convert informal engineering backlog notes into prioritized GitHub issues.
identify-style-issues
Analyze code repositories to identify and document stylistic inconsistencies in markdown reports.
sync-tutorial-to-e2e-tests
Match tutorial script blocks with pytest functions and update or generate e2e tests.
identify-doc-code-disagreements
Analyzes code repositories to identify conflicts between documentation and implementation, generating structured reports.
convert-github-issues-to-fixmes
Convert triaged GitHub issues into inline FIXMEs in code files.
create-task-from-json
Convert JSON task descriptions into actionable prompts for AI coding assistants.
fix-something
Detect and correct FIXME comments in code files across multiple programming languages.
update-issues-in-repo
Merge new issue data with existing records and sort by impact.
new-forever-claude-clone
Create private GitHub repositories from a template and push initial content.
identify-outdated-docstrings
Analyze code libraries to identify and prioritize outdated docstrings.
Frequently Asked Questions
FAQPage SchemaHow to install mngr?βΌ
Run `npx skills add imbue-ai/mngr --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, in Docker, or on remote hosts, then track them all with `mngr list`.
Does mngr work with Claude Code and Codex?βΌ
Yes. mngr can launch and manage any agent type, including Claude Code, Codex, and OpenCode, using the same commands.
How do remote agents save money with mngr?βΌ
Remote hosts automatically shut down when agents go idle, so you only pay for compute while work is actually running.
Can I move or back up an agent's work?βΌ
Yes. Use `mngr snapshot`, `mngr clone`, and `mngr migrate` to copy or move an agent's full state between hosts without losing progress.
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