loredex-curate

loredex-curate is a skill for Claude Code from ahmedtawfeeq1/loredex. It costs 74 tokens per session (497 once invoked), scanned A, original, MIT.

A curation command for loredex, a tool that organizes project research notes. It creates a Start-Here brief with a recommended reading order and identifies stale, duplicate, or disconnected notes.

In plain words
What is it for?
Use it after a research session or when you need to understand a project. It can focus on a specific objective, date range, or topic and also cleans up certain broken links.
Why use it?
It turns many scattered findings into a guided starting point and highlights notes that may need cleanup or merging.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the loredex plugin — 13 skills, 2 hooks shipped together

Good fit Use it after a research session or when you need to understand a project. It can focus on a specific objective, date range, or topic and also cleans up certain broken links.

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

Made for: Claude Code.

Or install loredex, the plugin that ships this one along with the rest of its 13 skills, 2 hooks.

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 loredex-curate

README.md
[![agentmods](https://agentmods.dev/badge/skills/ahmedtawfeeq1/loredex/loredex-curate/github.svg)](https://agentmods.dev/skills/ahmedtawfeeq1/loredex/loredex-curate)
Your own site
<a href="https://agentmods.dev/skills/ahmedtawfeeq1/loredex/loredex-curate"><img src="https://agentmods.dev/badge/skills/ahmedtawfeeq1/loredex/loredex-curate/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 loredex-curate

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahmedtawfeeq1/loredex/loredex-curate"><img src="https://agentmods.dev/badge/skills/ahmedtawfeeq1/loredex/loredex-curate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 497 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.
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.00074 $0.00497
Opus 5 $0.00037 $0.00249
Sonnet 5 $0.00015 $0.00099
Haiku 4.5 $0.00007 $0.00050

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

Security

Grade A, and why

loredex-curate 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 11d 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.

plugin/skills/loredex-curate/SKILL.md · 38 lines

What it actually says

/loredex-curate

Ask two questions before running anything:

  1. Objective — "What's the objective this brief should answer?" (e.g. "draft the spec for the P0 agent"). The brief, reading order, and next actions are all steered by it. No objective given → omit --objective and the LLM derives one from the notes.
  2. Scope — the whole project, or a recent task batch? A session that just produced N files is task scope: --since <date> or its --topic(s). Scoped runs write a separate Start Here - <project> - <slug>.md (a durable session handoff); unscoped runs overwrite the main Start Here - <project>.md.

Then:

npx -y loredex@latest curate <project> --objective "<text>" [--since <date>] [--topic <t>] --dry-run

Summarize the printed plan out loud — objective, reading order, stale flags, merge candidates, orphan/drift counts — then re-run with -y once they confirm.

Every run also does this automatically, no extra command, with or without an LLM:

  • Ghost-link cleanup: [[x.py]]-style links to code get rewritten so Obsidian's graph doesn't fill with phantom nodes.
  • Drift detection: notes whose source_path file has git commits after the note's own date get auto-stamped stale.
  • Orphan detection: notes nobody links to are reported (not auto-fixed) — worth mentioning to the user.

If the project has grown large and this feels slow, mention --max-detailed <n> (default 60) — only that many of the most recent notes get full content in the prompt; older ones become a metadata-only index instead.

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. 11d ago First seen · 38 lines · 74 tokens per session scan A c6b22c476926

Subscribe to this mod's changes

loredex-curate is a skill published in the GitHub repository ahmedtawfeeq1/loredex (2 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 497 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-31.

Related

Other skills, from other repositories

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

any-mcp

Use when an agent needs to read, search, create, edit, organize, upload, or chat with Anytype through the bounded any-mcp server. Covers safe tool selection, exact identifier chaining, optional toolsets, common PKM workflows, and the narrow anyr fallbacks for chat subscriptions and rich chat blocks.

stevelr/anytype · 68 tokens

fkf-learn

Stage verified fkf findings as reviewable wiki or project diffs. Use after a durable decision, pattern, status change, dead end, or skill lesson.

fmind/fkf · 37 tokens

unforgit-memory

Use Unforgit MCP tools as durable repository memory for decisions, conventions, gotchas, and playbooks.

MiguelMedeiros/unforgit · 27 tokens

cc-wiki

Distill the user's /.claude history into a Quartz knowledge base. Runs preprocess.py, dispatches parallel project-digest agents, then parallel cross-cutting synthesis agents (people / companies / projects / concepts / workflows / tools / playbooks), writes the spine, installs Quartz, and starts the dev server. Single…

tejpalv/cc-wiki · 76 tokens

kmd-ingest

The write protocol for a markdown knowledge base (Obsidian-compatible, the LLM-wiki pattern) — personal or shared. Use for EVERY write into the KB — distilling a new or scraped source, promoting a finished artifact/report/lesson into the KB, filing a durable learning, insight, or query answer, or correcting/updating…

yasik/kmd · 135 tokens