reflex-create

reflex-create is a skill for Claude Code from terrizoaguimor/celiums-memory. It costs 72 tokens per session (1,385 once invoked), scanned A, original, Apache-2.0.

A skill that turns a repeated user instruction or action pattern into a new SKILL.md rule for future use.

In plain words
What is it for?
Use it to make recurring actions automatic, such as applying a rule every time a certain event happens.
Why use it?
It removes the need to repeat the same instruction whenever the same situation occurs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the celiums plugin — 9 skills shipped together

Good fit Use it to make recurring actions automatic, such as applying a rule every time a certain event happens.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/terrizoaguimor/celiums-memory/reflex-create
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 terrizoaguimor/celiums-memory --skill reflex-create
Clone the repo
git clone --depth 1 https://github.com/terrizoaguimor/celiums-memory

Made for: Claude Code.

Or install celiums, the plugin that ships this one along with the rest of its 9 skills.

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 reflex-create

README.md
[![agentmods](https://agentmods.dev/badge/skills/terrizoaguimor/celiums-memory/reflex-create.svg)](https://agentmods.dev/skills/terrizoaguimor/celiums-memory/reflex-create)
Your own site
<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>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,385 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 warn 7 Sept 2026
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.
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.00072 $0.01385
Opus 5 $0.00036 $0.00692
Sonnet 5 $0.00014 $0.00277
Haiku 4.5 $0.00007 $0.00138

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

Security

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.

packages/plugin-claude-code/skills/reflex-create/SKILL.md · 159 lines

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"

Read the full file on GitHub · 159 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. 8d ago First seen · 159 lines · 72 tokens per session scan A fe0130ded43b

Subscribe to this mod's changes

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.

Related

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…

CaviraOSS/OpenMemory · 96 tokens

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…

thedotmack/claude-mem · 91 tokens

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.

thedotmack/claude-mem · 47 tokens

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"…

thedotmack/claude-mem · 93 tokens

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…

thedotmack/claude-mem · 94 tokens

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.

thedotmack/claude-mem · 41 tokens