reflect

reflect is a skill for Claude Code, Codex from chacosoldier/compabob. It costs 42 tokens per session (299 once invoked), scanned A, original, MIT.

An end-of-session reflection that records lessons from completed work, including what worked, what failed, and what should change.

In plain words
What is it for?
Reviewing a work session, extracting repeatable practices and root causes, proposing memory-file updates for approval, and optionally adding a reflection to a daily note.
Why use it?
It turns useful discoveries and debugging lessons into notes that can guide future sessions, instead of leaving them only in the conversation.

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/chacosoldier/compabob/reflect
Any agent
npx skills add chacosoldier/compabob --skill reflect
Clone the repo
git clone --depth 1 https://github.com/chacosoldier/compabob

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 reflect

README.md
[![agentmods](https://agentmods.dev/badge/skills/chacosoldier/compabob/reflect.svg)](https://agentmods.dev/skills/chacosoldier/compabob/reflect)
Your own site
<a href="https://agentmods.dev/skills/chacosoldier/compabob/reflect"><img src="https://agentmods.dev/badge/skills/chacosoldier/compabob/reflect.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 299 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.00042 $0.00299
Opus 5 $0.00021 $0.00150
Sonnet 5 $0.00008 $0.00060
Haiku 4.5 $0.00004 $0.00030

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

Security

Grade A, and why

reflect 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.

.claude/skills/reflect/SKILL.md · 23 lines

What it actually says

Reflect

Turn a session into durable improvement. Distinct from /handover (which persists state for next time); this extracts learning.

Steps

  1. Review the session. What was the goal? What actually happened?
  2. Extract learnings in three buckets:
    • What worked — an approach worth repeating.
    • What broke — an error, a wrong assumption, a dead end. Note the root cause, not just the symptom.
    • What to change — a concrete adjustment to how the assistant or the workflow operates.
  3. Propose memory writes. For anything that meets the constitution's memory bar (a repeated lookup, a behavioral correction, a costly debugging lesson), draft a memory/topics/<slug>.md entry and the one-line MEMORY.md index pointer. Show them; do not write without approval.
  4. Write the diary entry (optional) to vault/Daily/YYYY-MM-DD.md under a ## Reflection heading.

Output

A short reflection: the single most useful thing learned, then the three buckets, then the proposed memory writes for approval. No padding, no "overall".

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 · 23 lines · 42 tokens per session scan A 2ed67ac6d103

Subscribe to this mod's changes

reflect is a skill published in the GitHub repository chacosoldier/compabob (32 stars, last pushed 2mo ago), licensed MIT. It adds 42 tokens to every session and 299 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-30.

Related

Other skills, from other repositories

agent-memory-coordinator

Agent skill for memory-coordinator - invoke with $agent-memory-coordinator.

ruvnet/ruflo · 19 tokens

migrate-from-v1

Finish migrating a NanoClaw v1 install into v2. Run after bash migrate-v2.sh completes. Seeds the owner, migrates legacy memory, reconciles container configs, and helps port custom v1 code. Triggers on "migrate from v1", "finish migration", "v1 migration".

nanocoai/nanoclaw · 71 tokens

migrate-memory

Migrate legacy NanoClaw and Claude-native memory into the shared memory tree and provider-neutral standing instructions. Run after an update reports the shared-memory breaking change, or when a group still has .seed.md, legacy CLAUDE.md/CLAUDE.local.md, Claude auto-memory, or an unindexed imported-agent-memory.md.…

nanocoai/nanoclaw · 92 tokens

migrate-slack-agents

Migrate a classic single-bot Slack install to one provisioned Slack app per existing agent group while preserving agent identities, workspaces, memory, and wiring behavior — or record the operator's choice to stay on classic, which remains supported. Use when /update-nanoclaw surfaces the Slack agents requirement, or…

nanocoai/nanoclaw · 75 tokens

add-karpathy-llm-wiki

Add a persistent wiki knowledge base to a NanoClaw group. Based on Karpathy's LLM Wiki pattern. Triggers on "add wiki", "wiki", "knowledge base", "llm wiki", "karpathy wiki".

nanocoai/nanoclaw · 56 tokens

add-mnemon

Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.

nanocoai/nanoclaw · 27 tokens