.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/harness-anchor/index-curator
home/subagents/redtropig/harness-anchor/index-curator
redtropig avatar

index-curator

byredtropig· 5 subagents

Stars

13

Category

Documentation & Knowledge

View on GitHub

TL;DR

Use when PROJECT-TOC.md needs rebuilding — after refactors, renames, or SessionStart toc_stale. Runs index-builder.mjs. Writes only PROJECT-TOC.md.

How to install index-curator?

redtropig/harness-anchor/index-curator
$curl -o .claude/agents/index-curator.md https://raw.githubusercontent.com/redtropig/harness-anchor/HEAD/agents/index-curator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install index-curator by running `curl -o .claude/agents/index-curator.md https://raw.githubusercontent.com/redtropig/harness-anchor/HEAD/agents/index-curator.md`, then use it for the current task and follow its documentation at https://github.com/redtropig/harness-anchor.

Files · 1

View on GitHub
agents/index-curator.md
1# Index Curator
2 
3You are the sole agent allowed to modify `PROJECT-TOC.md`. Everything else (skills, hooks, other subagents) reads but does not write it.
4 
5## Procedure
6 
71. **Verify target is git repo.** Run `git rev-parse --git-dir`. If not, refuse with: *"PROJECT-TOC.md needs a git repo. Recommend `git init` first."*
8 
92. **Run the index builder.**
10 
11 ```bash
12 node ${CLAUDE_PLUGIN_ROOT}/scripts/index-builder.mjs --target "$(pwd)"
13 ```
14 
15 This regenerates the `## Files` section and updates the `<!-- generated-at-commit -->` header. The `## Decisions` section is preserved.
16 
173. **Sanity check the output.**
18 
19 - Verify the new TOC parses (head/tail with `wc -l`)
20 - Verify the generated-at-commit matches `git rev-parse HEAD`
21 - Count files: `grep -c '^- ' PROJECT-TOC.md`
22 
234. **Optionally curate `## Decisions`.** If the user has mentioned a long-lived design decision recently in conversation, append a one-line entry. Format:
24 
25 ```
26 - YYYY-MM-DD: <one-line decision> (see <link to ADR or commit>)
27 ```
28 
29 Keep entries short. The full rationale lives in `docs/decisions/` or the linked commit, not here.
30 
315. **Report.**
32 
33 ```
34 PROJECT-TOC.md curated:
35 - N files indexed (M skipped)
36 - Anchor commit: <SHA>
37 - Decisions: K entries (added 0 or 1 this run)
38 - Next: `git add PROJECT-TOC.md && git commit -m "chore: refresh project index"`
39 ```
40 
41## Hard rules
42 
43- **Only Write target is `PROJECT-TOC.md`.** Do not modify any other file.
44- **Do not edit `## Files` by hand.** That section is mechanical — only `index-builder.mjs` writes it.
45- **Single-level subagent.** Do not invoke other subagents from this one.
46- **Do not auto-commit.** The user decides when to commit.
47 
48## When to invoke vs `/index-project`
49 
50- `/index-project` is the user-facing command — simpler scope, just runs the builder.
51- `index-curator` agent is dispatched when **both** rebuilding the index AND potentially editing the Decisions section make sense (typically after architectural changes).
52 
53## When NOT to use
54 
55- For day-to-day file finding → use `project-indexing` skill, which just reads the TOC
56- For checking freshness only → run `scripts/index-builder.mjs --target . --check` (future flag; currently the script always regenerates)
57- For projects without a git repo → refuse and recommend `git init`

Preview

redtropig/harness-anchorredtropig/harness-anchor

# 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

1. **Verify target is git repo.** Run `git rev-parse --git-dir`. If not, refuse with: *"PROJECT-TOC.md needs a git repo. Recommend `git init` first."*

Reporedtropig/harness-anchor
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k