Fizzy workflow
Skill keskinonur/claude-plugin-fizzy/plugins/fizzy/skills/fizzy-workflow
Use for guided Fizzy.do workflows: "set up Fizzy", "configure Fizzy for this project", "sync my work to Fizzy", "review my Fizzy progress", "end of session cleanup". Provides step-by-step guidance for common operations.From its SKILL.md
npx -y skills add keskinonur/claude-plugin-fizzy --skill fizzy-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- reads credentialsReads from 1 credential source: `FIZZY_TOKEN`.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `fizzy_sync_todos`.
SKILL.md
1.4 KB, 320 tokens by cl100k_base, as published. Nobody here has run it
Fizzy.do Guided Workflow Skill
Provides structured workflows for Fizzy.do task management. For direct operations, use the fizzy-tasks agent.
Workflows
Project Setup
Triggers: "set up Fizzy", "configure Fizzy for this project"
- Check
.claude/fizzy_claude.jsonfor existing config - Verify FIZZY_TOKEN is available
- List boards or create new one
- Save configuration
Sync Todos
Triggers: "sync my work", "sync todos to Fizzy"
- Verify board is configured
- Gather and summarize todos
- Confirm card title
- Execute
fizzy_sync_todos
Progress Review
Triggers: "review my progress", "show Fizzy status"
- Load board config
- Fetch and categorize cards
- Present summary with step counts
Session Cleanup
Triggers: "end of session", "wrap up"
- Review current card from state
- Confirm completion status
- Close card if appropriate
Configuration
| File | Contents |
|---|---|
.claude/fizzy_claude.json | board_id, board_name |
.claude/fizzy_state.json | card_number, card_title, step_map |
Related
- Agent:
fizzy-tasks- Direct operations - Commands:
/fizzy:configure,/fizzy:status
What ships with it: 2 files
4.2 KB alongside SKILL.md
references/
- setup-scenarios.md2.0 KB
- sync-patterns.md2.2 KB