sebastienrousseau

Agtmls Audit — Security skill for Claude Code

Security community

Audit the registry for routing decay, spec drift, and stale artifacts.

How to install Agtmls Audit

Installs to ~/.claude/skills/sebastienrousseau-agtmls-agtmls-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sebastienrousseau-agtmls-agtmls-audit && curl -fsSL https://raw.githubusercontent.com/sebastienrousseau/agtmls/HEAD/commands/agtmls-audit.md -o ~/.claude/skills/sebastienrousseau-agtmls-agtmls-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agtmls Audit does


description: Audit the registry for routing decay, spec drift, and stale artifacts. license: MIT

Run the full gate, then look for what it cannot see.

python3 scripts/agtmls.py check
python3 scripts/check-skill-collisions.py
python3 scripts/agtmls.py audit --all --strict
python3 scripts/agtmls.py stats

The gate proves data is consistent. It does not prove the catalog is *good*. Read the ranked collision list whole: pairs climbing past 0.50 are the early warning that two descr

Alternatives in Security

  • Maestro Knowledge — Intent-driven knowledge-store and Run knowledge lifecycle management — audit/prune, stage candidates (with sig 530 ★
  • OpenTag — Open-source, channel-native agent gateway for Slack 499 ★
  • Spec Check — Audit GWT acceptance test specs for implementation leakage 149 ★

Full documentation available on GitHub

View Source Repository