Use when user says "mark this child done", "complete this and check off parent", "finish this child card", or wants to complete a child card and update the parent checklist
Use when user says "create a parent card for this plan", "make a parent Trello card with checklist", or wants to set up a parent card with numbered steps
Use when user says "file a bug for that", "create a ticket", "that's a bug - capture it", or wants to record an issue for later work
Use when user says "file findings", "create cards for findings", "file 02 03 04", or wants to batch-file specific code review findings from the current session
Use when work is complete to move card to appropriate Done list based on whether code was committed
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin for natural language Trello integration. Manage your Trello cards, track bugs, and organize tasks directly from your Claude Code sessions.
This plugin wraps trello-cli, providing Claude Code with skills to:
trello-cli to your Gemfilebundle install && bundle binstubs trello-cli.trello.yml with your board ID and default listTRELLO_API_KEY and TRELLO_TOKEN environment variablesSee the trello-cli documentation for setup details.
/plugin marketplace add mjbellantoni/trello-cli-claude
/plugin install trello-cli-claude
claude --plugin-dir /path/to/trello-cli-claude
/work-on-cardStart working on a Trello card. Recognizes natural language references:
What it does:
/file-bugCapture an issue you encountered into a new Trello card:
What it does:
bug label at top of Inbox/finish-cardComplete a card and move it to the appropriate Done list:
What it does:
/create-parent-from-planSet up a parent card with a numbered checklist of steps:
What it does:
[slug] title format on Backlog/start-next-childStart work on the next ready checklist item:
What it does:
[slug.NN] step title on In Progress/file-findingsBatch-file code review findings as individual Trello cards:
What it does:
bug (broken behavior now) or chore (everything else)Each card description is fully self-contained — a new Claude instance with no session history can complete the work from the description alone.
/complete-childComplete a child card and update the parent:
What it does:
| Convention | Format | Example |
|---|---|---|
| Parent title | [slug] description | [owner-data] Owner data ingestion |
| Child title | [slug.NN] step title | [owner-data.01] Create schema |
| Checklist numbering | Two-digit, zero-padded | 01. 02. ... 10. 11. |
| Dependencies | {deps:NN,NN} | {deps:01,02} |
| Migration tag | {migrations} | {migrations} |
Steps: (1/4)
[x] 01. Create owner schema {migrations}
[ ] 02. Add API endpoints {deps:01}
[ ] 03. Backfill job {deps:01,02}
[ ] 04. Add ingestion worker {deps:03} {migrations}
npx claudepluginhub mjbellantoni/cc-marketplace --plugin trello-cliSession handoff system for Claude Code - create, read, and cleanup WILL.md files to maintain continuity across Claude instances
Claude Code plugin that sends lifecycle events to a Brivlo server
Git workflow utilities for commits, PRs, and branch management
Trello board, list, and card management via CLI. Activate when user mentions 'Trello'.
Markdown-based Kanban board managed by Claude Code. Cards live as .md files — no database, no server.
Kaiten board automation tools
Persistent Kanban board workflow with TodoWrite sync and SessionStart resume
Skyboard kanban board CLI — manage boards, columns, and cards on AT Protocol
Manage and decompose work into feature-level tasks on the agtx kanban board