CRUX-Compress: Skill for Cursor

.cursor/skills/crux-skill-memory-meditation-research/SKILL.md

crux-skill-memory-meditation-research is a skill for Cursor from zotoio/CRUX-Compress. It costs 0 tokens per session (12,895 once invoked), scanned A, original, MIT.

A research procedure for CRUX memory meditation, which explores stored memories in depth before consolidating them. It coordinates recursive research, citations, reviews, additional focus areas, and final report preparation.

In plain words
What is it for?
Use it for full research-mode meditation runs and for agents working on their research branches or peer reviews. It is not for quick runs, ensemble aggregation, or final review tasks.
Why use it?
It keeps a complex memory review thorough and organized across several levels of investigation. It also ensures that the requested focus areas, citations, peer review, and report requirements are handled in the right sequence.

Skill for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions subagents.

This is zotoio/CRUX-Compress's own configuration. It tells Cursor how to work on CRUX-Compress 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 CRUX-Compress configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zotoio/CRUX-Compress. 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/zotoio/CRUX-Compress/main/.cursor/skills/crux-skill-memory-meditation-research/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zotoio/CRUX-Compress

Made for: Cursor.

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 crux-skill-memory-meditation-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/zotoio/crux-compress/crux-skill-memory-meditation-research/github.svg)](https://agentmods.dev/skills/zotoio/crux-compress/crux-skill-memory-meditation-research)
Your own site
<a href="https://agentmods.dev/skills/zotoio/crux-compress/crux-skill-memory-meditation-research"><img src="https://agentmods.dev/badge/skills/zotoio/crux-compress/crux-skill-memory-meditation-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for crux-skill-memory-meditation-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/zotoio/crux-compress/crux-skill-memory-meditation-research"><img src="https://agentmods.dev/badge/skills/zotoio/crux-compress/crux-skill-memory-meditation-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12,895 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.00000 $0.12895
Opus 5 $0.00000 $0.06448
Sonnet 5 $0.00000 $0.02579
Haiku 4.5 $0.00000 $0.01290

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

Security

Grade A, and why

crux-skill-memory-meditation-research 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 12d 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.

.cursor/skills/crux-skill-memory-meditation-research/SKILL.md · 734 lines

How it starts

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

CRUX Skill: Memory Meditation — Research Protocol

Implements the full Research-mode meditation contract: Phases A–G recursive depth-first exploration, depth-0 manager steps 1–13 (including step 4b 4-mode additional_focus_areas[] reconciliation, step 8 K10c in-pass reflection, and step 8b respawn-payload prep), facet registry lock, citations index, peer review file spec, and comprehensiveness honouring at leaf depth.

When to Use

Load this skill when:

  • The crux-cursor-meditation-guide agent is spawned in Research mode (no --quick flag, meditateMode: "research")
  • You are executing the depth-0 manager workflow (steps 1–13)
  • You are executing as a child Research-mode agent at depth 1, 2, or 3 (Phases A–G)
  • You are executing as a peer-review agent (peerReviewForBranch set)

Never load this skill in Quick mode, Ensemble Aggregation mode, or Adversarial Review function — those are owned by meditation-quick, meditation-ensemble, and meditation-review respectively.

Prerequisites

  1. Verify flags.enableMemories is "true" (abort if not)
  2. Confirm comprehensiveness: payload is present in the spawn prompt — abort with: "comprehensiveness: payload required; missing from spawn prompt — caller misconfigured" if missing
  3. Confirm theming: payload is present — abort with a clear error pointing at Theme Preflight if missing
  4. Confirm modelStrategy: payload is present — abort with: "modelStrategy: payload required; missing from spawn prompt — caller misconfigured" if missing

Input Parameters (depth-0 manager invocation)

The depth-0 manager receives these parameters from the calling agent:

meditateMode: "research"
workingDir: "<absolute path to meditations/{yyyymmdd}-{topic-slug}/>"
theming: { ... }                  # Theme Preflight payload — REQUIRED
comprehensiveness: { ... }        # Richness payload — REQUIRED; abort if missing
modelStrategy: { ... }            # Model strategy payload — REQUIRED; abort if missing
confirmDeepFacets: "none" | "depth_2_only" | "all_levels"
maxDepth: 1 | 2 | 3               # default 3
ensembleModel: "<model-slug>"     # derived from modelStrategy at the depth-0 manager; carrier for per-spawn model: selection
preConfirmedFacets: [ ... ]       # only when in ensemble_max — skip step 4 derivation

Read the full file on GitHub · 734 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. 12d ago First seen · 734 lines · 0 tokens per session scan A 881c6679ef69

Subscribe to this mod's changes

crux-skill-memory-meditation-research is a skill published in the GitHub repository zotoio/CRUX-Compress (8 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 12,895 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.

Related

Other skills, from other repositories

simplemem-skill

Store and retrieve conversation memories across sessions. Use when asked to 'remember this', 'save conversation', 'add to memory', 'what did we discuss about...', 'query memories', or 'import chat history'. Also use proactively to preserve important dialogue context and decisions.

aiming-lab/SimpleMem · 58 tokens

[object Object]

Read, search, and open notes in the user's "{{GRAPHNAME}}" Reflect graph via the reflect CLI. Use when the user asks about their notes, daily notes, journal, or anything they may have written down in Reflect.

team-reflect/reflect-open · 51 tokens

karpathy-llm-wiki

Use when building or maintaining a personal LLM-powered knowledge base. Triggers: ingesting sources into a wiki, querying wiki knowledge, linting wiki quality, 'add to wiki', 'what do I know about', or any mention of 'LLM wiki' or 'Karpathy wiki'.

Astro-Han/karpathy-llm-wiki · 67 tokens

init

Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.

grpcer/ownmem · 43 tokens

daily-journal

A passive daily work journal that Claude keeps FOR you so you never have to write it yourself. Append short entries after meaningful work (what was done, what you focused on, artifacts touched) to 01-daily/journal/YYYY-MM-DD.md. Run a guided reflection at night or in the morning. Use when you run /daily-journal, say…

huytieu/COG-second-brain · 107 tokens

alive:session-history

Revive sessions (quick or heavy), browse, and search — 'what happened recently?', 'find the session where we discussed X', 'revive yesterday's session'. For single-session recall and multi-session browsing. If the human needs to merge multiple sessions into one working context or detect conflicts between parallel…

alivecontext/alive · 76 tokens