Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/ArtemioPadilla/agent-triforcenpx agentmods add skills/artemiopadilla/agent-triforce/reindexWrote 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/skills/artemiopadilla/agent-triforce/reindex)<a href="https://agentmods.dev/skills/artemiopadilla/agent-triforce/reindex"><img src="https://agentmods.dev/badge/skills/artemiopadilla/agent-triforce/reindex/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/skills/artemiopadilla/agent-triforce/reindex"><img src="https://agentmods.dev/badge/skills/artemiopadilla/agent-triforce/reindex.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.00455 |
| Opus 5 | $0.00021 | $0.00228 |
| Sonnet 5 | $0.00008 | $0.00091 |
| Haiku 4.5 | $0.00004 | $0.00046 |
Grade A, and why
reindex 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.
What it actually says
Rebuild the codebase knowledge index.
Follow these steps:
SIGN IN:
- Run the SIGN IN checklist from your agent file
- Check if
docs/codebase-index.jsonexists (rebuild vs fresh build)
INDEX:
- Use
tools/codebase-indexer.pyif available, otherwise perform manual indexing:python3 tools/codebase-indexer.py --output docs/codebase-index.json - If manual indexing is needed, scan
src/recursively:- For each file, extract:
- Module path (relative to project root)
- Language (from extension)
- Exported functions/classes with signatures
- Import statements (to build dependency graph)
- File size (lines of code)
- For each file, extract:
- Cross-reference with
TECH_DEBT.md:- Flag files mentioned in tech debt entries as hotspots
- Cross-reference with
docs/reviews/:- Flag files with recent security findings
- Build the dependency graph:
- Module A imports Module B -> edge from A to B
- Identify circular dependencies
- Identify orphan modules (not imported by any other module)
VERIFY:
TIME OUT — Index Verification (DO-CONFIRM):
- All
src/files indexed (count matchesfind src/ -type f | wc -l) - Exported symbols extracted for each file
- Dependency graph has no missing nodes (every import resolves to a file)
- Tech debt hotspots flagged
- Index file is valid JSON
- Build time under 60 seconds for up to 500 files
SIGN OUT: 6. Report index summary: file count, symbol count, dependency edge count, hotspot count 7. Note if circular dependencies were found 8. Run the SIGN OUT checklist from your agent file
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.
- 12d ago First seen · 54 lines · 42 tokens per session scan A 9d373b8954ef
reindex is a skill published in the GitHub repository ArtemioPadilla/agent-triforce (3 stars, last pushed 5mo ago), licensed MIT. It adds 42 tokens to every session and 455 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-31.
Other skills, from other repositories
lembas
Use between workflow phases or when context feels bloated. Writes a structured checkpoint capturing task, findings, files, state, and next steps, then continues from that summary instead of the full history. Invoke standalone or automatically between quest phases.
cross-task-learner
Enable agent loops to learn from similar past tasks and share patterns across loops.
ralph-memory
Manage Al semantic memory entries — list, query, and clear lessons learned across loop iterations.
session-explore
Investigate past AI session activity with cited catalog search, timelines, tool analytics, and bounded comparisons across providers.
session-harvest
Extract cited decisions, requirements, risks, entities, and relationships from session history and review exact candidate versions before memory promotion.
ralph-reflect
View and manage agent loop reflections and episodic memory.