bemindlabs

Bwoc Team — Development skill for Claude Code

Development community

Manage BWOC Saṅgha teams (create / list / retire).

How to install Bwoc Team

Installs to ~/.claude/skills/bemindlabs-bwoc-plugin-claude-bwoc-team/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bemindlabs-bwoc-plugin-claude-bwoc-team && curl -fsSL https://raw.githubusercontent.com/bemindlabs/bwoc-plugin-claude/HEAD/commands/bwoc-team.md -o ~/.claude/skills/bemindlabs-bwoc-plugin-claude-bwoc-team/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Bwoc Team does


description: Manage BWOC Saṅgha teams (create / list / retire) argument-hint: [args] allowed-tools: Bash(bwoc:*)

Manage Saṅgha teams — named subsets of agents that share a task list — by wrapping the `bwoc team` CLI. The first argument is the subcommand; pass the rest through verbatim.

Run:

bwoc team $ARGUMENTS

Subcommands (from `bwoc team --help`):

  • list — list teams with member + task counts. (read-only)
  • create --members a,b,c — create

Alternatives in Development

  • Linear — Manage issues, projects, and team workflows in Linear 14.6k ★
  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • Agentlas Build — Build, repair, or package Agentlas agents and teams with Hephaestus 1.1k ★

Full documentation available on GitHub

View Source Repository