Streak List banner
ooiyeefei ooiyeefei

Streak List

Development community

Description

--- description: List all your challenges with status, streak, and progress --- # List Challenges Show all challenges with their current status, streak count, and progress. ## Usage ``` /streak-list ``` ## Output Format ``` Your Challenges: | Status | Name | Type | Streak | Last Check-in | Progress | |--------|------|------|--------|---------------|----------| | * | learn-rust | Learning | 5 days | 1 day ago | 12 sessions | | | morning-workout | Fitness | 0 days | 8 days ago | 24 sessio

Installation

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

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

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

Full documentation available on GitHub

View Source Repository