Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

mngr

mngr contient 27 skills collectées depuis imbue-ai, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
27
Stars
397
mis à jour
2026-07-21
Forks
41
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

address-pr-comments
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-26
identify-doc-code-disagreements
Développeurs de logiciels

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

2026-06-18
identify-inconsistencies
Développeurs de logiciels

Identify inconsistencies under the $1 path

2026-06-18
identify-outdated-docstrings
Développeurs de logiciels

Identify outdated docstrings under the $1 path

2026-06-18
identify-style-issues
Développeurs de logiciels

Identify divergences from the style guide under the $1 path

2026-06-18
identify-suspicious-edge-cases
Développeurs de logiciels

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

2026-06-18
identify-bad-tests
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-06-01
writing-ratchet-tests
Analystes en assurance qualité des logiciels et testeurs

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-03-27
create-fixmes
Développeurs de logiciels

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

2026-03-26
create-github-issues-from-file
Développeurs de logiciels

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

2026-03-26
fix-something
Développeurs de logiciels

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

2026-03-26
update-issues-in-repo
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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