
Imbue Mngr Skills
- Updated June 8, 2026
- imbue-ai/mngr-claude-skills
imbue-mngr-skills is a Claude Code skill in the AI & Agent Building category. Skills that teach Claude how to use mngr, e.g. to coordinate with other agents.
Key points
- imbue-mngr-skills
- AI & Agent Building
- AI-coding skill
Imbue Mngr Skills by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add imbue-ai/mngr-claude-skills/plugin install imbue-mngr-skills@imbue-mngrAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 8, 2026 |
|---|---|
| Repository | imbue-ai/mngr-claude-skills ↗ |
What it does
Skills that teach Claude how to use mngr, e.g. to coordinate with other agents.
README.md
imbue-mngr-skills
Claude Code skills that teach Claude how to use mngr -- for example, to coordinate with other agents.
Skills
/imbue-mngr-skills:message-agent <agent> <what to say>-- send a message to another mngr agent./imbue-mngr-skills:wait-for-agent <agent> [follow-up instructions]-- block until an agent reaches a ready state (WAITING without a permissions reason, DONE, or STOPPED), then carry out the follow-up./imbue-mngr-skills:find-agent <name or description>-- resolve an agent name or description to an exact agent name. Used by the other two skills, but invocable on its own./imbue-mngr-skills:mngr-help-- when knowing about mngr would help, runmngr helpright away for context on what mngr does; also points atmngr ask(ask mngr questions in plain language).
message-agent and wait-for-agent use the name you give them when it already looks like an agent name, and fall back to find-agent only when it doesn't -- for example when you paste a mngr/<branch> name or describe the agent instead of naming it.
Installation
Through mngr -- run and choose the imbue-mngr-skills plugin:
mngr extras claude-plugin
Or with the Claude Code CLI directly:
claude plugin marketplace add imbue-ai/mngr-claude-skills
claude plugin install imbue-mngr-skills@imbue-mngr