sebastienrousseau

Agtmls — Development skill for Claude Code

Development community

Run the local AgtMLS registry health check.

How to install Agtmls

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

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

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

What Agtmls does


description: Run the local AgtMLS registry health check. license: MIT

Run from the AgtMLS checkout:

python3 scripts/agtmls.py status

For a consumer repo, include the target agent layout:

python3 scripts/agtmls.py status --target /path/to/repo --agent codex --skills-only

Alternatives in Development

  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
  • External Tools Health — External Tools Health Check 402 ★
  • Health — claude-health Health check and wellness dashboard for Claude Code sessions 327 ★

Full documentation available on GitHub

View Source Repository