Co-Pilot
Updated 24 days ago

fizzy-skill

Rrobzolkos
0.0k
robzolkos/fizzy-skill
76
Agent Score

💡 Summary

This skill allows natural language management of Fizzy boards and tasks via the terminal.

🎯 Target Audience

Project ManagersSoftware DevelopersProduct DesignersFreelancersTeam Collaborators

🤖 AI Roast:Powerful, but the setup might scare off the impatient.

Security AnalysisMedium Risk

Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); filesystem read/write scope and path traversal. Run with least privilege and audit before enabling in production.

No longer maintained - the SKILL is moved into the Fizzy CLI project https://github.com/robzolkos/fizzy-cli

Agent Skill for Fizzy

A skill that enables natural language management of Fizzy boards, cards, and tasks directly from your terminal. Works with both Claude Code and OpenCode.

What is Fizzy?

Fizzy is a task and project management application. This skill allows your AI coding assistant to interact with your Fizzy workspace using the fizzy CLI.

Prerequisites

Installation

The easiest way to install this skill is using the Fizzy CLI's built-in command:

fizzy skill

This will automatically install the skill to the correct location for both Claude Code (~/.claude/skills/) and OpenCode (~/.config/opencode/skills/).

Manual Installation

Alternatively, copy the fizzy folder to your skills directory:

For Claude Code:

cp -r fizzy ~/.claude/skills/

For OpenCode:

cp -r fizzy ~/.config/opencode/skills/

Authentication

Before using the skill, authenticate with your Fizzy account:

fizzy auth login YOUR_API_TOKEN

You can verify your authentication status:

fizzy auth status

Example Commands

Once installed, you can use natural language to manage your Fizzy tasks:

Viewing Your Work

Show me all my boards
List open cards on the Engineering board
What tasks are assigned to me?

Creating Cards

Create a new card on the Product board titled "Update login page design"
Add a card to Engineering with title "Fix authentication bug" and description "Users are being logged out unexpectedly"

Managing Cards

Close card #42
Move card #15 to the "In Progress" column
Add the tag "urgent" to card #23
Postpone card #8 for later

Working with Steps (To-dos)

Add a checklist to card #12 with steps: "Write tests", "Update documentation", "Deploy to staging"
Mark the first step on card #12 as completed

Comments and Collaboration

Add a comment to card #5 saying "Ready for review"
Assign card #30 to user ID 123

Notifications

Show my notifications
Mark all notifications as read

Documentation

License

MIT

5-Dim Analysis
Clarity8/10
Novelty6/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

Pros

  • Enables natural language commands for task management.
  • Integrates seamlessly with Fizzy CLI.
  • Supports both Claude Code and OpenCode.

Cons

  • No longer maintained.
  • Requires authentication with an API token.
  • Limited to users of Fizzy.

Related Skills

building-secure-contracts

A
toolCo-Pilot
88/ 100

“Powerful, but the setup might scare off the impatient.”

ccmp

A
toolCo-Pilot
86/ 100

“Powerful, but the setup might scare off the impatient.”

deno-debug-skill

A
toolCo-Pilot
86/ 100

“Powerful, but the setup might scare off the impatient.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author robzolkos.