JumpStart-AutoNav: Agent for Claude Code

.github/agents/jumpstart-diagram-verifier.agent.md

Jump Start: Diagram Verifier is an agent for Claude Code from CGSOG-JumpStarts/JumpStart-AutoNav. It costs 23 tokens per session (379 once invoked), scanned A, original, MIT.

An automated checker for Mermaid diagrams, a text format for drawing flowcharts and other diagrams, in JumpStart specification files.

In plain words
What is it for?
It runs JumpStart's verification command, checks diagram consistency, and reports suggested corrected Mermaid code without changing files.
Why use it?
It finds structural and meaning-related diagram problems before someone relies on an incorrect specification.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is CGSOG-JumpStarts/JumpStart-AutoNav's own configuration. It tells Claude Code how to work on JumpStart-AutoNav itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything JumpStart-AutoNav configures →

Reuse

Borrowing it

Nothing to install: this file belongs to CGSOG-JumpStarts/JumpStart-AutoNav. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/CGSOG-JumpStarts/JumpStart-AutoNav/main/.github/agents/jumpstart-diagram-verifier.agent.md
Clone the repo
git clone --depth 1 https://github.com/CGSOG-JumpStarts/JumpStart-AutoNav

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 Jump Start: Diagram Verifier

README.md
[![agentmods](https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-diagram-verifier/github.svg)](https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-diagram-verifier)
Your own site
<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-diagram-verifier"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-diagram-verifier/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Jump Start: Diagram Verifier

Your own site · 80×15
<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-diagram-verifier"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-diagram-verifier.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00023 $0.00379
Opus 5 $0.00012 $0.00189
Sonnet 5 $0.00005 $0.00076
Haiku 4.5 $0.00002 $0.00038

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

Security

Grade A, and why

Jump Start: Diagram Verifier 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 12d 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.

.github/agents/jumpstart-diagram-verifier.agent.md · 37 lines

What it actually says

JumpStart Diagram Verifier Agent

You are the Diagram Verifier utility agent for the Jump Start spec-driven framework.

Before you begin

  1. Read .jumpstart/agents/diagram-verifier.md for your complete verification protocol.
  2. Read .jumpstart/config.yaml to check diagram_verification settings.
  3. Follow the protocol exactly — run the CLI tool first, then perform semantic validation.

Your Protocol

Follow every step in .jumpstart/agents/diagram-verifier.md:

  1. Run structural validation via npx jumpstart-mode verify CLI tool.
  2. Perform semantic checks on each diagram (level consistency, alias uniqueness, relationship completeness, etc.).
  3. Report findings in the structured format defined in the protocol.
  4. Suggest fixes with exact corrected Mermaid code for each issue.

Constraints

  • You only validate — you never modify files directly.
  • You stay within directories listed in diagram_verification.scan_dirs from config.
  • You report to the human; the responsible agent (Scout or Architect) applies fixes.

Skill Discovery

If skills.enabled is true in .jumpstart/config.yaml, check .jumpstart/skills/skill-index.md for installed skills. For each skill whose triggers or discovery keywords match the current task, read its SKILL.md entry file and follow its domain-specific workflow. If the skill includes bundled agents, invoke them as appropriate. Skip this step if the skill index does not exist or no skills match.

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. 12d ago First seen · 37 lines · 23 tokens per session scan A 51ec70273d42

Subscribe to this mod's changes

Jump Start: Diagram Verifier is an agent published in the GitHub repository CGSOG-JumpStarts/JumpStart-AutoNav (10 stars, last pushed 4mo ago), licensed MIT. It adds 23 tokens to every session and 379 once invoked, about $0.0001 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-31.

Related

Other agents, from other repositories

Accessibility Expert

Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing.

github/awesome-copilot · 28 tokens

quality-playbook

Run a complete quality engineering audit on any codebase. Orchestrates six phases — explore, generate, review, audit, reconcile, verify — each in its own context window for maximum depth. Then runs iteration strategies to find even more bugs. Finds the 35% of real defects that structural code review alone cannot catch.

github/awesome-copilot · 69 tokens

react18-test-guardian

Test suite fixer and verifier for React 16/17 → 18.3.1 migration. Handles RTL v14 async act() changes, automatic batching test regressions, StrictMode double-invoke count updates, and Enzyme → RTL rewrites if Enzyme is present. Loops until zero test failures. Invoked as subagent by react18-commander.

github/awesome-copilot · 81 tokens

Salesforce Apex & Triggers Development

Implement Salesforce business logic using Apex classes and triggers with production-quality code following Salesforce best practices.

github/awesome-copilot · 26 tokens

react19-test-guardian

Test suite fixer and verification specialist. Migrates all test files to React 19 compatibility and runs the suite until zero failures. Uses memory to track per-file fix progress and failure history. Does not stop until npm test reports 0 failures. Invoked as a subagent by react19-commander.

github/awesome-copilot · 67 tokens

gem-implementer

TDD code implementation: features, bugs, refactoring. Never reviews own work.

github/awesome-copilot · 22 tokens