Search
Maps a repo into a context graph agents can read
Reads a repository and emits a context map, repo profile, architecture summary, dependency hotspots, and a symbol index - the files an agent needs to answer questions about a codebase it has never seen. Free tier.
What it does
Point it at a repository and it produces the artifacts an agent needs before it can be useful: a context map, a repo profile, an architecture summary, a dependency-hotspot list, and a symbol index.
This is the program the other twenty depend on - most of them read its context map rather than re-analyzing the repo. It runs on the free tier because a directory of agent tools where discovery costs money is a directory nobody explores.
What it emits
6 artifacts, every run. This list is generated from Iliad's program manifest, which its CI checks against the generators themselves — it is what the program actually writes, not a description of it.
context-map.jsonrepo-profile.yamlarchitecture-summary.mddependency-hotspots.mdsymbol-index.jsonrepo-run-stats.json
Listing a tool here
Listing is free and permanent, same as the app directory. If your tool can be called by an agent, it belongs here whether it is an MCP server, a REST endpoint, or a single generator buried in a larger toolbox.