Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

mngr

mngr contiene 27 skills recopiladas de imbue-ai, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
27
Stars
397
actualizado
2026-07-21
Forks
41
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

address-pr-comments
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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

2026-06-26
identify-doc-code-disagreements
Desarrolladores de software

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

2026-06-18
identify-inconsistencies
Desarrolladores de software

Identify inconsistencies under the $1 path

2026-06-18
identify-outdated-docstrings
Desarrolladores de software

Identify outdated docstrings under the $1 path

2026-06-18
identify-style-issues
Desarrolladores de software

Identify divergences from the style guide under the $1 path

2026-06-18
identify-suspicious-edge-cases
Desarrolladores de software

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

2026-06-18
identify-bad-tests
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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

2026-06-01
writing-ratchet-tests
Analistas de garantía de calidad de software y probadores

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
Especialistas en gestión de proyectos

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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

2026-03-27
create-fixmes
Desarrolladores de software

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

2026-03-26
create-github-issues-from-file
Desarrolladores de software

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

2026-03-26
fix-something
Desarrolladores de software

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

2026-03-26
update-issues-in-repo
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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