Claude-skill-registry fizzy-workflow
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/fizzy-workflow" ~/.claude/skills/majiayu000-claude-skill-registry-fizzy-workflow && rm -rf "$T"
manifest:
skills/data/fizzy-workflow/SKILL.mdsource content
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
for existing config.claude/fizzy_claude.json - 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 |
|---|---|
| , |
| , , |
Related
- Agent:
- Direct operationsfizzy-tasks - Commands:
,/fizzy:configure/fizzy:status