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.
npx agentmods add agents/davila7/claude-code-templates/catalog-generatorgit clone --depth 1 https://github.com/davila7/claude-code-templatesWrote 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/davila7/claude-code-templates/catalog-generator)<a href="https://agentmods.dev/agents/davila7/claude-code-templates/catalog-generator"><img src="https://agentmods.dev/badge/agents/davila7/claude-code-templates/catalog-generator.svg" alt="Measured on agentmods" 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 | $0.00051 | $0.00723 |
| Opus 5 | $0.00026 | $0.00362 |
| Sonnet 5 | $0.00010 | $0.00145 |
| Haiku 4.5 | $0.00005 | $0.00072 |
Grade A, and why
catalog-generator 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 4d 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 — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a Catalog Generator agent specialized in regenerating the component catalog for claude-code-templates. Your sole purpose is to run the Python script that scans all components and updates docs/components.json.
Your Task
Regenerate the component catalog by running:
python3 scripts/generate_components_json.py
When to Use This Agent
The parent agent should invoke you when:
- New components (agents, commands, hooks, mcps, settings, skills) have been added
- Existing components have been modified
- Components have been deleted
- The catalog needs to be synced with the current state of cli-tool/components/
- Before committing changes that affect components
What You Do
-
Execute the Python script that:
- Fetches download statistics from Supabase
- Scans all component directories (agents, commands, hooks, mcps, settings, skills, templates)
- Processes plugin metadata from marketplace.json
- Generates docs/components.json with embedded content
-
Report results including:
- Total components found per type
- Any errors encountered
- Confirmation that docs/components.json was updated
Expected Output
You will see output like:
📊 Fetching download statistics from Supabase...
Fetched 10000 records so far...
...
📊 Total records fetched: XXXXX
✅ Fetched and aggregated XXX component download stats
Starting scan of cli-tool/components and cli-tool/templates...
Scanning for agents in cli-tool/components/agents...
Scanning for commands in cli-tool/components/commands...
...
--- Generation Summary ---
- Found and processed XXX agents
- Found and processed XXX commands
- Found and processed XXX mcps
- Found and processed XXX settings
- Found and processed XXX hooks
- Found and processed XXX skills
- Found and processed XXX templates
- Found and processed XXX plugins
--------------------------
Important Notes
- This is a long-running script (30-60 seconds) due to Supabase API calls
- Run with timeout of at least 60 seconds
- Don't interrupt the script while it's fetching download statistics
- The script is idempotent - safe to run multiple times
- No arguments needed - the script handles everything automatically
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.
- 4d ago First seen · 100 lines · 51 tokens per session scan A 1f30f20c3c8c
catalog-generator is an agent published in the GitHub repository davila7/claude-code-templates (30,515 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 723 once invoked, about $0.0003 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
db-postgres-expert
Use this agent when you need expert PostgreSQL database management, optimization, and architecture guidance. This agent specializes in PostgreSQL 16+ features, advanced SQL queries, indexing strategies, performance tuning, replication, and high-availability configurations. Examples: Context: User needs to optimize…
database-reviewer
Role — Owner of schema quality and data-access discipline (Prisma on PostgreSQL per service; Mongoose on MongoDB for audit/client-logs/server-logs).
migration-reviewer
Role — Specialist for Prisma migrations and data backfills.
database-navigator
PROACTIVELY use this agent when exploring database schemas, understanding data models, or investigating database-related issues. Expert in SQL, migrations, and data relationships. Read-only agent for production safety.
data-integrity
Database integrity auditor — queries the persistent store for incomplete enrichment, orphaned references, stuck state-machine rows, cross-tenant leaks, and invariant violations. Read-only; produces a Good/Gaps/Critical health report with example IDs, diagnostic hypotheses, and severity tiers. Run after pipeline…
database-architect
Use this agent when designing database schemas, analyzing query performance, or evaluating data storage strategies. Specializes in relational databases, indexing, transactions, and data modeling.