Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

simple_mind

simple_mind 收录了来自 imbue-ai 的 23 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
23
Stars
1
更新
2026-03-27
Forks
0
职业覆盖
8 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

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
handle-verification-result
软件开发工程师

Act on the results of a verifying agent by reviewing its recommendations and taking the appropriate next actions. You **MUST** use this skill (and *carefully follow the process in this doc*) whenever a verifying agent finishes!

2026-03-27
list-conversations
软件开发工程师

List all active conversations for this mind. Use when you need to see what conversations exist, check their models, or find a conversation ID.

2026-03-27
list-event-sources-and-types
软件开发工程师

List all event sources and types you may receive, with descriptions of their fields and meaning. Note that event types are dynamic and new sources may appear.

2026-03-27
mark-events-handled
软件开发工程师

Mark events as handled after processing them. You **MUST** use this skill (and *carefully follow the process in this doc*) after handling events, otherwise you will not be allowed to stop!

2026-03-27
search-event-history
软件开发工程师

Search through past events in the event log files. Use when you need to look up something that happened previously but didn't store in memory.

2026-03-27
send-message-to-user
客户服务代表

Send a message to the user in a conversation. You MUST use this skill to reply in an existing conversation, start a new conversation, or proactively reach out.

2026-03-27
update-task
软件开发工程师

Forward new information to a running agent, or adjust a task based on changed requirements. Use when the user provides additional context, clarifications, or changed requirements for an in-flight task.

2026-03-27
verify-task-result
软件质量保证分析师与测试员

Create a verifying agent to check whether a working agent's task was completed successfully. Use after a working agent finishes (transitions to "done", "stopped", "waiting", or "paused") and appears to believe its task is complete.

2026-03-27
list-tickets
项目管理专家计算机与信息系统经理

Check for pending tickets that are ready to be worked on. Use when capacity opens up (e.g., after an agent finishes) to find the next highest-priority work to delegate.

2026-03-25
handle-mind-onboarding
人力资源助理(非薪资与考勤)

Handle the one-time first-run event to set up onboarding tickets and introduce yourself to the user. You **MUST** use this skill (and *carefully follow the process in this doc*) whenever you receive a message from the "mind/onboarding" source!

2026-03-18
immediate-update
软件开发工程师

Pull in updates from the parent branch to improve this Mind's skills, prompts, and configuration. Use only when prompted by the user.

2026-03-17
create-ticket
生产、计划和催办文员

Create a ticket to track work that needs to be done. Use when you need to record some work or action that needs to be done later (e.g., when at capacity), track a multi-step project, or log follow-up work from a completed ticket.

2026-03-17
handle-unknown-events
软件开发工程师

Handle events from unknown or unexpected sources, including warnings and errors. You **MUST** use this skill (and *carefully follow the process in this doc*) whenever you receive a message from a source that does not have a more specific handler skill!

2026-03-17
handle-mind-schedule
项目管理专家

Handle regularly scheduled time-of-day events (start_of_day, end_of_day, etc). You **MUST** use this skill (and *carefully follow the process in this doc*) whenever you receive a message from the "mind/schedule" source!

2026-03-17
create-message-handling-skill
软件开发工程师

Create a new skill to handle a previously-unknown type of event (eg, from an unknown source). Use in order to generate the appropriate skill for the user, and ensure that such messages will be received (by removing the source name from the "ignored_sources.txt" file if it is there).

2026-03-16