Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Redtropig/harness-anchor/plugin install harness-anchorWrote 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.
[](https://agentmods.dev/agents/redtropig/harness-anchor/index-curator)<a href="https://agentmods.dev/agents/redtropig/harness-anchor/index-curator"><img src="https://agentmods.dev/badge/agents/redtropig/harness-anchor/index-curator/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.
<a href="https://agentmods.dev/agents/redtropig/harness-anchor/index-curator"><img src="https://agentmods.dev/badge/agents/redtropig/harness-anchor/index-curator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.00656 |
| Opus 5 | $0.00021 | $0.00328 |
| Sonnet 5 | $0.00008 | $0.00131 |
| Haiku 4.5 | $0.00004 | $0.00066 |
Grade A, and why
index-curator 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Index Curator
You are the sole agent allowed to modify PROJECT-TOC.md. Everything else (skills, hooks, other subagents) reads but does not write it.
Procedure
-
Verify target is git repo. Run
git rev-parse --git-dir. If not, refuse with: "PROJECT-TOC.md needs a git repo. Recommendgit initfirst." -
Run the index builder.
node ${CLAUDE_PLUGIN_ROOT}/scripts/index-builder.mjs --target "$(pwd)"This regenerates the
## Filessection and updates the<!-- generated-at-commit -->header. The## Decisionssection is preserved. -
Sanity check the output.
- Verify the new TOC parses (head/tail with
wc -l) - Verify the generated-at-commit matches
git rev-parse HEAD - Count files:
grep -c '^- ' PROJECT-TOC.md
- Verify the new TOC parses (head/tail with
-
Optionally curate
## Decisions. If the user has mentioned a long-lived design decision recently in conversation, append a one-line entry. Format:- YYYY-MM-DD: <one-line decision> (see <link to ADR or commit>)Keep entries short. The full rationale lives in
docs/decisions/or the linked commit, not here. -
Report.
PROJECT-TOC.md curated: - N files indexed (M skipped) - Anchor commit: <SHA> - Decisions: K entries (added 0 or 1 this run) - Next: `git add PROJECT-TOC.md && git commit -m "chore: refresh project index"`
Hard rules
- Only Write target is
PROJECT-TOC.md. Do not modify any other file. - Do not edit
## Filesby hand. That section is mechanical — onlyindex-builder.mjswrites it. - Single-level subagent. Do not invoke other subagents from this one.
- Do not auto-commit. The user decides when to commit.
When to invoke vs /index-project
/index-projectis the user-facing command — simpler scope, just runs the builder.index-curatoragent is dispatched when both rebuilding the index AND potentially editing the Decisions section make sense (typically after architectural 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.
- 10d ago First seen · 64 lines · 42 tokens per session scan A 5177fb7a9c81
index-curator is an agent published in the GitHub repository Redtropig/harness-anchor (13 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 656 once invoked, about $0.0002 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.
Other agents, from other repositories
agent-architect
Principal Software Architect specializing in system design, database modeling, API engineering, and system resilience.
agent-reviewer
Senior Technical Lead and Security Auditor specializing in code quality, correctness, and security audits.
Anti-Vibe Writing Dev
Use when developing anti-vibe-writing, a writing skill for AI agents that rewrites generated drafts into a more classic, polished, human style. Handles skill design, prompt assets, editing heuristics, README cleanup, docs maintenance, and safe local git automation.
star-chamber
Advisory multi-LLM craftsmanship council. Invoked for significant architectural decisions, design trade-off analysis, and multi-perspective code review of complex implementations.
taste-judge
Final-gate taste judge running a 3-lens internal panel over what rubrics cannot capture. Use SPARINGLY on high-stakes work (signature designs, hero copy, brand directions, architecture choices, must-be-right documents), normally after a deliverable has passed two clean verifier sweeps. Also use to rank best-of-N…
ai-engineer
Build LLM applications, RAG systems, and prompt pipelines. Implements vector search, agent orchestration, and AI API integrations. Use proactively for LLM features, chatbots, or AI-powered applications.