Skip to main content

imbue-ai/simple_mind

SkillsMP는 imbue-ai/simple_mind에서 23개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
23
GitHub 스타
1
GitHub 포크
0

수집된 skill 23개 중 23개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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!

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가소프트웨어 개발자
설명

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).

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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!

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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!

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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!

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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!

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
고객 서비스 담당자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가컴퓨터·정보 시스템 관리자
설명

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.

원문 언어: 영어

업데이트
직업 분류
인사 보조원(급여·근태 관리 제외)
설명

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!

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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

원문 언어: 영어

업데이트
직업 분류
생산, 계획 및 독촉 사무원
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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!

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

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!

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
수집된 skill 23개 중 23개를 표시합니다.