journey-report

journey-report is a skill for Claude Code from edobreque/clens. It costs 10 tokens per session (1,916 once invoked), scanned A, a copy of journey-report, MIT.

A skill for combining several saved Clens coding sessions into a report about a development journey. It tracks how work changed across sessions over time.

In plain words
What is it for?
Finding related sessions, ordering them into a journey, and reporting the lifecycle of the development work.
Why use it?
It shows the larger progression of a project, including phases, summaries, statistics, and plan changes, which a single-session report cannot show.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the clens plugin — 5 skills, 3 commands, 1 agent, 17 hooks shipped together

Good fit Finding related sessions, ordering them into a journey, and reporting the lifecycle of the development work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/edobreque/clens/journey-report
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 edobreque/clens --skill journey-report
Clone the repo
git clone --depth 1 https://github.com/edobreque/clens

Made for: Claude Code.

Or install clens, the plugin that ships this one along with the rest of its 5 skills, 3 commands, 1 agent, 17 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 journey-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/edobreque/clens/journey-report/github.svg)](https://agentmods.dev/skills/edobreque/clens/journey-report)
Your own site
<a href="https://agentmods.dev/skills/edobreque/clens/journey-report"><img src="https://agentmods.dev/badge/skills/edobreque/clens/journey-report/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for journey-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/edobreque/clens/journey-report"><img src="https://agentmods.dev/badge/skills/edobreque/clens/journey-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,916 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 100% copy Near-identical to another mod 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.00010 $0.01916
Opus 5 $0.00005 $0.00958
Sonnet 5 $0.00002 $0.00383
Haiku 4.5 $0.00001 $0.00192

Measured 9d ago against content hash 0a2a5e55290c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

journey-report 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 9d 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.

Origin

This is a copy

100% identical to journey-report — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agentic/skills/journey-report/SKILL.md · 168 lines

How it starts

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

Journey Report

Generate a structured lifecycle report for a cross-session development journey.

Variables

TARGET: $ARGUMENTS

Instructions

1. Resolve the Journey

Journey data is built by reading and chaining distilled sessions. There is no standalone clens journey command — journey analysis is done by reading distilled session files directly.

  1. List all distilled sessions: ls .clens/distilled/*.json (sorted by modification time)
  2. Read each distilled JSON to extract: session_id, start_time, stats, summary, user_messages, plan_drift
  3. Chain sessions into a journey:
    • Sessions sharing the same working directory and started within 5 seconds of a /clear or compact event belong to the same journey
    • Order phases chronologically by start_time
  4. If TARGET is a session ID prefix, find the journey containing that session
  5. If TARGET is empty or --last, use the most recent journey (by latest session start time)

If fewer than 1 distilled session exists, tell the user:

No distilled sessions found. Run clens distill --last to distill your sessions first.

2. Build the Journey

  • Load the session-analysis skill for schema and interpretation context
  • For each session in the journey, classify its phase type from the first user prompt:
    • /primeprime, /brainstormbrainstorm, /plan or /plan_w_teamplan, /buildbuild, /reviewreview, /testtest
    • "commit" keyword → commit
    • High read:write ratio (>3:1) → exploration
    • 3 TaskCreate calls (4+) → orchestrated_build

    • <30s and <15 events → abort
    • Default → freeform
  • Determine lifecycle_type from the set of phase types present:
    • Has prime + plan + build → prime-plan-build
    • Has prime + build (no plan) → prime-build
    • Has build (no prime) → build-only
    • Single session → single-session
    • Otherwise → ad-hoc
  • Compute cumulative stats by summing across all sessions
  • Key fields to present: id, lifecycle_type, phases, transitions, cumulative_stats, plan_drift, spec_ref

Read the full file on GitHub · 168 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. 9d ago First seen · 168 lines · 10 tokens per session scan A 0a2a5e55290c

Subscribe to this mod's changes

journey-report is a skill published in the GitHub repository edobreque/clens (2 stars, last pushed yesterday), licensed MIT. It adds 10 tokens to every session and 1,916 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to journey-report, differing in 0 lines, and is treated as a copy.