Skip to main content

imbue-ai/default-workspace-template

SkillsMP は imbue-ai/default-workspace-template から 74 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
74
GitHub スター
7
GitHub フォーク
12

収集済み skill 74 件中 40 件を表示しています。

職業分類
未分類
説明

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.

原文の言語: 英語

更新
収集済み skill 74 件中 40 件を表示しています。