loredex-agent-ops

loredex-agent-ops is a skill for Claude Code from ahmedtawfeeq1/loredex. It costs 84 tokens per session (1,013 once invoked), scanned A, original, MIT.

A manager for an agent-ops dex: a structured index of clients, AI-agent deployments, conversation pipelines, stages, and supporting data. A pipeline is a staged sequence of interactions an agent follows.

In plain words
What is it for?
Use it to add clients, pipelines, agents, and stages; tag clients; generate agent tooling from workspace.yml; and check fleet health.
Why use it?
It keeps a client fleet in a fixed layout, so client, pipeline, agent, and stage information is easier to maintain consistently.

Skill for Claude Code

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

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

Good fit Use it to add clients, pipelines, agents, and stages; tag clients; generate agent tooling from workspace.yml; and check fleet health.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahmedtawfeeq1/loredex/loredex-agent-ops"><img src="https://agentmods.dev/badge/skills/ahmedtawfeeq1/loredex/loredex-agent-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,013 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.00084 $0.01013
Opus 5 $0.00042 $0.00507
Sonnet 5 $0.00017 $0.00203
Haiku 4.5 $0.00008 $0.00101

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

Security

Grade A, and why

loredex-agent-ops 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-agent-ops/SKILL.md · 71 lines

How it starts

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

/loredex-agent-ops

An agent-ops dex holds a fleet of client AI-agent deployments with a fixed, validated layout (spec: docs/DEX-SPEC.md in the loredex repo):

projects/<client>/
  pipelines/<pipeline>/          # staged conversation flow
    _persona.md  _general_instructions.md  _actions.curls.yaml  _settings.export.yaml
    stages/NN_<stage>/           # strict 01..N; every file repeats the NN_ prefix
      NN_enter_condition.md  NN_stage_instructions.md  NN_followup.md  NN_actions.curls.yaml
  agents/<agent>/                # same four _ files, NO stages/
  knowledge_tables/*.csv         # grounding data
  automation_workflows/*.json    # raw workflow exports — never rewrite these
  _inbox/                        # client intake pending consumption
  _randoms/                      # keep-anyway; where routed markdown lands
  workspace.yml                  # committed, secret-free agent tooling

Commands (all npx -y loredex@latest …)

Task Command
New client new client <name> --manager <m> --tags <a,b>
New pipeline / agent new pipeline <client> <name> · new agent <client> <name>
New stage (appends NN) new stage <client> <pipeline> <name>
Insert a stage new stage <client> <pipeline> <name> --before NN (renumbers later stages via git mv)
Client roster + tags clients · clients tag <client> <tag...> · untag · set-tags
Generate agent tooling workspace <client> — writes gitignored .mcp.json / .claude/settings.json / AGENTS.md from workspace.yml
Verify tooling (CI) workspace <client> --check (non-zero exit on drift/missing env)
Fleet health doctor — schema lints, secret scan, fleet summary table

Rules to follow

  • Never create folders inside projects/<client>/ by hand — the schema is owned by loredex new, and doctor errors on violations (missing stage files, numbering gaps, NN prefix mismatches, agents with stages/).
  • Secrets never go in workspace.yml — reference them as ${ENV_VAR}; workspace expands from the environment at generate time. If doctor flags a committed secret-looking string, tell the user to rotate it (git history keeps it forever).
  • Definition files (_persona.md, stage .md files) are frontmatter + body: settings in frontmatter, instructions in the body. Raw exports (.yaml/.json under automation_workflows/, _settings.export.yaml) are machine truth — never rewrite.
  • New material from the client that has no home yet goes in _inbox/; consuming it means moving it to its proper place (a knowledge table, a stage file) and telling the user what changed.
  • Research/analysis markdown you produce still follows the base /loredex frontmatter convention — on agent-ops dexes the router files it into the client's _randoms/.

Read the full file on GitHub · 71 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. 11d ago First seen · 71 lines · 84 tokens per session scan A bbf1063ffd19

Subscribe to this mod's changes

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