ccc-tasks

ccc-tasks is a skill for Claude Code from KevinZai/commander. It costs 39 tokens per session (643 once invoked), scanned A, original, MIT.

A lightweight task list stored in a project's tasks/todo.md file as Markdown checkboxes. It records priorities and states such as todo, done, in progress, and blocked without a database or online service.

In plain words
What is it for?
Use it to track personal tasks, capture ideas, select the next work items, and keep a task record that can be committed to Git.
Why use it?
It gives small projects and individual work a visible task history without the setup of a team project-management system.

Skill for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions CLAUDE.md; $skill-name invocation.

Good fit Use it to track personal tasks, capture ideas, select the next work items, and keep a task record that can be committed to Git.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevinzai/commander/ccc-tasks
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.

Any agent
npx skills add KevinZai/commander --skill ccc-tasks
Clone the repo
git clone --depth 1 https://github.com/KevinZai/commander

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 ccc-tasks

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevinzai/commander/ccc-tasks.svg)](https://agentmods.dev/skills/kevinzai/commander/ccc-tasks)
Your own site
<a href="https://agentmods.dev/skills/kevinzai/commander/ccc-tasks"><img src="https://agentmods.dev/badge/skills/kevinzai/commander/ccc-tasks.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 643 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00039 $0.00643
Opus 5 $0.00019 $0.00321
Sonnet 5 $0.00008 $0.00129
Haiku 4.5 $0.00004 $0.00064

Measured 4d ago against content hash 4864b5adfa8e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ccc-tasks 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 4d 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.

commander/cowork-plugin-codex/skills/ccc-tasks/SKILL.md · 78 lines

How it starts

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

$ccc-tasks — Markdown Task Tracking

The simplest thing that could possibly work. One file. Markdown checkboxes. That's it.

When to use

  • Personal projects that don't need Linear/Jira
  • Side-session tracking while a larger Linear ticket is in flight
  • Brainstorm capture before picking 1-2 to execute
  • A visible, pushable-to-git audit trail of what happened

Not for

  • Team coordination with 2+ humans → use $ccc-linear
  • Long-term project milestones → use Linear project
  • Sub-tasks of a complex feature → use the feature's spec doc + todo tool

File format

tasks/todo.md in project root:

# Todo

## Active

- [ ] P0 · Ship beta.11 (push + dogfood)
- [ ] P1 · Wire release.yml npm publish
- [x] P0 · Fix --mcp.json silent MCP failures ✅ 2026-04-23

## Blocked

- [ ] P1 · Product Hunt launch — waiting on K13 screencast

## Someday

- [ ] VSCode companion extension
- [ ] Commander Hub user-submitted skills

Priorities: P0 (this week), P1 (this month), P2 (quarter), P3 (someday).

Status: [ ] todo · [x] done (with date) · [~] in progress · [!] blocked.

Process

  1. Session start: read tasks/todo.md → suggest the top 1-2 P0 items to tackle
  2. Pick one: move to "Active" if not already, mark [~], announce scope
  3. Mid-work: leave notes in-line under the task (indented)
  4. Session end: mark [x] with date (or flip to [!] with blocker note), update file
  5. Weekly: prune Done section; archive older than 30d to tasks/archive/YYYY-MM.md

Integration

  • Append to file — never overwrite (avoid mid-session state loss)
  • Commit each change — the diff IS the audit trail
  • Link from CLAUDE.md: See tasks/todo.md for active work

Depends on

  • Write access to tasks/todo.md (create if missing)
  • Git for history (optional but recommended)

Adapted from knowledge-work-plugins/productivity/task-management under Apache-2.0 license. Reframed around CC Commander priority conventions (P0-P3).


Read the full file on GitHub · 78 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. 4d ago First seen · 78 lines · 39 tokens per session scan A 4864b5adfa8e

Subscribe to this mod's changes

ccc-tasks is a skill published in the GitHub repository KevinZai/commander (6 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 643 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

hotfix

Single-issue workflow for quick fixes and small changes that don't need full epic tracking. Creates a branch, implements the fix, commits with issue tracking, and closes.

skullninja/coco-workflow · 36 tokens

gitlab-ops

Use this skill when performing VCS operations on GitLab or GitHub repositories — creating, updating, or closing issues and MRs, applying label taxonomy, running glab/gh CLI commands, or resolving project paths dynamically. Acts as the single source of truth for CLI command syntax and label conventions; consuming…

Kanevry/session-orchestrator · 174 tokens

gitlab-portfolio

Use when you need a single-pane cross-repo health view across all vault-registered GitLab and GitHub projects. Discovers repos from overview.md frontmatter in /01-projects//, aggregates open issues, MRs, critical labels, and stale signals via parallel glab/gh calls, then writes an idempotent PORTFOLIO.md dashboard.…

Kanevry/session-orchestrator · 197 tokens

session-end

Use this skill when performing a full session close-out: verifies all planned work against the agreed plan, creates issues for gaps, runs quality gates, commits cleanly, mirrors to GitHub, and produces a session summary. Triggered by /close command.

Kanevry/session-orchestrator · 54 tokens

session-start

Use this skill when initializing a session for any project repo. Autonomously analyzes git state, VCS issues, SSOT files, branches, environment, and cross-repo status. Then presents structured findings with recommendations for user alignment before creating a wave plan. Triggered by /session…

Kanevry/session-orchestrator · 70 tokens

debt-ops-add

Register a deferred decision in the tech-debt registry. Trigger by judgment, not a marker scan, whenever a future reader would ask "why this way?": an unmade decision, stub, loosened type, bypassed check, swallowed error, a default picked "for now", or a TODO/FIXME/HACK/XXX marker. Trigger immediately whenever you…

bcanfield/agentic-tech-debt · 115 tokens