← ClaudeAtlas

fizzy-writelisted

Create cards, create boards, update cards, close/reopen cards, add comments, assign users, or move cards to a column in Fizzy. Use when user says "create card", "create board", "add task to fizzy", "close fizzy card", "comment on fizzy card", "assign fizzy card", "move card to column", or anything involving writing to the Fizzy task board.
Rijul1204/rashedul-agentic-engineering · ★ 1 · AI & Automation · score 77
Install: claude install-skill Rijul1204/rashedul-agentic-engineering
# Fizzy Write — Manage Cards & Boards Create and manage cards, boards, comments, and assignments in the Fizzy task board. ## Credentials **Bearer token**: ```text eCaGiEZPirmuqVQwuNmCMNd6 ``` **Account ID**: `6132669` **Base URL**: `https://app.fizzy.do` ## Known Boards | Board ID | Name | Default? | |-----------------------------|-------------|----------| | 03fd4omd9qico7wmyyof5yfe4 | QA Board | YES | > If the user names a specific board, resolve it by calling `GET /6132669/boards` and matching by name. Otherwise, always use the QA board. ## Workflow ### Step 1 — Parse the user's intent Identify the operation: | Intent | Operation | |-----------------------------|-------------------| | "create a card / task" | Create card | | "create a board" | Create board | | "update / edit card #N" | Update card | | "close / done card #N" | Close card | | "reopen card #N" | Reopen card | | "comment on card #N" | Add comment | | "assign card #N to [user]" | Assign | | "move card #N to [column]" | Triage (move) | | "tag card #N with [tag]" | Apply tag | For **create card**: extract title, optional description, optional board name (defaults to QA board). For **create board**: extract board name and optional description. > **IMPORTANT — Fizzy does NOT support Markdown.** > Do not use `**bold**`, `# headers`, `