Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

mngr

mngr enthält 27 gesammelte Skills von imbue-ai, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
27
Stars
397
aktualisiert
2026-07-21
Forks
41
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

address-pr-comments
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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

2026-06-26
identify-doc-code-disagreements
Softwareentwickler

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

2026-06-18
identify-inconsistencies
Softwareentwickler

Identify inconsistencies under the $1 path

2026-06-18
identify-outdated-docstrings
Softwareentwickler

Identify outdated docstrings under the $1 path

2026-06-18
identify-style-issues
Softwareentwickler

Identify divergences from the style guide under the $1 path

2026-06-18
identify-suspicious-edge-cases
Softwareentwickler

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

2026-06-18
identify-bad-tests
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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

2026-06-01
writing-ratchet-tests
Softwarequalitätssicherungsanalysten und -tester

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
Projektmanagementspezialisten

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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

2026-03-27
create-fixmes
Softwareentwickler

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

2026-03-26
create-github-issues-from-file
Softwareentwickler

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

2026-03-26
fix-something
Softwareentwickler

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

2026-03-26
update-issues-in-repo
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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