Skip to main content
Run any Skill in Manus
with one click
GitHub repository

mngr

mngr contains 27 collected skills from imbue-ai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
27
Stars
397
updated
2026-07-21
Forks
41
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

address-pr-comments
software-quality-assurance-analysts-and-testers

Address review comments on a pull request -- apply CLAUDE:/SCULPTOR:-prefixed instructions, and critically evaluate feedback from automated reviewers (Vet, Copilot, or any bot)

2026-07-21
crispy-comments
software-developers

Prune code comments down to what helps future maintainers. Reviews comments on the current branch's diff and removes incidental history, defensive justification, and correctness arguments. Invoke with /crispy-comments.

2026-07-21
minds-dev-workflow
software-developers

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 default workspace template).

2026-07-16
new-default-workspace-template-clone
software-developers

Create a new PRIVATE GitHub repo that is a full-history copy of imbue-ai/default-workspace-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 default-workspace-template clone", "fork the default-workspace-template as a private repo", "make me a new private copy of default-workspace-template", or similar.

2026-07-11
minds-justfile
software-developers

Use the root justfile as the canonical entry point for ANY minds task -- minds app (desktop client), pool hosts, minds environments (activate/deploy/destroy), minds deployments, and minds tests. Before running ad-hoc `uv run minds ...` / `mngr imbue_cloud ...` commands, check the justfile for a named recipe; if none exists for the task, ADD one. Use whenever the request involves the minds app, pool/leased hosts, a minds env/tier (dev/staging/production), or a minds deploy.

2026-07-11
release-minds
software-developers

Cut a new production release of the minds app (version bump, FALLBACK_BRANCH, vendor/mngr sync, and minds-v<version> tags on both mngr and default-workspace-template, proven green on CI). The full procedure lives in apps/minds/docs/release.md in the mngr checkout; this skill defers to it. Use when the user asks to "release a new version of minds", "cut a minds release", "bump the minds version", "update the vendored mngr in default-workspace-template", or anything of that shape.

2026-07-11
sync-tutorial-to-e2e-tests
software-quality-assurance-analysts-and-testers

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

2026-06-26
identify-doc-code-disagreements
software-developers

Identify places under the $1 path where the docs and code disagree

2026-06-18
identify-inconsistencies
software-developers

Identify inconsistencies under the $1 path

2026-06-18
identify-outdated-docstrings
software-developers

Identify outdated docstrings under the $1 path

2026-06-18
identify-style-issues
software-developers

Identify divergences from the style guide under the $1 path

2026-06-18
identify-suspicious-edge-cases
software-developers

Identify suspicious edge-case handling (over-broad catches, fallback else branches, defensive guards) under the $1 path

2026-06-18
identify-bad-tests
software-quality-assurance-analysts-and-testers

Identify low-quality or fragile tests (weak/tautological assertions, missing cases, mock misuse, flakiness, mis-placement) under the $1 path

2026-06-10
audit-ci
software-developers

Audit recent CI runs for anomalies (warnings, uncached docker builds, flaky/slow tests, regressions).

2026-06-01
writing-ratchet-tests
software-quality-assurance-analysts-and-testers

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

2026-04-05
triage-backlog
project-management-specialists

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.

2026-04-01
fix-issue
software-developers

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

2026-03-30
convert-github-issues-to-fixmes
software-developers

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

2026-03-27
create-task-from-json
software-developers

Create a prompt from a short task description in a JSON file

2026-03-27
create-fixmes
software-developers

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

2026-03-26
create-github-issues-from-file
software-developers

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

2026-03-26
fix-something
software-developers

Fix a random FIXME in the codebase (in the given scope, use "." for the whole codebase)

2026-03-26
update-issues-in-repo
software-developers

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.

2026-03-26
asciinema-demos
software-developers

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

2026-03-25
writing-docs
software-developers

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

2026-03-12
writing-specs
software-developers

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

2026-03-12
think-of-something-to-fix
software-developers

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

2026-01-20
mngr Agent Skills on GitHub | SkillsMP