Skip to main content
imbue-ai
Perfil de criador do GitHub

imbue-ai

Visão por repositório de 229 skills coletadas em 15 repositórios do GitHub.

skills coletadas
229
repositórios
15
atualizado
8 de set. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
default-workspace-template
74 skills · 8 de set. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorEspecialistas em gestão de projetosOutras ocupações de informática
5 categorias ocupacionais · 73% classificado
32%participação
#02
catalyst
40 skills · 5 de ago. de 2026
Outros cientistas físicosFísicosDesenvolvedores de softwareCientistas da vida, todos os outrosCientistas de dadosEscritores e autores
8 categorias ocupacionais · 100% classificado
17%participação
#03
sculptor
36 skills · 27 de ago. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorDesigners de interfaces web e digitaisOutras ocupações de informática
5 categorias ocupacionais · 100% classificado
16%participação
#04
simple_mind
23 skills · 27 de mar. de 2026
Desenvolvedores de softwareEspecialistas em gestão de projetosAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresAssistentes de recursos humanos (exceto folha de pagamento)Funcionários de produção, planejamento e expedição
8 categorias ocupacionais · 100% classificado
10%participação
#05
code-guardian
19 skills · 3 de set. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de softwareAnalistas de sistemas de computador
3 categorias ocupacionais · 95% classificado
8,3%participação
#06
forever-claude-template
14 skills · 9 de jul. de 2026
Desenvolvedores de softwareEscriturários gerais de escritórioOutras ocupações de informáticaDesenvolvedores web
4 categorias ocupacionais · 100% classificado
6,1%participação
#07
bouncer
5 skills · 7 de jul. de 2026
Desenvolvedores de softwareDesenvolvedores web
2 categorias ocupacionais · 100% classificado
2,2%participação
#08
offload
5 skills · 3 de ago. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 categorias ocupacionais · 100% classificado
2,2%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

build-app
sem classificação

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…

8 de set. de 2026
harden-worker
Analistas de garantia de qualidade de software e testadores

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…

8 de set. de 2026
assist
sem classificação

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…

8 de set. de 2026
manage-layout
sem classificação

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.

8 de set. de 2026
migrate-workspace
sem classificação

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…

8 de set. de 2026
update-app
sem classificação

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…

8 de set. de 2026
update-self
sem classificação

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…

8 de set. de 2026
update-system-interface
sem classificação

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…

8 de set. de 2026
Mostrando 8 de 74 skills coletadas.
Mostrando 8 de 40 skills coletadas.
build-sculptor-extension
Desenvolvedores de software

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…

27 de ago. de 2026
cut-release
Administradores de redes e sistemas de computador

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…

20 de ago. de 2026
promote-release
Administradores de redes e sistemas de computador

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…

19 de ago. de 2026
openhost-frontend-preview
Desenvolvedores de software

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…

11 de ago. de 2026
sculpt-cli
Desenvolvedores de software

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…

10 de jul. de 2026
openhost-environment
Desenvolvedores de software

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…

9 de jul. de 2026
manually-qa-branch
Analistas de garantia de qualidade de software e testadores

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.

8 de jul. de 2026
auto-qa-iphone
Analistas de garantia de qualidade de software e testadores

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…

7 de jul. de 2026
Mostrando 8 de 36 skills coletadas.
submit-mngr-bug-report
Desenvolvedores de software

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.

27 de mar. de 2026
debugging-mngr-tasks
Desenvolvedores de software

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.

27 de mar. de 2026
handle-mngr-agent-states
Desenvolvedores de software

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!

27 de mar. de 2026
cleanup-historical-data
Administradores de redes e sistemas de computador

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

27 de mar. de 2026
dealing-with-the-unexpected
Desenvolvedores de software

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…

27 de mar. de 2026
delegate-task-to-agent
Especialistas em gestão de projetosDesenvolvedores de software

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

27 de mar. de 2026
handle-messages
Desenvolvedores de software

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!

27 de mar. de 2026
handle-mind-idle
Desenvolvedores de software

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!

27 de mar. de 2026
Mostrando 8 de 23 skills coletadas.
Mostrando 8 de 19 skills coletadas.
publish-inspiration
Desenvolvedores de software

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.

9 de jul. de 2026
minds-api
Outras ocupações de informática

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…

8 de jul. de 2026
latchkey
Desenvolvedores de software

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.

7 de jul. de 2026
use-inspiration
Desenvolvedores de software

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.

7 de jul. de 2026
show-files-in-chat
Escriturários gerais de escritório

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…

2 de jul. de 2026
update-system-interface
Desenvolvedores de software

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,…

30 de jun. de 2026
update-self
Desenvolvedores de software

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.

30 de jun. de 2026
launch-task
Desenvolvedores de software

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.

30 de jun. de 2026
Mostrando 8 de 14 skills coletadas.
Mostrando 12 de 15 repositórios