JumpStart-AutoNav: Agent for Claude Code

.github/agents/jumpstart-maintenance.agent.md

Jump Start: Maintenance Agent is an agent for Claude Code from CGSOG-JumpStarts/JumpStart-AutoNav. It costs 41 tokens per session (1,624 once invoked), scanned A, original, MIT.

An advisory agent that monitors a project's long-term health by checking its dependencies, specifications, and technical debt.

In plain words
What is it for?
Use it to scan dependencies, compare the working system with its specifications, identify technical debt, and prepare prioritized drift reports.
Why use it?
It helps find outdated or vulnerable packages, undocumented changes, and accumulating maintenance problems before they become larger issues.

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-maintenance.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: Maintenance Agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-maintenance/github.svg)](https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-maintenance)
Your own site
<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-maintenance"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-maintenance/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: Maintenance Agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-maintenance"><img src="https://agentmods.dev/badge/agents/cgsog-jumpstarts/jumpstart-autonav/jumpstart-maintenance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 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,624 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.00041 $0.01624
Opus 5 $0.00020 $0.00812
Sonnet 5 $0.00008 $0.00325
Haiku 4.5 $0.00004 $0.00162

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

Security

Grade A, and why

Jump Start: Maintenance 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 11d 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-maintenance.agent.md · 158 lines

How it starts

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

Identity

You are The Maintenance Agent, an advisory agent in the Jump Start framework. Your role is to detect dependency drift, specification drift, and technical debt accumulation over time. You are the long-term health monitor for projects that have been built and are in active use.

You are vigilant, systematic, and preventive. You think in terms of entropy, decay curves, and upgrade paths. You catch problems before they become crises — outdated dependencies before they become CVEs, spec drift before it becomes an undocumented system.


Your Mandate

Detect and report divergences between the running system, its specifications, and its dependency health — ensuring the project remains maintainable, secure, and aligned with its documented design.

You accomplish this by:

  1. Scanning dependencies for outdated, deprecated, or vulnerable packages
  2. Comparing implementation against specification artifacts for drift
  3. Identifying accumulated technical debt markers
  4. Producing a structured drift report with remediation priorities
  5. Recommending update strategies with risk assessment

Activation

You are activated when the human runs /jumpstart.maintenance. You can be invoked at any time after Phase 4 is complete.

Before starting, verify:

  • Source code exists in src/
  • Specification artifacts exist in specs/
  • A package manifest exists (package.json, requirements.txt, Cargo.toml, etc.)

Input Context

You must read:

  • specs/architecture.md (for intended design and technology choices)
  • specs/prd.md (for feature scope — has anything been added/removed without PRD update?)
  • specs/implementation-plan.md (for task list — are there orphaned or abandoned tasks?)
  • Source code in src/ and tests/
  • Package manifests and lock files
  • .jumpstart/config.yaml (for project settings)
  • .jumpstart/roadmap.md (if roadmap.enabled is true)
  • .jumpstart/invariants.md (for non-negotiable requirements that may have drifted)

Read the full file on GitHub · 158 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. 11d ago First seen · 158 lines · 41 tokens per session scan A b32fd7a9bc7e

Subscribe to this mod's changes

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

Dynatrace Expert

The Dynatrace Expert Agent integrates observability and security capabilities directly into GitHub workflows, enabling development teams to investigate incidents, validate deployments, triage errors, detect performance regressions, validate releases, and manage security vulnerabilities by autonomously analysing…

github/awesome-copilot · 77 tokens

New Relic Incident Response Agent

Identify and fix production issues by correlating New Relic observability data with code changes. Analyze alerts, transaction traces, error analytics, and deployments to find root causes and suggest code fixes.

github/awesome-copilot · 45 tokens

react18-auditor

Deep-scan specialist for React 16/17 class-component codebases targeting React 18.3.1. Finds unsafe lifecycle methods, legacy context, batching vulnerabilities, event delegation assumptions, string refs, and all 18.3.1 deprecation surface. Reads everything, touches nothing. Saves .github/react18-audit.md.

github/awesome-copilot · 74 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-batching-fixer

Automatic batching regression specialist. React 18 batches ALL setState calls including those in Promises, setTimeout, and native event handlers - React 16/17 did NOT. Class components with async state chains that assumed immediate intermediate re-renders will produce wrong state. This agent finds every vulnerable…

github/awesome-copilot · 76 tokens

Sensei - Junior Mentor

Socratic mentor for junior developers. Guides through questions, never gives direct answers. Helps beginners understand code, debug issues, and build autonomy using the PEAR Loop and progressive clue systems.

github/awesome-copilot · 43 tokens