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.
npx agentmods add commands/tstockham96/claw-kit/reflectgit clone --depth 1 https://github.com/tstockham96/claw-kitWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00861 |
| Opus 5 | $0.00000 | $0.00430 |
| Sonnet 5 | $0.00000 | $0.00172 |
| Haiku 4.5 | $0.00000 | $0.00086 |
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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/reflect
Curate and compress recent memory. This command reviews the last 7 days of journal entries, extracts durable insights, and updates long-term memory files. Think of it as memory maintenance -- moving important things from short-term to long-term storage.
Instructions
Step 1: Gather Recent History
Search for recent journal entries and activity using the search engine:
cd kit/search && npx tsx src/cli.ts search "journal session summary" --limit 20 --memory-path ../memory
Also read journal entries for the last 7 days directly. For each day from today back to 7 days ago, check if memory/journal/YYYY-MM-DD.md exists and read it if so. The search results may surface entries the direct reads miss, and vice versa.
Also read the current state of:
memory/long-term.mdmemory/preferences.mdmemory/learnings.mdmemory/projects/_index.md
Step 2: Extract Insights
From the journal entries and search results, identify:
-
Key facts that should be remembered long-term (decisions made, things learned, important context established). These go into
memory/long-term.md. -
Preference patterns -- things the user consistently does, prefers, or reacts to. If you notice something appearing more than once, or a clear preference emerging from behavior, it belongs in
memory/preferences.md. Only add genuine patterns, not one-off observations. -
Lessons learned -- mistakes that were made, corrections that were applied, or insights about what works and what doesn't. These go into
memory/learnings.md. -
Project status updates -- if projects had meaningful progress, update
memory/projects/_index.mdwith current status.
Step 3: Check for Duplicates via Search
Before adding each insight, search to see if it's already captured:
cd kit/search && npx tsx src/cli.ts search "key terms from the insight" --limit 3 --memory-path ../memory
Only add genuinely new information. If an existing entry needs updating, modify it rather than creating a duplicate.
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.
- 2d ago First seen · 97 lines · 0 tokens per session scan A f362a7a48db0
reflect is a command published in the GitHub repository tstockham96/claw-kit (5 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 861 tokens. 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.
Other commands, from other repositories
skill-inbox
Unified entry point for managing skill suggestions and browsing all installed skills. Provides two views: suggestions (default) and all skills.
memory-learn
Save a learning, insight, pattern, mistake, or decision to StudioMeyer Memory.
memory-search
Search StudioMeyer Memory across learnings, decisions, sessions, entities, and skills.
memory-session-replay
Step-by-step replay of one StudioMeyer Memory session (default: most recent).
sugar-remember
Store a learning, decision, or preference in Sugar's memory.
academy-install-hooks
Output the StudioMeyer Academy hook recipe — SessionStart auto-loads stats + next lesson; PostToolUse auto-fetches quiz after lesson complete.