
Fizzy
- 2 repo stars
- Updated July 11, 2026
- musingfox/cc-plugins
Manage Fizzy boards, cards, columns, comments, steps, tags, users, notifications, pins, and webhooks via the Fizzy CLI.
About
fizzy lets agents interact with Fizzy through its CLI to manage boards, cards, columns, comments, steps, reactions, tags, users, notifications, pins, webhooks, and account settings. It provides full control over a Fizzy project workspace from the command line. Aimed at task and project management.
- Fizzy CLI
- Boards, cards, columns
- Comments, steps, reactions, tags
- Webhooks and notifications
Fizzy by the numbers
- Data as of Jul 12, 2026 (Skillselion catalog sync)
/plugin marketplace add musingfox/cc-plugins/plugin install fizzy@nick-personal-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 11, 2026 |
| Repository | musingfox/cc-plugins ↗ |
What it does
Manage Fizzy boards, cards, columns, comments, steps, tags, users, notifications, pins, and webhooks via the Fizzy CLI.
README.md
Fizzy
Interact with Fizzy via the Fizzy CLI. Manage boards, cards, columns, comments, steps, reactions, tags, users, notifications, pins, webhooks, and account settings.
Features
- Full CLI coverage: boards, cards, columns, comments, steps, reactions, tags, users, notifications, pins, webhooks, account settings, search, and board migration
- Decision trees for finding and modifying content
- Common jq patterns for reducing output
- Resource schemas with complete field reference
- Common workflows (create card with steps, link code to card, inline images, etc.)
Prerequisites
- Fizzy CLI installed and authenticated
fizzy setup # Interactive setup wizard
fizzy auth status # Verify authentication
Usage
Natural language triggers:
"create a card on fizzy"
"search fizzy for login bugs"
"my cards"
"close card 42"
"show fizzy board"
Or invoke directly:
/fizzy list boards
/fizzy create card --board ID --title "New Feature"
Installation
/plugin install fizzy