Skip to main content
在 Manus 中运行任何 Skill
一键导入
bemindlabs
GitHub 创作者资料

bemindlabs

按仓库查看 7 个 GitHub 仓库中的 28 个已收集 skills。

已收集 skills
28
仓库
7
更新
2026-06-28
仓库浏览

仓库与代表性 skills

bwoc-chat
软件开发工程师

Open an interactive chat session with a BWOC agent using its manifest-driven backend/model. Wraps `bwoc chat`. Use for back-and-forth conversation rather than one-shot tasks.

2026-06-08
bwoc-memory
软件开发工程师

Read and search BWOC workspace-level memory (`.bwoc/memory/`) and Tier-2 deep memory. Wraps `bwoc memory`. Use to recall prior decisions, notes, and session context.

2026-06-08
bwoc-run
软件开发工程师

Run a single task on a BWOC agent non-interactively and capture the result (headless). Wraps `bwoc run`. Use when you need a one-shot answer/output back from an agent.

2026-06-08
bwoc-send
软件开发工程师

Append a message to a BWOC agent's inbox (fire-and-forget). Wraps `bwoc send`. Use to hand work or notes to an agent asynchronously.

2026-06-08
bwoc-status
软件开发工程师

Show a per-agent health and identity snapshot for the BWOC fleet. Wraps `bwoc status`. Read-only — use to inspect a single agent or summarize all agents.

2026-06-08
bwoc-task
软件开发工程师

Manage a BWOC team's shared task list — add, list, claim, complete, plan, approve, reject. Wraps `bwoc task`. Use to coordinate work across a team.

2026-06-08
bwoc-team
软件开发工程师

Manage BWOC Saṅgha teams — create, list, retire a named subset of agents sharing a task list. Wraps `bwoc team`. Use to organize agents into coordinating groups.

2026-06-08
bwoc-fleet
软件开发工程师

Overview of how to coordinate the BWOC agent fleet from OpenAI Codex. Explains when to use each bwoc verb (list/status/send/run/chat/task/team/memory) and how they fit together. Start here for any multi-agent coordination request.

2026-06-08
当前展示该仓库 Top 8 / 9 个已收集 skills。
bwoc-council
其他计算机职业

Run formal multi-agent decisions and objective tracking on a BWOC workspace from Claude Code — open a council decision (propose), discuss, vote, and resolve by the plugin's voting model + quorum, plus list/track/report OKR key results. Use when a team needs a governed decision recorded (not just a chat) or wants to track objectives. Wraps the `bwoc` CLI; the live paths need a council/okr-kind plugin installed.

2026-06-28
bwoc-health
网络与计算机系统管理员

Diagnose the health of a BWOC workspace and its agent fleet from Claude Code. Use when the user wants to check fleet/workspace health, find a stuck or unhealthy agent, see which agents are actually running, read an agent's daemon log, inspect trust profiles, or triage before launching work. Read-only diagnostics that wrap the `bwoc` CLI (shell-out, no server).

2026-06-28
bwoc-knowledge
其他计算机职业

Read and write a BWOC workspace's shared knowledge from Claude Code — deep-memory plus the dated document kinds (notes, retrospectives, research, and custom doc kinds). Use when the user wants to recall prior decisions, capture a note or retro after finishing work, file a research doc, or browse what the workspace already knows. Wraps the `bwoc` CLI (shell-out, no server).

2026-06-28
bwoc-lifecycle
其他计算机职业

Manage the lifecycle of BWOC agents from Claude Code — incarnate (new), pause/resume (stop/start), supervise the daemon, inspect the base-project binding (debase), and retire. Use when the user wants to add a new agent, pause or reactivate one, keep a daemon alive, or remove an agent from the workspace. Wraps the `bwoc` CLI (shell-out, no server); the mutating verbs follow the workspace's own gates.

2026-06-28
bwoc-messaging
其他计算机职业

Read and send messages on a BWOC agent's inbox from Claude Code — inspect an agent's (or the whole fleet's) inbox, count or tail new envelopes, acknowledge/clear a backlog, append a message, and read daemon logs. Use when the user wants to see what work is queued for an agent, triage a backed-up inbox, or hand off a message. Wraps the `bwoc` CLI (shell-out, no server).

2026-06-28
bwoc-quality
其他计算机职业

Run a BWOC workspace's verification gates from Claude Code — backend-neutrality audit of agents (bwoc check), workspace structural validation, registry/orphan pruning, and audit-kind plugin findings. Use after editing or adding an agent, before a release, or when the user wants to confirm the workspace is consistent. Read-mostly; wraps the `bwoc` CLI (shell-out, no server).

2026-06-28
bwoc-fleet
软件开发工程师

Coordinate the BWOC agent fleet from Claude Code. Use when the user wants to list/inspect BWOC agents, delegate or send work to a fleet member, run a headless task on an agent, manage Saṅgha teams or their shared task list, or read workspace deep-memory. Wraps the `bwoc` CLI (shell-out, no server).

2026-06-08
check-bilingual
软件开发工程师

Verify translation parity for BWOC docs (English is canonical). Reports any docs/en/*.en.md without a matching translation in each present docs/<lang>/ (th today, any BCP 47 / ISO 639-1 language in future), and — inside a git repo — any EN file changed in the current diff whose translations were not also changed. Use when the user says "check bilingual", "parity check", "EN TH", "check translations", or before a PR touching docs.

2026-06-21
check-naming
软件开发工程师

Audit every *.md file in the repo against the unified naming standard in docs/en/NAMING.en.md. Reports deviations by category (root-level OSS standard, spec docs, notes, etc.). Use when the user says "check naming", "audit md naming", "find naming violations", or before a release. Read-only.

2026-05-22
check-neutrality
软件开发工程师

Run the backend-neutrality audit on the agent template or a specific incarnated agent. Reports hardcoded model IDs, vendor-specific phrasing, missing symlinks, and YAML/wikilink violations in AGENTS.md. Use when the user says "check neutrality", "neutrality audit", "verify backends", or before a PR touching AGENTS.md.

2026-05-22
incarnate
软件开发工程师

Scaffold a new BWOC agent by running the template's incarnate.sh, then guide the user through filling in the {{camelCase}} placeholders in AGENTS.md and config.manifest.json. Use when the user says "incarnate", "new agent", "clone the template", or names a new agent to create.

2026-05-22
task-log
软件开发工程师

Append a Four-Noble-Truths-shaped task entry to task-log.jsonl (Dukkha → Samudaya → Nirodha → Magga). Use when the user says "log task", "task-log", "record this task", "append to task log", or at the start of any non-trivial task per the AGENTS.md protocol.

2026-05-22
已展示 7 / 7 个仓库
已展示全部仓库