Claude-Mind: Skill for Claude Code

.claude/skills/reflect/SKILL.md

reflect is a skill for Claude Code from zkysar1/Claude-Mind. It costs 104 tokens per session (13,286 once invoked), scanned A, original, MIT.

A learning workflow that reviews what happened after predictions, tasks, or agent actions and turns the results into reusable lessons. It can also examine the agent’s own patterns and maintain its stored knowledge and goals.

In plain words
What is it for?
Use it to review a prediction or completed action, compare prediction accuracy, extract patterns, check the agent’s self-model, or tidy stored memories and goals.
Why use it?
It helps the system learn from successes, mistakes, and inaccurate expectations instead of treating every task as unrelated. This can reveal recurring strategies and areas where predictions need better calibration.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is zkysar1/Claude-Mind's own configuration. It tells Claude Code how to work on Claude-Mind itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Claude-Mind configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zkysar1/Claude-Mind. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/zkysar1/Claude-Mind/main/.claude/skills/reflect/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zkysar1/Claude-Mind

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 reflect

README.md
[![agentmods](https://agentmods.dev/badge/skills/zkysar1/claude-mind/reflect.svg)](https://agentmods.dev/skills/zkysar1/claude-mind/reflect)
Your own site
<a href="https://agentmods.dev/skills/zkysar1/claude-mind/reflect"><img src="https://agentmods.dev/badge/skills/zkysar1/claude-mind/reflect.svg" alt="Measured on agentmods" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 13,286 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00104 $0.13286
Opus 5 $0.00052 $0.06643
Sonnet 5 $0.00021 $0.02657
Haiku 4.5 $0.00010 $0.01329

Measured 4d ago against content hash 131f86ea556c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 · 840 lines

How it starts

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

/reflect — Reflexion-Based Self-Learning Engine

Generates structured reflections from hypothesis outcomes, extracts reusable strategies, tracks violations of expectation, and synthesizes hierarchical insights. This is the core self-learning mechanism — it turns raw outcomes into institutional knowledge.

Based on: Reflexion (Shinn 2023), ABC Method, Generative Agents (Park 2023), VoE metacognitive framework.

Sub-skill Mode Purpose
/reflect-on-outcome --on-hypothesis, --on-execution, --batch-micro Outcome reflection: hypothesis ABC chains, execution patterns, batch micro
/reflect-on-self --extract-patterns, --calibration-check Self-model: pattern synthesis, strategy extraction, calibration
/reflect-maintain --curate-memory, --curate-aspirations Maintenance: memory curation, aspiration grooming
/reflect-tree-update (shared protocol) Propagate tree changes upward

Related skills: /replay (hippocampal replay), /aspirations-spark (Phase 6.5 immediate learning)

Parameters

  • --on-hypothesis <hypothesis-id> — Reflect on a single resolved hypothesis (session/short/long horizon)
  • --on-execution — Reflect on a goal execution outcome (pattern signatures, contradiction detection, investigation goals)
  • --batch-micro — Batch-reflect on micro-hypotheses from working memory (session-end)
  • --extract-patterns — Mine all resolved hypotheses for reusable strategies
  • --calibration-check — Analyze confidence calibration across all hypotheses
  • --full-cycle — Run all reflection modes in sequence (includes --batch-micro)
  • --curate-memory — Retire stale/low-utilization strategies, guardrails, reasoning bank entries, and pattern signatures
  • --curate-aspirations — Groom stuck goals whose evidence has converged (backlog grooming)
  • --level N — Reflection depth (0=episode, 1=pattern, 2=strategic). Default: auto-detect

Read the full file on GitHub · 840 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 Changed 131f86ea556c
  2. 8d ago First seen · 840 lines · 104 tokens per session scan A 9eb23139bab6

Subscribe to this mod's changes

reflect is a skill published in the GitHub repository zkysar1/Claude-Mind (5 stars, last pushed 2d ago), licensed MIT. It adds 104 tokens to every session and 13,286 once invoked, about $0.0005 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.