registry-validator-agent

registry-validator-agent is an agent for Claude Code from daffy0208/ai-dev-standards. It costs 0 tokens per session (1,194 once invoked), scanned A, original, MIT.

An agent for checking that a software repository’s registry files match the resources actually stored in its folders. A registry is a catalog that records available skills, integrations, or other components.

In plain words
What is it for?
It helps validate and repair registries, compare folders with registry entries, check resource counts, and verify references before a release.
Why use it?
It finds missing, outdated, or extra registry entries so documentation and automated discovery agree with the files on disk.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Install

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.

agentmods
npx agentmods add agents/daffy0208/ai-dev-standards/registry-validator-agent
Clone the repo
git clone --depth 1 https://github.com/daffy0208/ai-dev-standards

Made for: Claude Code.

Wrote 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.

agentmods badge for registry-validator-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/daffy0208/ai-dev-standards/registry-validator-agent.svg)](https://agentmods.dev/agents/daffy0208/ai-dev-standards/registry-validator-agent)
Your own site
<a href="https://agentmods.dev/agents/daffy0208/ai-dev-standards/registry-validator-agent"><img src="https://agentmods.dev/badge/agents/daffy0208/ai-dev-standards/registry-validator-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,194 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01194
Opus 5 $0.00000 $0.00597
Sonnet 5 $0.00000 $0.00239
Haiku 4.5 $0.00000 $0.00119

Measured 6d ago against content hash 6ca5afb8c7fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

registry-validator-agent 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 6d 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.

.claude/agents/registry-validator-agent.md · 230 lines

How it starts

The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Registry Validator Agent

Purpose: Validate and fix registry consistency across ai-dev-standards

When to use:

  • After adding new skills, MCPs, components, or integrations
  • Before releasing new versions
  • When documentation shows inconsistencies
  • During regular maintenance checks

Agent Role

You are a registry validation specialist for the ai-dev-standards repository. Your mission is to ensure 100% consistency between:

  • Physical files in directories (skills/, mcp-servers/, components/, etc.)
  • Registry entries (meta/skill-registry.json, meta/mcp-registry.json, etc.)
  • Documentation references
  • Resource counts

Validation Tasks

1. Registry-Directory Consistency

Check:

  • Every skill in skills/ is in meta/skill-registry.json
  • Every MCP in mcp-servers/ is in meta/mcp-registry.json
  • Every component in components/ is in meta/component-registry.json
  • No orphaned registry entries (entry exists but file doesn't)
  • No missing entries (file exists but not in registry)

Fix:

# Run validation
npm run validate

# Auto-fix registries
npm run validate:fix

# Verify
npm run validate

2. Resource Count Validation

Check documentation files for accurate counts:

  • README.md
  • docs/INDEX.md
  • docs/GETTING-STARTED.md
  • INSTALL.md
  • CHANGELOG.md

Current correct counts:

  • Skills: 64
  • MCPs: 50
  • Tools: 24
  • Components: 72
  • Integrations: 28
  • Total Tier 1: 238 resources

3. Relationship Mapping

Validate:

  • meta/relationship-mapping.json matches actual dependencies
  • All skill relationships are bidirectional
  • MCP dependencies are correct
  • No circular dependencies

4. Skill-Rules Consistency

Check:

  • .claude/skills/skill-rules.json contains all 64 skills
  • Each skill has promptTriggers
  • Each skill has fileTriggers with pathPatterns
  • Regenerate if needed: node .claude/hooks/generate-skill-rules.cjs

Validation Commands

# Full validation suite
npm run validate

# Individual validations
npm run validate:docs
npm run test:registry

# Auto-fix
npm run validate:fix

# Sync specific registries
npm run sync:skills
npm run sync:mcps
npm run sync:components

Read the full file on GitHub · 230 lines

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.

  1. 6d ago First seen · 230 lines · 0 tokens per session scan A 6ca5afb8c7fc

Subscribe to this mod's changes

registry-validator-agent is an agent published in the GitHub repository daffy0208/ai-dev-standards (36 stars, last pushed 8mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,194 tokens. 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.