Streak Switch banner
ooiyeefei ooiyeefei

Streak Switch

Development community

Description

--- description: Switch to a different active challenge --- # Switch Challenge Switch to a different challenge as your active one. ## Usage ``` /streak-switch [challenge-name] ``` ## Examples ``` /streak-switch learn-rust /streak-switch morning-workout ``` ## What Happens 1. Validate challenge exists in `.streak/challenges/` 2. Update `.streak/active.md` with new challenge 3. Display confirmation with challenge status ## Output ``` Switched to 'learn-rust'. Type: Learning | Streak: 5 d

Installation

Installs to ~/.claude/skills/ooiyeefei-ccc-streak-switch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ooiyeefei-ccc-streak-switch && curl -fsSL https://raw.githubusercontent.com/ooiyeefei/ccc/HEAD/commands/streak-switch.md -o ~/.claude/skills/ooiyeefei-ccc-streak-switch/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository