Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
imbue-ai
GitHub 创作者资料

imbue-ai

按仓库查看 11 个 GitHub 仓库中的 101 个已收集 skills,并展示近似职业覆盖。

已收集 skills
101
仓库
11
职业领域
4
更新
2026-05-29
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
mngr
24 个 skills37637更新于 2026-05-20
占该创作者 24%
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 FCT template).

2026-05-20
new-forever-claude-clone
软件开发工程师

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

2026-05-07
release-minds
软件开发工程师

Cut a new "production" release of the minds app. Pushes a release branch in the mngr clone at ~/project/minds_prod, syncs vendor/mngr in ~/project/forever-claude-template to match, pushes the same-named branch there, and merges the release branch into FCT main. Use when the user asks to "release a new version of minds", "cut a minds release", "update the vendored mngr in forever-claude-template to track <branch>", or anything of that shape.

2026-04-20
find-agent
软件开发工程师

Resolve an agent name or description to an exact mngr agent name. Used by other skills that target agents.

2026-04-09
message-agent
软件开发工程师

Send a message to another mngr agent. Use when you need to communicate with a peer agent.

2026-04-09
wait-for-agent
软件开发工程师

Wait for another agent to enter WAITING state, then execute follow-up instructions

2026-04-09
sync-tutorial-to-e2e-tests
软件质量保证分析师与测试员

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

2026-04-08
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
当前展示该仓库 Top 8 / 24 个已收集 skills。
#002
simple_mind
23 个 skills10更新于 2026-03-27
占该创作者 23%
submit-mngr-bug-report
软件开发工程师

Submit a bug report to libraries within the `mngr` project (eg, `mngr`, its plugins, `minds`, etc). Use to report bugs you encounter while running that seem to be issues with the `mngr` code itself, rather than with your own code or configuration.

2026-03-27
debugging-mngr-tasks
软件开发工程师

Run commands to explore the current state of mngr and any relevant running agents. Use this skill when you need to debug issues with mngr tasks, or understand what tasks are currently running and their states.

2026-03-27
handle-mngr-agent-states
软件开发工程师

Handle events from the mngr/agent_states source about sub-agent state transitions (finished, waiting, done, etc). You **MUST** use this skill (and *carefully follow the process in this doc*) whenever you receive a message from the "mngr/agent_states" source!

2026-03-27
cleanup-historical-data
网络与计算机系统管理员

Clean up old agents, their output directories, and other historical data. Use during nightly cleanup or when the system has accumulated stale data.

2026-03-27
dealing-with-the-unexpected
软件开发工程师

Handle unexpected situations where the Minds system does not appear to be working as expected. Use when you encounter behavior that seems to contradict what your docs and prompts and skills say should happen, or when something seems broken and you are unsure how to proceed.

2026-03-27
delegate-task-to-agent
项目管理专家软件开发工程师

Create a sub-agent to perform a task. Use when you need to delegate work to another agent, for example, a working agent (for actually accomplishing some task) or a verifying agent (for deciding what to do about the output of a working agent).

2026-03-27
handle-messages
软件开发工程师

Handle events from the messages source about user or assistant messages in conversations. You **MUST** use this skill (and *carefully follow the process in this doc*) whenever you receive a message from the "messages" source!

2026-03-27
handle-mind-idle
软件开发工程师

Handle "idle" events for periodic housekeeping and proactive work. You **MUST** use this skill (and *carefully follow the process in this doc*) whenever you receive a message from the "mind/idle" source!

2026-03-27
当前展示该仓库 Top 8 / 23 个已收集 skills。
#003
code-guardian
19 个 skills60更新于 2026-05-26
占该创作者 19%
当前展示该仓库 Top 8 / 19 个已收集 skills。
#004
forever-claude-template
19 个 skills31更新于 2026-05-29
占该创作者 19%
do-something-new
管理分析师

Use immediately when the user asks you to do something net-new -- a task you haven't done before, no existing skill applies, and getting it right will require nontrivial research, exploration, or experimentation. When doing this, give a very short confirmation message to the user's request, then load this immediately before responding further. Your confirmation message shouldn't mention loading the skill. Skip when an applicable single skill already exists or for pure dev/code-writing work.

2026-05-29
build-web-service
软件开发工程师

Use when you want to create a new web view for the user. Covers scaffolding a new FastAPI service (canonical path) and the escape hatch for wrapping a pre-existing third-party server, plus diagnostic references when things misbehave.

2026-05-28
launch-task
软件开发工程师

Create a sub-agent to perform a larger task. Use when work is large enough to warrant a separate context, involves multi-file changes, or benefits from isolation.

2026-05-28
latchkey
软件开发工程师

Use whenever you want to use latchkey commands or interact with third-party or self-hosted services (Slack, Google Workspace, Dropbox, GitHub, Linear, Coolify...) using their HTTP APIs on the user's behalf.

2026-05-27
file-sharing
软件开发工程师

Use to read and write files and directories on the user's local filesystem.

2026-05-25
submit-upstream-changes
软件开发工程师

Push local improvements to shared infrastructure (skills, scripts, CLAUDE.md scaffolding, Dockerfile, services.toml) back to the parent template repo so other agents derived from the template benefit. Opens a separate per-feature PR per logical fix; never pushes directly to upstream `main`. Do not push agent-specific content (PURPOSE.md, memory, runtime state). For pulling updates from upstream, use the `update-self` skill instead.

2026-05-11
update-skill
软件开发工程师

Extend, refactor, or verify a crystallized skill under `.agents/skills/`, or a shared script or reference under `.agents/shared/` that other skills consume. Invoke at turn-end when you had to do additional repeatable work around the artifact (absorb flow), or when you and the user discussed a change and you applied it live (verify flow).

2026-05-08
heal-skill-worker
软件开发工程师

Repair a failing skill. Invoke when your task file asks you to heal a specific skill by pointing at its incident transcript.

2026-05-07
当前展示该仓库 Top 8 / 19 个已收集 skills。
#005
bouncer
5 个 skills34734更新于 2026-04-10
占该创作者 5.0%
#006
offload
3 个 skills1535更新于 2026-05-11
占该创作者 3.0%
#007
latchkey
2 个 skills1144更新于 2026-03-08
占该创作者 2.0%
已展示 11 / 11 个仓库
已展示全部仓库