fizzy-writelisted
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`, `