Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

mngr

mngr には imbue-ai から収集した 27 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
27
Stars
397
更新
2026-07-21
Forks
41
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

address-pr-comments
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア品質保証アナリスト・テスター

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

2026-06-26
identify-doc-code-disagreements
ソフトウェア開発者

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

2026-06-18
identify-inconsistencies
ソフトウェア開発者

Identify inconsistencies under the $1 path

2026-06-18
identify-outdated-docstrings
ソフトウェア開発者

Identify outdated docstrings under the $1 path

2026-06-18
identify-style-issues
ソフトウェア開発者

Identify divergences from the style guide under the $1 path

2026-06-18
identify-suspicious-edge-cases
ソフトウェア開発者

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

2026-06-18
identify-bad-tests
ソフトウェア品質保証アナリスト・テスター

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
ソフトウェア開発者

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

2026-06-01
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).

2026-04-05
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.

2026-04-01
fix-issue
ソフトウェア開発者

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
ソフトウェア開発者

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
ソフトウェア開発者

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

2026-03-27
create-fixmes
ソフトウェア開発者

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

2026-03-26
create-github-issues-from-file
ソフトウェア開発者

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

2026-03-26
fix-something
ソフトウェア開発者

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

2026-03-26
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.

2026-03-26
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.

2026-03-25
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).

2026-03-12
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).

2026-03-12
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.

2026-01-20