streak

streak is a skill for Claude Code, Codex from ooiyeefei/ccc. It costs 65 tokens per session (4,073 once invoked), scanned B, original, MIT.

A tracker for personal challenges and goals, including learning, habits, fitness, creative work, and building projects. It supports daily, weekly, or custom multi-day check-ins.

In plain words
What is it for?
Use it to start challenges, log check-ins, view statistics and insights, export calendars, set reminders, and pause, archive, resume, or reset challenges.
Why use it?
It gives progress a regular place to be recorded and reviewed instead of relying on memory. It can also compare progress across different challenges and manage pauses or restarts.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ooiyeefei/ccc/streak
Any agent
npx skills add ooiyeefei/ccc --skill streak
Clone the repo
git clone --depth 1 https://github.com/ooiyeefei/ccc

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for streak

README.md
[![agentmods](https://agentmods.dev/badge/skills/ooiyeefei/ccc/streak.svg)](https://agentmods.dev/skills/ooiyeefei/ccc/streak)
Your own site
<a href="https://agentmods.dev/skills/ooiyeefei/ccc/streak"><img src="https://agentmods.dev/badge/skills/ooiyeefei/ccc/streak.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,073 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00065 $0.04073
Opus 5 $0.00032 $0.02037
Sonnet 5 $0.00013 $0.00815
Haiku 4.5 $0.00006 $0.00407

Measured 5d ago against content hash f6b1d17ba4d9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

streak scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (tools/streak-bot.py, tools/streak-notify.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

| Docker not running | Show: "Docker daemon not running. Start Docker Desktop or run: sudo systemctl start docker" |
skills/streak/SKILL.md · 547 lines

How it starts

The opening of the file, as written. The whole thing — 547 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Streak

A universal, flexible challenge tracking system for Claude Code. Track any personal challenge with intelligent insights and cross-challenge learning detection.

Works for any challenge type: Learning, Building, Fitness, Creative, Habit, or Custom.


Quick Start

Trigger phrases -> Flows:

User Says Flow
"new challenge", "start a streak", "track a goal" Flow 1: New Challenge
"check in", "log progress", "update my streak" Flow 2: Check-in
"list challenges", "show all challenges" Flow 3: List
"switch to [name]", "change challenge" Flow 4: Switch
"show stats", "my progress" Flow 5: Statistics
"show insights", "cross-challenge" Flow 6: Insights
"export calendar", "create reminders" Flow 7: Calendar
"reset challenge", "start fresh" Flow 8: Reset
"pause [name]", "put on hold" Flow 9: Pause
"archive [name]", "shelve challenge" Flow 10: Archive
"resume [name]", "reactivate" Flow 11: Resume
"setup notifications", "telegram reminders" Flow 12: Notifications
"setup telegram bot", "deploy telegram", "streak-telegram" Flow 13: Telegram Bot Deploy

Data Storage

All data in .streak/ folder:

.streak/
├── config.md                     # Global settings
├── active.md                     # Current challenge pointer
└── challenges/
    └── [challenge-id]/
        ├── challenge-config.md   # Metadata, goal, progress
        ├── challenge-log.md      # Progress log with summary
        ├── today.md              # Today's session context
        ├── backlog.md            # Ideas to try
        ├── preferences.md        # Type-adaptive setup
        ├── context.md            # Linked resources
        ├── insights.md           # Auto-generated insights
        └── sessions/
            └── session-XXX/
                └── notes.md      # Session notes

File templates: See references/file-templates.md


Challenge Types

Type Best For Key Questions
Learning Courses, books, skills "Any aha moments?", "Progress on milestones?"
Building Projects, shipping "What did you ship?", "Any blockers?"
Fitness Workouts, health "What exercises?", "How did body feel?"
Creative Art, writing, music "What did you create?", "Any inspiration?"
Habit Routines, consistency "Did you complete it?", "How did it feel?"
Custom Anything else User-defined questions

Read the full file on GitHub · 547 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 547 lines · 65 tokens per session scan B f6b1d17ba4d9

Subscribe to this mod's changes

streak is a skill published in the GitHub repository ooiyeefei/ccc (484 stars, last pushed 1mo ago), licensed MIT. It adds 65 tokens to every session and 4,073 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.