{"id":50412300,"url":"https://github.com/cskwork/fizzy-skill","last_synced_at":"2026-05-31T04:04:53.182Z","repository":{"id":359790200,"uuid":"1246199794","full_name":"cskwork/fizzy-skill","owner":"cskwork","description":"Claude Code / Codex skill for self-hosted Fizzy kanban — onboarding, daily card/comment ops, and end-to-end Jira-to-Fizzy migration with HTML-rendering quirks baked in.","archived":false,"fork":false,"pushed_at":"2026-05-23T12:41:33.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T14:24:13.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cskwork.github.io/fizzy-skill/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cskwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T01:11:02.000Z","updated_at":"2026-05-23T12:41:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cskwork/fizzy-skill","commit_stats":null,"previous_names":["cskwork/fizzy-skill"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cskwork/fizzy-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Ffizzy-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Ffizzy-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Ffizzy-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Ffizzy-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cskwork","download_url":"https://codeload.github.com/cskwork/fizzy-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskwork%2Ffizzy-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33718495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-31T04:04:52.371Z","updated_at":"2026-05-31T04:04:53.173Z","avatar_url":"https://github.com/cskwork.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fizzy-skill\n\nA Claude Code / Codex CLI **skill** for operating a self-hosted [Fizzy](https://github.com/tobiasbischoff/fizzy-cli) kanban board — onboarding, daily card/comment CRUD, and end-to-end Jira-to-Fizzy migration.\n\n**Landing page:** https://cskwork.github.io/fizzy-skill/\n\n## Why this exists\n\nFizzy is a Basecamp-style kanban tool. Its CLI works well, but the server's renderer has subtle quirks that bite every first-time integrator:\n\n- **Fizzy is NOT a markdown renderer.** `**bold**` stays as literal asterisks. The server accepts HTML but silently strips `\u003ch*\u003e`, `\u003cstrong\u003e`, `\u003chr\u003e`, `\u003ca href\u003e`, `\u003cimg\u003e`, `\u003cpre\u003e`, `\u003ctable\u003e`.\n- **`--json` is a global flag** — it must come *before* the subcommand, or it is silently ignored.\n- **`comment list` paginates silently** — page 1 returns roughly 3 items; the rest are invisible unless you loop.\n- **Single-account auto-default is NOT done by the CLI** — `fizzy-cli account set \u003cSLUG\u003e` is required even when only one account exists.\n- **`auth login --email --code` in non-TTY** re-issues a code on every call, invalidating the one already in the user's inbox.\n\nThis skill bakes those traps into one decision-tree document so an agent can hit the ground running.\n\n## What's in the box\n\n| Path | Purpose |\n|---|---|\n| `SKILL.md` | The skill itself — onboarding, daily ops, Jira migration, Fizzy HTML quirks |\n| `scripts/adf_to_fizzy.py` | ADF → Fizzy-optimal hybrid HTML (recommended for cards/comments) |\n| `scripts/adf_to_md.py` | ADF → markdown (for non-Fizzy targets) |\n| `scripts/adf_to_plain.py` | ADF → pure plain text |\n| `scripts/jira_to_fizzy.py` | End-to-end Jira issue → Fizzy card(s) migrator with retry + pagination-safe wipe |\n| `scripts/atlassian_attachments.py` | PAT-based attachment downloader (acli OAuth scope can't fetch attachment content) |\n| `references/magic-link-curl-two-step.md` | Non-TTY magic-link workaround |\n| `references/operations.md` | Extended fizzy-cli command reference |\n\n## Install\n\nThe repo is a single SKILL.md plus a `scripts/` folder. Drop it into your skills directory:\n\n```bash\n# Claude Code\ngit clone https://github.com/cskwork/fizzy-skill.git ~/.claude/skills/fizzy\n\n# Codex CLI (same SKILL.md format)\ngit clone https://github.com/cskwork/fizzy-skill.git ~/.codex/skills/fizzy\n```\n\nBoth ecosystems read the YAML front matter and Markdown body identically, so a single clone serves either CLI.\n\n## Quick start\n\n```bash\nexport FIZZY_HOST=\"https://fizzy.example.com\"\nexport FIZZY_TOKEN=\"...\"          # PAT from your Fizzy account settings\n\nfizzy-cli config set --base-url \"$FIZZY_HOST\"\nfizzy-cli auth   login --token \"$FIZZY_TOKEN\"\nfizzy-cli account set \u003cSLUG\u003e      # required even with one account\nfizzy-cli board list\n```\n\nFor migration:\n\n```bash\npython3 scripts/jira_to_fizzy.py \\\n  --from-json /tmp/PROJ-123.json \\\n  --board \u003cfizzy-board-id\u003e \\\n  --site your-site.atlassian.net \\\n  --split-numbered\n```\n\nSee [`SKILL.md`](./SKILL.md) for the full guide and the [landing page](https://cskwork.github.io/fizzy-skill/) for a quick visual overview.\n\n## License\n\n[MIT](./LICENSE) — use freely, including in commercial projects. No warranty.\n\n## Acknowledgements\n\n- [`tobiasbischoff/fizzy-cli`](https://github.com/tobiasbischoff/fizzy-cli) — the upstream CLI this skill operates.\n- Atlassian Document Format spec — the source of truth for the ADF → HTML/plain converters.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcskwork%2Ffizzy-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcskwork%2Ffizzy-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcskwork%2Ffizzy-skill/lists"}