Skill Index

mngr

imbue-ai/mngr
community[21 items]
$/plugin install mngr

contents

create-github-issues-from-file

Convert a file containing identified issues into GitHub issues. Use after running identify-* commands to create corresponding GitHub issues.

mngr374[skill]
triage-backlog

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.

mngr374[skill]
writing-docs

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).

mngr374[skill]
identify-style-issues

Identify divergences from the style guide in the $1 library

mngr374[skill]
message-agent

Send a message to another mngr agent. Use when you need to communicate with a peer agent.

mngr374[skill]
sync-tutorial-to-e2e-tests

Match tutorial script blocks to e2e pytest functions and add missing tests

mngr374[skill]
identify-doc-code-disagreements

Identify places in the $1 library where the docs and code disagree

mngr374[skill]
think-of-something-to-fix

Come up with good ideas about what to fix. Use when you have to fix something, but you're not sure what.

mngr374[skill]
convert-github-issues-to-fixmes

Convert triaged autoclaude GitHub issues into FIXMEs in the codebase. Use when you want to process issues that have been triaged by authorized users.

mngr374[skill]
update-issues-in-repo

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.

mngr374[skill]
new-forever-claude-clone

Create a new PRIVATE GitHub repo that is a full-history copy of imbue-ai/forever-claude-template's current main branch, clone it to <parent-dir>/<repo-name> (default $HOME/project), and push. Use when the user asks to "spin up a new forever-claude clone", "fork the forever-claude template as a private repo", "make me a new private copy of forever-claude-template", or similar.

mngr374[skill]
identify-outdated-docstrings

Identify outdated docstrings in the $1 library

mngr374[skill]
create-fixmes

Create FIXME's in the codebase for each of the issues in the given input file.

mngr374[skill]
minds-dev-workflow

End-to-end dev workflow for the minds app stack -- first-time bring-up, every-startup vendor/mngr sync, and the iteration loop against a running Docker agent. Use this when starting or restarting the dev Electron app, or after changing any minds component (mngr, the system interface, the FCT template).

mngr374[skill]
writing-ratchet-tests

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).

mngr374[skill]
writing-specs

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).

mngr374[skill]
find-agent

Resolve an agent name or description to an exact mngr agent name. Used by other skills that target agents.

mngr374[skill]
identify-inconsistencies

Identify inconsistencies in the $1 library

mngr374[skill]
fix-issue

Fix a GitHub issue given its number or URL. Replicates the bug, finds root cause, implements a fix, and opens a PR.

mngr374[skill]
asciinema-demos

Create 1-3 short asciinema demo recordings (5-20 seconds each) that demonstrate completed work. Use only when explicitly instructed to create demos.

mngr374[skill]
release-minds

Cut a new "production" release of the minds app. Pushes a release branch in the mngr clone at ~/project/minds_prod, syncs vendor/mngr in ~/project/forever-claude-template to match, pushes the same-named branch there, and merges the release branch into FCT main. Use when the user asks to "release a new version of minds", "cut a minds release", "update the vendored mngr in forever-claude-template to track <branch>", or anything of that shape.

mngr374[skill]