bemindlabs

Bwoc Task — Productivity skill for Claude Code

Productivity community

Manage a BWOC team's shared task list (add / list / claim / complete).

How to install Bwoc Task

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

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

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

What Bwoc Task does


description: Manage a BWOC team's shared task list (add / list / claim / complete) argument-hint: [args] allowed-tools: Bash(bwoc:*)

Manage a Saṅgha team's shared task list by wrapping the `bwoc task` CLI. The first argument is the subcommand; pass the rest through verbatim.

Run:

bwoc task $ARGUMENTS

Subcommands and their shapes (from `bwoc task --help`):

  • list — list a team's tasks with state + claimant. (read-only)
  • `add <tea

Alternatives in Productivity

  • Composio Make — Trigger and manage Make (Integromat) scenarios 44.6k ★
  • Jobs — Create, list, edit, or delete cron jobs 1.3k ★
  • Schedule Add — Create a new scheduled task for recurring Claude Code execution (project) 510 ★

Full documentation available on GitHub

View Source Repository