loredex-product

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

A product-wide dashboard and briefing tool for projects stored in a shared dex, meaning a collection of connected project notes and records. It combines project status, team handoffs, and cross-project risks into a product summary.

In plain words
What is it for?
It is for creating a product status brief, showing each project's next step, tracking handoffs between teams, and reporting possible cross-project risks or duplicate coverage.
Why use it?
It reduces the need to inspect every project separately to understand overall progress, dependencies, contradictions, and duplicated work.

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 It is for creating a product status brief, showing each project's next step, tracking handoffs between teams, and reporting possible cross-project risks or duplicate coverage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ahmedtawfeeq1/loredex/loredex-product
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-product
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-product

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahmedtawfeeq1/loredex/loredex-product"><img src="https://agentmods.dev/badge/skills/ahmedtawfeeq1/loredex/loredex-product.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 468 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.00080 $0.00468
Opus 5 $0.00040 $0.00234
Sonnet 5 $0.00016 $0.00094
Haiku 4.5 $0.00008 $0.00047

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

Security

Grade A, and why

loredex-product 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.

plugin/skills/loredex-product/SKILL.md · 35 lines

What it actually says

/loredex-product

npx -y loredex@latest curate --product [--objective "<text>"] [--refresh-stale] [--dry-run] [-y]

Ask the objective first if the user has one (steers the narrative); without it the LLM derives the product's objective from the material.

What one run does:

  1. Pulls the dex remote so teammates' latest notes and handoffs are included.
  2. Deterministic dashboard (works with --no-llm too): per-project state table (notes, last activity, active topics, stale counts, Start-Here-brief freshness), the flow table of open/consumed handoffs between teams with age, and cross-project reference edges.
  3. LLM reduce over the per-project Start Here briefs + recent notes: product narrative, one-line state + next step per project, a cross-project reading order, and report-only risks/contradictions and duplicate-coverage findings (e.g. two projects describing the same API field differently). Nothing is auto-stamped across project boundaries — surface the findings to the user and let them judge.
  4. Writes Start Here - Product.md at the dex root (linked from the Home index), commits, and pushes.

--refresh-stale re-curates any project whose own brief is missing or older than its newest note before the reduce — use it when the per-project briefs haven't been kept up. Cost note: unchanged projects reuse their existing briefs, so runs are incremental.

Show the dashboard + any risks/duplicates to the user with --dry-run first, then apply with -y after they confirm — same choreography as every other loredex write.

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 · 35 lines · 80 tokens per session scan A e898f949acb7

Subscribe to this mod's changes

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