Skip to main content

imbue-ai/default-workspace-template

SkillsMP 已收集 imbue-ai/default-workspace-template 中的 74 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
74
GitHub 星标
7
GitHub Forks
12

已展示 40 / 74 个已收集 Skill。

职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

Bump the pinned upstream latchkey CLI version. The version is pinned in five separate places (bundled npm dep, minimum locally-installed version, remote-VPS install, in-workspace install, nightly flake-sweep CI install); this skill covers all of them. Use…

原文语言:英语

更新
职业分类
未分类
描述

Sweep CI over a time window for every flaking test, then reconcile the whole MIND flake backlog. The scheduled/on-demand batch entry -- it hands the full flake set to manage-flakes and, having seen the full window, is the only path allowed to close stale…

原文语言:英语

更新
职业分类
未分类
描述

Given a set of flaky tests (full-window or partial), reconcile the MIND Linear backlog -- cluster by root cause, prioritize via the branch filter, and create/update/close flake tickets. The reusable core; detect-flakes (full CI sweep; may close stale tickets)…

原文语言:英语

更新
职业分类
未分类
描述

Use when the user's request is about projects/views themselves -- what a project shows, adding or removing a tab from a project, the project's rail shortcuts, or what happens to an instance when it is deleted. Not for ordinary tab arrangement…

原文语言:英语

更新
职业分类
未分类
描述

The single idempotent Caretaker skill, invoked via /caretaker whenever the deterministic weekly check (system/services/caretaker/caretaker_check.sh) wakes the agent. On the very first run it does one look-only scan (no fixes), then introduces itself with what…

原文语言:英语

更新
职业分类
未分类
描述

Query and edit the recurring scheduled jobs that run on this host. Use when you (or the user, via you) want to see what is scheduled, add a new recurring job, change when something runs, or stop a job from running. Recurring jobs that must not be missed run…

原文语言:英语

更新
职业分类
未分类
描述

End-to-end dev workflow for the minds app stack -- first-time bring-up, every-startup system/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…

原文语言:英语

更新
职业分类
未分类
描述

Use the root justfile as the canonical entry point for ANY minds task -- minds app (desktop client), pool hosts, minds environments (activate/deploy/destroy), minds deployments, and minds tests. Before running ad-hoc `uv run minds ...` / `uv run minds-admin…

原文语言:英语

更新
职业分类
未分类
描述

Ship a minds release end to end -- cut the minds-v<version> tag pair on mngr and default-workspace-template, rehearse on staging, bake production pool hosts, deploy the tier services, and promote a release channel. This skill owns the order of the steps; each…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build a simple, fast ingestion/processing tool that turns batches of raw records (JSON/CSV/Parquet dumps, periodic exports, API pulls) into a processed, queryable store, with incremental loading and backfill. Use when asked to ingest, load, index, ETL or…

原文语言:英语

更新
职业分类
未分类
描述

Fetch data from somewhere (an external service, an API, a third-party source, uploaded data) validating auth, process it, and show it to the user -- the "go get all this stuff, do something to it, and put it in front of me" task. Use when the ask is to…

原文语言:英语

更新
职业分类
未分类
描述

Work end-to-end on a Linear ticket inside a Sculptor workspace: fetch and understand the ticket, gate on its workflow state, claim it (assign to the user + move to In Progress), set up a properly named branch, implement it following repo conventions, and stop…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

The definitional reference for behaviors in this repo - Gherkin .feature files in per-project corpora at <project>/behaviors/ (e.g. apps/minds/behaviors/), their folder and tag organization, coordinates, invariants as Rule blocks with folder scoping,…

原文语言:英语

更新
职业分类
未分类
描述

Use when writing or reasoning about code that calls Claude -- an AI-driven app or service, an AI integration, or a skill's scripted model step. Covers the three scenarios (one-shot completion, one-shot agentic task, full agent) and the cost / credentialing…

原文语言:英语

更新
职业分类
其他计算机职业
描述

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.

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Survey the health of the supervised apps and services on this host and find errors in their logs. Use after building or editing any app/service to confirm it is actually running cleanly, when something seems broken, or when you want a quick read on what (if…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Drive a fleet of shared Chromium browsers yourself, one command at a time, from your shell. Use when the user wants you to do something on the web (log in somewhere, fill a form, click through a flow, read a page that needs interaction) rather than just fetch…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create a NEW version of a template you already published (v2, v3, ...) -- re-cut the changes made since the last version on top of the published snapshot and advance the published repo by exactly one clean commit, preserving all of the hand-crafted content in…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Fix an existing creation that errored or delivered a wrong result. This applies to skills, apps, and services. Invoke at turn-end, after you worked around the failure to satisfy the user's request.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Change an existing skill, app, service, or shared script/reference (under .agents/shared/) -- extend it, refactor it, or just verify it still works. Invoke at turn-end when a skill ran but you had to do extra repeatable work by hand, or when you and the user…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Pull a newer version of a template this mind already adopted from its remote repo and merge it in, reconciling it with this mind's own adaptations. Use when the user wants to update, upgrade, or pull the latest version of an adopted template.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Run `mngr tmr-behaviors` on a behavior corpus (one mapper agent per .feature file, then a reducer) and land the integrated result as a stacked branch/PR. Covers the required host setup (Claude trust, skip-permissions agent type), invocation gotchas,…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Enable, check, or disable GitHub sync for this workspace. Enabling creates a dedicated PRIVATE GitHub repo via latchkey, points origin at it, and auto-pushes every commit from every checkout. Workspace data under data/ is NOT synced to GitHub (the restic host…

原文语言:英语

更新
职业分类
其他计算机职业
描述

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, or change its settings and service sharing. Reached through the latchkey gateway's…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Fix one CI flake end-to-end, from its filed Linear ticket to a draft PR -- the fixer counterpart to the flake-detection skills (detect-flakes / manage-flakes) that file these tickets. Reproduce it, find the true root cause, fix it at the source (never a…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Activate when a CI pipeline flaked and you need to re-run it. Best-effort -- before re-running, make sure the flake you just hit is tracked in the MIND backlog, so incidental flakes are not lost until the next scheduled sweep. Safe for coding/babysitting…

原文语言:英语

更新
职业分类
项目管理专家
描述

End the Q&A phase and generate the plan. Use after the blueprint skill has gathered enough context.

原文语言:英语

更新
职业分类
项目管理专家
描述

Start a new plan-writing session. Explores the codebase and asks clarifying questions.

原文语言:英语

更新
已展示 40 / 74 个已收集 Skill。