Skip to main content
imbue-ai
GitHub 创作者资料

imbue-ai

按仓库查看 15 个 GitHub 仓库中的 229 个已收集 skills。

已收集 skills
229
仓库
15
更新
2026年9月8日
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

#01
default-workspace-template
74 个 skills · 2026年9月8日
软件开发工程师软件质量保证分析师与测试员网络与计算机系统管理员其他计算机职业项目管理专家
5 个职业分类 · 已分类 73%
32%占比
#02
catalyst
40 个 skills · 2026年8月5日
其他物理科学家物理学家软件开发工程师其他生命科学家作家与作者数据科学家
8 个职业分类 · 已分类 100%
17%占比
#03
sculptor
36 个 skills · 2026年8月27日
软件开发工程师软件质量保证分析师与测试员网络与计算机系统管理员其他计算机职业网页与数字界面设计师
5 个职业分类 · 已分类 100%
16%占比
#04
simple_mind
23 个 skills · 2026年3月27日
软件开发工程师项目管理专家人力资源助理(非薪资与考勤)客户服务代表生产、计划和催办文员网络与计算机系统管理员
8 个职业分类 · 已分类 100%
10%占比
#05
code-guardian
19 个 skills · 2026年9月3日
软件质量保证分析师与测试员软件开发工程师计算机系统分析师
3 个职业分类 · 已分类 95%
8.3%占比
#06
forever-claude-template
14 个 skills · 2026年7月9日
软件开发工程师其他计算机职业综合办公文员网页开发工程师
4 个职业分类 · 已分类 100%
6.1%占比
#07
bouncer
5 个 skills · 2026年7月7日
软件开发工程师网页开发工程师
2 个职业分类 · 已分类 100%
2.2%占比
#08
offload
5 个 skills · 2026年8月3日
软件开发工程师软件质量保证分析师与测试员
2 个职业分类 · 已分类 100%
2.2%占比
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

build-app
未分类

Use when you want to create a new app for the user -- a page, dashboard, or tool they can open as a tab. Runs an interactive flow: confirm the look and feel on a cheap throwaway mock first, then build the real app to a usable state, then harden it in the…

2026年9月8日
harden-worker
软件质量保证分析师与测试员

Run the background harden pass for one creation -- crystallize, update, or heal a skill, an app, a service, or the system interface in an isolated worktree, then report back. Invoke when your task file hands you a creation to harden; it names the operation…

2026年9月8日
assist
未分类

