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 skills add terrizoaguimor/celiums-memory --skill reflex-creategit clone --depth 1 https://github.com/terrizoaguimor/celiums-memoryWrote 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.
[](https://agentmods.dev/skills/terrizoaguimor/celiums-memory/reflex-create)<a href="https://agentmods.dev/skills/terrizoaguimor/celiums-memory/reflex-create"><img src="https://agentmods.dev/badge/skills/terrizoaguimor/celiums-memory/reflex-create.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 2 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Agent Snooping · line 147 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00072 | $0.01385 |
| Opus 5 | $0.00036 | $0.00692 |
| Sonnet 5 | $0.00014 | $0.00277 |
| Haiku 4.5 | $0.00007 | $0.00138 |
Grade A, and why
reflex-create 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 8d 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 — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cognitive Reflex: Reflex Creation
Neural Basis
The brain doesn't just remember individual events — it consolidates recurring patterns into procedural knowledge. After enough repetitions, you stop thinking about how to ride a bike: it becomes automatic.
This skill is the procedural-learning loop. The user notices a pattern. The system codifies it as a new cognitive reflex. The reflex auto-fires next time the conditions are met. The user never has to teach it again.
Knowlton & Squire (1996). Dissociations within nondeclarative memory systems. Current Directions in Psychological Science. Squire (2004). Memory systems of the brain: a brief history and current perspective. Neurobiology of Learning and Memory, 82(3), 171-177.
When It Fires
Trigger phrases (any of these → fire):
- "I keep doing X — make it automatic"
- "every time Y happens, do Z"
- "remember to always..."
- "from now on..."
- "teach yourself this pattern"
- "/reflex-create"
- "create a reflex"
- "make a new instinct"
Also fires when the system observes the user manually performing the same action 3+ times — that is the brain's "this is a habit" threshold.
The Instinct
Four steps. Generate one SKILL.md file. Show it to the user. Install on approval.
Step 1 — Mine the pattern
Use the celiums-memory tools to find evidence of the pattern:
recall(query: <user's described pattern>, limit: 20)
timeline(hours: 168, limit: 30)
Look for:
- Recurring keywords in stored memories
- Tool sequences that repeat (e.g., "always grep before edit")
- Decisions that cluster around a single principle
- Preferences stated multiple times
Step 2 — Distill the trigger
What is the observable signal that should fire this reflex? It must be:
- Concrete — specific phrases, tool names, or context conditions
- Falsifiable — Claude can decide unambiguously whether it applies
- Bounded — does NOT fire on irrelevant cases
Bad trigger: "when the user is coding"
Good trigger: "when the user runs npm test and any test fails"
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.
- 8d ago First seen · 159 lines · 72 tokens per session scan A fe0130ded43b
reflex-create is a skill published in the GitHub repository terrizoaguimor/celiums-memory (23 stars, last pushed 15d ago), licensed Apache-2.0. It adds 72 tokens to every session and 1,385 once invoked, about $0.0004 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.
Other skills, from other repositories
openmemory
Manage persistent memory via OpenMemory MCP. TRIGGER when: user says "remember this", "save to memory", "store this", "recall", "what do you remember about", "check memory", "forget this", "delete memory", "clean up memory", or when agent forms a stable conclusion worth persisting. DO NOT TRIGGER when: user refers to…
design-is
Audit a design against Dieter Rams' ten "Good design is..." principles, then hand off a /make-plan prompt for one of three outcomes — new design, refine design, or redesign. Use when the user says "audit this design", "design review", "check this UI against Rams", "is this UI good", "critique this design", "design…
timeline-report
Generate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.
weekly-digests
Generate a serial week-by-week narrative digest of a project's full claude-mem timeline. Splits the timeline into per-ISO-week files, then runs one consecutive subagent per week — each receiving the prior week's carry-forward block — to produce one chapter per ISO week of data. Use when asked for "weekly digests"…
mode-creator
Interactively create, install, activate, and verify custom claude-mem modes, including domain-specific observation types, concept tags, optional Telegram alerts, bot setup, worker restart, and startup-context verification. Use this whenever someone asks to customize what claude-mem remembers, create or change a mode…
smart-explore
Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.