streak-new

streak-new is a command for Claude Code from ooiyeefei/ccc. It costs 20 tokens per session (341 once invoked), scanned A, original, MIT.

A guided command for creating a new challenge to track a goal, such as learning, building, fitness, creativity, or a habit. It asks for your goal and schedule, then creates the files used to manage it.

In plain words
What is it for?
Use it to start a new tracked project or routine and optionally begin its first check-in.
Why use it?
It turns a loosely defined goal into a stored challenge with a clear setup, progress log, session context, backlog, and preferences.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

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 commands/ooiyeefei/ccc/streak-new
Clone the repo
git clone --depth 1 https://github.com/ooiyeefei/ccc

Made for: Claude Code.

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-new

README.md
[![agentmods](https://agentmods.dev/badge/commands/ooiyeefei/ccc/streak-new.svg)](https://agentmods.dev/commands/ooiyeefei/ccc/streak-new)
Your own site
<a href="https://agentmods.dev/commands/ooiyeefei/ccc/streak-new"><img src="https://agentmods.dev/badge/commands/ooiyeefei/ccc/streak-new.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 341 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.1 $0.00020 $0.00341
Opus 5 $0.00010 $0.00170
Sonnet 5 $0.00004 $0.00068
Haiku 4.5 $0.00002 $0.00034

Measured 6d ago against content hash 4358f455334f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

streak-new scanned grade A with 0 findings 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 6d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/streak-new.md · 49 lines

What it actually says

Create New Challenge

Create a new challenge with guided discovery. Supports multiple types with type-adaptive preferences.

Usage

/streak-new

Challenge Types

Type Best For
Learning Courses, skills, books
Building Projects, shipping, coding
Fitness Workouts, health goals
Creative Art, writing, music
Habit Routines, consistency
Custom Define your own

What Happens

  1. Initialize .streak/ folder if needed
  2. Ask challenge type
  3. Ask basic info (name, goal, cadence)
  4. Ask type-specific questions
  5. Create all challenge files with pre-filled preferences
  6. Set as active challenge
  7. Offer first check-in

Instructions

Follow the creation flow defined in the ccc-skills:streak skill (Flow 1: Create New Challenge).

Create these files in .streak/challenges/[challenge-id]/:

  • challenge-config.md - metadata, goal, progress tracking
  • challenge-log.md - progress log with summary table
  • today.md - session context template
  • backlog.md - ideas and things to try
  • preferences.md - pre-filled based on type-specific answers
  • context.md - linked resources
  • insights.md - auto-generated insights template
  • sessions/ - folder for session notes
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. 6d ago First seen · 49 lines · 20 tokens per session scan A 4358f455334f

Subscribe to this mod's changes

streak-new is a command published in the GitHub repository ooiyeefei/ccc (484 stars, last pushed 1mo ago), licensed MIT. It adds 20 tokens to every session and 341 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.