fizzy

Automate Fizzy board, card, and task management via the fizzy CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/matiacone/dotfiles --skill fizzy-matiacone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fizzy
Source: https://github.com/matiacone/dotfiles/tree/main/agents/.agents/skills/fizzy
Command: npx skills add https://github.com/matiacone/dotfiles --skill fizzy-matiacone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, fizzy, and includes scripts (resource) components.

What problem does it solve?

Fizzy provides a streamlined way to manage boards, cards, columns, and tasks from the command line, reducing context switching and manual tracking.

Core Features & Use Cases

  • Proactively manage boards, columns, cards, tags, and steps using the fizzy CLI.
  • List, show, create, update, delete, and move items across boards and accounts with consistent commands.
  • Load and reuse metadata to resolve IDs for boards, columns, and users to enable automation.

Quick Start

Create a new card on board ID 123 with the title Launch Q2 plan.

Frequently Asked Questions about fizzy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating and moving cards on a task board from the CLI?

You can automate task board management by using the fizzy CLI to create, update, move, and close cards. It loads and reuses metadata to resolve board and user IDs for consistent command execution.

What is the best way to manage multiple boards and tasks without switching contexts?

Managing boards, columns, and tasks via the command line reduces context switching. The fizzy CLI provides consistent commands to list, show, and delete items across accounts directly from your terminal.

Do I need jq to automate task board workflows with the fizzy CLI?

Yes, you need jq and the fizzy CLI installed to automate task board workflows. These dependencies are enforced prerequisites for resolving metadata and executing board commands.

Can I move and update cards across different accounts using a command line interface?

Yes, you can move and update cards across different accounts using the command line interface. The fizzy CLI supports listing, creating, and closing items across boards by loading necessary metadata.

How does resolving board and user IDs work when automating task management commands?

Resolving board and user IDs works by loading and reusing metadata within the fizzy CLI. This metadata resolution enables automation by mapping consistent commands to specific boards, columns, and users.

Why does my task board automation fail when listing cards or creating columns?

Task board automation fails if prerequisites like loading metadata are not met. You must ensure both the fizzy CLI and jq are available in your environment before executing board and card commands.