basecampbasecampOfficialยท1 Agent Skills Included

fizzy-cli

Manage Fizzy boards, cards, and comments from the terminal

Manages Fizzy boards, cards, columns, comments, steps, tags, and webhooks directly from the command line. Eliminates manual clicking through the web app by exposing every project action as a structured command with JSON output. Includes built-in filtering, breadcrumbs, and an MCP server so agents and users complete project workflows faster.
npx skills add basecamp/fizzy-cli --all -g -y
Available:

Gives the agent the CLI's architecture, configuration priority, card-number conventions, and testing rules so it can run and extend Fizzy commands correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install fizzy-cli?โ–ผ

Run `npx skills add basecamp/fizzy-cli --all -g -y` in your terminal to install the skill globally, then run `fizzy setup` to configure your token.

What can I do with the Fizzy CLI?โ–ผ

You can create, move, close, and search cards, manage boards and columns, add comments and attachments, and configure webhooks without opening the web app.

Does fizzy-cli work with AI coding agents?โ–ผ

Yes. It ships a SKILL.md file, a Claude Code plugin, and an MCP server so agents like Claude Code, Codex, and Cursor can run Fizzy actions directly.

How do I filter Fizzy CLI output?โ–ผ

Use the built-in `--jq` flag, for example `fizzy card list --jq '[.data[] | {number, title}]'`, to extract exactly the fields you need without external tools.

Can I use fizzy-cli without coding experience?โ–ผ

Yes. The interactive `fizzy setup` wizard handles configuration, and `fizzy doctor` diagnoses any install, auth, or connectivity issues automatically.

Related Repositories in Product & Management

View All in Product & Managementโ†’