sessions-project-summary

sessions-project-summary is a skill for Claude Code, Codex from iam-dev/cc-sessions. It costs 34 tokens per session (343 once invoked), scanned A, original, MIT.

A project-summary tool that reviews all saved coding sessions for the current project and combines them into one overview.

In plain words
What is it for?
Use it to create a project report covering completed work, unfinished tasks, important decisions, frequently changed files, session details, and suggested next steps.
Why use it?
It removes the need to reread many session records to remember what was done, what is pending, and why key choices were made.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the cc-sessions plugin — 6 skills, 8 commands, 4 hooks shipped together

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/iam-dev/cc-sessions/sessions-project-summary
Any agent
npx skills add iam-dev/cc-sessions --skill sessions-project-summary
Clone the repo
git clone --depth 1 https://github.com/iam-dev/cc-sessions

Made for: Claude Code, Codex.

Or install cc-sessions, the plugin that ships this one along with the rest of its 6 skills, 8 commands, 4 hooks.

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 sessions-project-summary

README.md
[![agentmods](https://agentmods.dev/badge/skills/iam-dev/cc-sessions/sessions-project-summary.svg)](https://agentmods.dev/skills/iam-dev/cc-sessions/sessions-project-summary)
Your own site
<a href="https://agentmods.dev/skills/iam-dev/cc-sessions/sessions-project-summary"><img src="https://agentmods.dev/badge/skills/iam-dev/cc-sessions/sessions-project-summary.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 343 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 $0.00034 $0.00343
Opus 5 $0.00017 $0.00171
Sonnet 5 $0.00007 $0.00069
Haiku 4.5 $0.00003 $0.00034

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

Security

Grade A, and why

sessions-project-summary 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.

skills/sessions-project-summary/SKILL.md · 54 lines

What it actually says

Fetch all sessions for the current project:

node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" list --limit 9999

Then, using the session data returned, write a project summary covering:

Project Summary Format

PROJECT SUMMARY: {projectName}
═══════════════════════════════════════════════════════════════

OVERVIEW
{2-3 sentence description of what this project is and what has been built}

WORK COMPLETED
- {major feature or milestone 1}
- {major feature or milestone 2}
- {major feature or milestone 3}

IN PROGRESS / PENDING
- {unfinished task 1}
- {unfinished task 2}

KEY DECISIONS
- {architectural or design decision 1}
- {architectural or design decision 2}

FILES MOST TOUCHED
- {file1} — {reason}
- {file2} — {reason}

SESSIONS
  Total: {count} sessions
  First: {date of first session}
  Latest: {date of most recent session}
  Total tokens: {sum}

SUGGESTED NEXT STEPS
1. {next step 1}
2. {next step 2}
═══════════════════════════════════════════════════════════════

Synthesize the summary yourself from the session data — do not just list sessions. Group related work, identify patterns, and surface what matters most.

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 · 54 lines · 34 tokens per session scan A 3f420f1f4e90

Subscribe to this mod's changes

sessions-project-summary is a skill published in the GitHub repository iam-dev/cc-sessions (2 stars, last pushed 4mo ago), licensed MIT. It adds 34 tokens to every session and 343 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-08-31.

Related

Other skills, from other repositories

wayfinder

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

mattpocock/skills · 46 tokens

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

pm-all

Skill "pm-all" from wei63w/pm-manager, covering user input, outline and shared workflow (all /pm- commands).

wei63w/pm-manager · 8 tokens

bootstrap-prd

Set up PRD-driven development infrastructure for a new project, including directory structure, templates, and roadmap.

joshukraine/dotfiles · 25 tokens

simulator-reactions

Simulator.Company reactions specialist — comments, events, approvals, ratings and other feedback attached under an actor. Use when the user wants to comment on an actor, reply in a thread, read/like/pin the discussion, mark comments read, or get reaction stats. Activate when the user says "comment on this actor"…

corezoid/simulator-ai-plugin · 174 tokens

glab-issue

Create, view, update, and manage GitLab issues. Use when working with issue tracking, bug reports, feature requests, or task management. Operations include creating issues, listing with filters, viewing details, adding comments/notes, updating labels/assignees/milestones, closing/reopening, and board management.…

vince-winkintel/gitlab-cli-skills · 89 tokens