Diagnose and fix a problem the user is hitting in this workspace, and escalate built-in (non-user) issues to imbue. Invoked as `/assist <description>` by the minds "get help -> have an agent help" flow (also usable directly when the user describes something…

2026年9月8日
manage-layout
未分类

Use when you want to rearrange the workspace dock tabs (open, split, move, focus, close, maximize, reload, rename, delete, stop or start an instance) or inspect the live layout.

2026年9月8日
migrate-workspace
未分类

Bring everything from another (older, broken, or replaced) workspace of the user's into this one -- their apps, skills, documents, data, scheduled automations, and every past chat. Use when the user says anything like 'move my stuff over from my old…

2026年9月8日
update-app
未分类

Use immediately whenever the user asks you to update, change, fix, restyle, extend, restart, or otherwise modify an existing app or background service -- load this BEFORE touching its code. Applies to any change to an app's or service's backend or frontend…

2026年9月8日
update-self
未分类

Safely pull updates from the upstream template repo (default target is the latest stable release the running Minds app supports). Use when you want to incorporate upstream skills, script fixes, or config improvements. For pushing local improvements back…

2026年9月8日
update-system-interface
未分类

Canonical flow for changing the system interface (the web workspace UI at system/apps/system_interface) -- its frontend (the dockview shell, the sidebar, the New Tab launcher) or backend (Flask server, the inventory over the app registry, layout ops) -- and…

2026年9月8日
已展示 8 / 74 个已收集 Skill。
已展示 8 / 40 个已收集 Skill。
build-sculptor-extension
软件开发工程师

Build or modify a Sculptor extension — a runtime ESM module loaded into the Sculptor UI. Use when asked to write an extension (or "plugin") for Sculptor, add a panel, overlay, workspace widget, home view, or settings UI to Sculptor, or to iterate on an…

2026年8月27日
cut-release
网络与计算机系统管理员

Cut a new Sculptor release candidate from main: run `just cut-release` (which creates the release/sculptor-vX.Y.0 branch at X.Y.0rc1, pushes the tag that triggers the RC build, and opens a PR bumping main to the next .dev0), then land the version-bump PR and…

2026年8月20日
promote-release
网络与计算机系统管理员

Promote a QA'd Sculptor release candidate to a full production release: verify the RC build is green and has been QA'd, then from the release branch run `just promote-release` (which strips the rcN suffix, commits X.Y.0, and pushes the sculptor-vX.Y.0 tag…

2026年8月19日
openhost-frontend-preview
软件开发工程师

Live, hot-reloading preview of the Sculptor WEB frontend from a phone or any browser, served through the OpenHost nginx /proxy front. ONLY relevant when running INSIDE the openhost-deployed Sculptor (the container fronted by nginx on :5050, reachable at…

2026年8月11日
sculpt-cli
软件开发工程师

Interact with Sculptor programmatically using the sculpt CLI. Use this skill when using `sculpt`, or when designing or planning a workflow that would benefit from understanding the structural capabilities of `sculpt` (workspaces, agents, isolation, and how…

2026年7月10日
openhost-environment
软件开发工程师

How this OpenHost-hosted Sculptor environment works — storage and what survives restarts, where/how to add repositories and authorize gh, and the /proxy/<port>/ capability for previewing loopback web apps from a browser. ONLY relevant when running inside an…

2026年7月9日
manually-qa-branch
软件质量保证分析师与测试员

Test a pull request by creating a shallow clone at the PR's commit and launching Sculptor. Use when you need to test changes from a specific PR in isolation.

2026年7月8日
auto-qa-iphone
软件质量保证分析师与测试员

QA the Sculptor mobile web UI on a real iOS Simulator, driven headlessly from a Mac. A single CLI boots a notched iPhone, launches the local frontend server (parsing its port — no hardcoding), opens the app in MobileSafari, taps/swipes via idb, and…

2026年7月7日
已展示 8 / 36 个已收集 Skill。
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年3月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年3月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年3月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年3月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…

2026年3月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年3月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年3月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年3月27日
已展示 8 / 23 个已收集 Skill。
已展示 8 / 19 个已收集 Skill。
publish-inspiration
软件开发工程师

Publish a clean, shareable snapshot of the apps/features this mind built to a new GitHub repo (an "inspiration" another mind can adapt). Use when the user asks to publish, share, or export what they built as a reusable template.

2026年7月9日
minds-api
其他计算机职业

Use to act on OTHER Minds workspaces on the user's behalf -- list them, create a fresh one, SSH into one, read or export its backups, start/stop/destroy/recover it. The headline workflow is migrating content out of an old/broken workspace into a new one and…

2026年7月8日
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年7月7日
use-inspiration
软件开发工程师

Adapt an existing inspiration (a published snapshot of apps/features from another mind) into this mind, filling in its holes interactively. Use when the user gives an inspiration's git URL, or asks to adopt/adapt/reuse a published inspiration.

2026年7月7日
show-files-in-chat
综合办公文员

Show a file to the user in chat. Display an image inline (chart, plot, screenshot, diagram, rendered figure, photo), or offer any other file (PDF, CSV, log, zip, spreadsheet, ...) as a download link. Use whenever you have a file on disk you want the user to…

2026年7月2日
update-system-interface
软件开发工程师

Canonical flow for changing the system interface (the web workspace UI at apps/system_interface) -- its frontend (dockview shell, chat rendering, progress view) or backend (Flask server, agent discovery, layout ops). Use whenever the user wants to edit, fix,…

2026年6月30日
update-self
软件开发工程师

Pull updates from the upstream template repo. Use when upstream has new skills, script fixes, or config improvements you want to incorporate. For pushing local improvements back upstream, use the `submit-upstream-changes` skill instead.

2026年6月30日
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年6月30日
已展示 8 / 14 个已收集 Skill。
已展示 12 / 15 个仓库