mngr
imbue-ai/mngr ↗/plugin install mngrcontents
Convert a file containing identified issues into GitHub issues. Use after running identify-* commands to create corresponding GitHub issues.
Set up and iterate on the minds app stack (desktop client, workspace server, mngr, forever-claude-template) with a running Docker agent
Interactively triage the user's local engineering backlog file into GitHub issues. Use when the user wants to process their raw thought notes / ticket backlog into proper GitHub issues.
Write high quality, user-facing documentation. Use any time you need to write, improve, or update a significant amount of user-facing documentation (e.g., files in a "docs/" folder or README file).
Identify divergences from the style guide in the $1 library
Send a message to another mngr agent. Use when you need to communicate with a peer agent.
Match tutorial script blocks to e2e pytest functions and add missing tests
Identify places in the $1 library where the docs and code disagree
Come up with good ideas about what to fix. Use when you have to fix something, but you're not sure what.
Convert triaged autoclaude GitHub issues into FIXMEs in the codebase. Use when you want to process issues that have been triaged by authorized users.
Convert a file containing identified issues into a tracked file in current_tasks/. Use after running identify-* commands to create a local record of current issues.
Identify outdated docstrings in the $1 library
Create FIXME's in the codebase for each of the issues in the given input file.
Write ratchet tests to prevent accumulation of code anti-patterns. Use when asked to create a "ratchet test" for tracking and preventing specific code patterns (e.g., TODO comments, inline imports, broad exception handling).
Write high quality specifications or design docs for a program. Use any time you are asked to write, improve, or update specs / design docs (e.g., files in a `specs/` folder).
Resolve an agent name or description to an exact mngr agent name. Used by other skills that target agents.
Identify inconsistencies in the $1 library
Fix a GitHub issue given its number or URL. Replicates the bug, finds root cause, implements a fix, and opens a PR.
Create 1-3 short asciinema demo recordings (5-20 seconds each) that demonstrate completed work. Use only when explicitly instructed to create demos.