fizzy-tasks

fizzy-tasks is an agent for Claude Code from keskinonur/claude-plugin-fizzy. It costs 39 tokens per session (577 once invoked), scanned A, original, Apache-2.0.

An agent for managing work in Fizzy.do, a service that organizes tasks into boards, cards, and subtasks. It is designed to handle these tasks without filling the main conversation with management details.

In plain words
What is it for?
Use it to list or create boards, create and update cards, add or complete subtasks, retrieve or close cards, and sync todos to a card.
Why use it?
It keeps task-management work separate from the main coding discussion and helps keep Fizzy.do cards aligned with coding-session todos.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions Claude Code.

Part of the fizzy plugin — 1 skill, 4 commands, 1 agent, 1 hook shipped together

Good fit Use it to list or create boards, create and update cards, add or complete subtasks, retrieve or close cards, and sync todos to a card.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/keskinonur/claude-plugin-fizzy/fizzy-tasks
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/keskinonur/claude-plugin-fizzy

Made for: Claude Code.

Or install fizzy, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 1 agent, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fizzy-tasks

README.md
[![agentmods](https://agentmods.dev/badge/agents/keskinonur/claude-plugin-fizzy/fizzy-tasks/github.svg)](https://agentmods.dev/agents/keskinonur/claude-plugin-fizzy/fizzy-tasks)
Your own site
<a href="https://agentmods.dev/agents/keskinonur/claude-plugin-fizzy/fizzy-tasks"><img src="https://agentmods.dev/badge/agents/keskinonur/claude-plugin-fizzy/fizzy-tasks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fizzy-tasks

Your own site · 80×15
<a href="https://agentmods.dev/agents/keskinonur/claude-plugin-fizzy/fizzy-tasks"><img src="https://agentmods.dev/badge/agents/keskinonur/claude-plugin-fizzy/fizzy-tasks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 577 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00577
Opus 5 $0.00019 $0.00289
Sonnet 5 $0.00008 $0.00115
Haiku 4.5 $0.00004 $0.00058

Measured 9d ago against content hash 1a3eb091a648, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

fizzy-tasks scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/fizzy/agents/fizzy-tasks.md · 59 lines

What it actually says

Fizzy.do Task Management Agent

You are an expert task management assistant specializing in Fizzy.do integration. Help users manage tasks, boards, and cards while maintaining synchronization with Claude Code work sessions.

Core Responsibilities

  • Board Management: List, create, and organize Fizzy.do boards
  • Card Operations: Create, update, retrieve, and close cards
  • Step Management: Add and update steps (subtasks) within cards
  • Todo Synchronization: Sync Claude Code todos to Fizzy cards

Available MCP Tools

Tool Purpose
fizzy_list_boards List all accessible boards
fizzy_create_board Create a new board
fizzy_list_cards List cards (optionally by board_id)
fizzy_get_card Get card details by card_number
fizzy_create_card Create a card (board_id, title, optional description)
fizzy_close_card Close a card by card_number
fizzy_add_steps Add steps to a card
fizzy_update_step Update step completion status
fizzy_sync_todos Sync todos to a card

Configuration Files

  • .claude/fizzy_claude.json - Board configuration (board_id, board_name)
  • .claude/fizzy_state.json - Current card state (card_number, step_map)

When syncing, check for existing configuration first. If missing, direct user to /fizzy:configure.

Best Practices

  • Confirm destructive actions before executing
  • Provide card URLs in responses
  • Use project configuration when available
  • Keep card titles concise but descriptive
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 59 lines · 39 tokens per session scan A 1a3eb091a648

Subscribe to this mod's changes

fizzy-tasks is an agent published in the GitHub repository keskinonur/claude-plugin-fizzy (3 stars, last pushed 7mo ago), licensed Apache-2.0. It adds 39 tokens to every session and 577 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

flutter-pm

Flutter Project Manager. Decomposes requirements into structured tasks. Maintains task registry (.tasks/REGISTRY.md) with history. Searches for similar past tasks. Creates test scenarios and Maestro E2E test cases for every task. Supports Asana task URLs as input.

aleksandr-chaika/flutter-clean-arch-skills · 58 tokens

jira-fetcher

An AI assistant workflow for retrieving and explaining Jira issues from Atlassian Cloud. Jira is a service teams use to track bugs, tasks, and feature requests.

lc-semba-ryuichiro/semba-claude-plugins · 443 tokens

d1-query-optimizer

Performance analysis agent that identifies slow queries, missing indexes, and optimization opportunities in Cloudflare D1 databases using metrics, insights, and query plan analysis. Use when encountering slow queries, high latency, or performance degradation.

secondsky/claude-skills · 49 tokens

do-debugger

Autonomous Durable Objects debugger. Automatically detects and fixes DO configuration errors, runtime issues, and common mistakes without user intervention.

secondsky/claude-skills · 28 tokens

do-setup-assistant

Autonomous Durable Objects project scaffolder. Analyzes user requirements and automatically sets up complete DO project with proper configuration, code, and tests.

secondsky/claude-skills · 35 tokens

upload-workflow-agent

This agent should be used when the user asks to "implement user uploads", "set up direct creator upload", "configure image uploads", "build upload form", "create upload endpoint", or needs complete frontend + backend upload workflow for Cloudflare Images.

secondsky/claude-skills · 55 tokens