skill-refresh

skill-refresh is a command for Claude Code, GitHub Copilot from neo4j-contrib/neo4j-skills. It costs 0 tokens per session (2,069 once invoked), scanned A, original, MIT.

A maintenance workflow for Neo4j skills and reference files. Neo4j is a graph database, which stores connected entities and relationships, and release notes describe changes in each software version.

In plain words
What is it for?
Use it to scan Neo4j and Graph Data Science release sources, record relevant version changes, and update stale SKILL.md and reference files.
Why use it?
It helps find outdated syntax, removed features, deprecated APIs, and missing updates before they make the skills unreliable. It outputs file edits without creating commits or pull requests.

Command for Claude CodeGitHub Copilot

Written for Claude Code and GitHub Copilot: shipped in a Claude Code plugin, but also a Copilot chat mode or prompt. Also seen: mentions Claude Code; mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/lint_skills.py.

Part of the neo4j-skills plugin — 29 skills, 1 command shipped together

Good fit Use it to scan Neo4j and Graph Data Science release sources, record relevant version changes, and update stale SKILL.md and reference files.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/neo4j-contrib/neo4j-skills
agentmods
npx agentmods add commands/neo4j-contrib/neo4j-skills/skill-refresh

Made for: Claude Code, GitHub Copilot.

Or install neo4j-skills, the plugin that ships this one along with the rest of its 29 skills, 1 command.

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 skill-refresh

README.md
[![agentmods](https://agentmods.dev/badge/commands/neo4j-contrib/neo4j-skills/skill-refresh/github.svg)](https://agentmods.dev/commands/neo4j-contrib/neo4j-skills/skill-refresh)
Your own site
<a href="https://agentmods.dev/commands/neo4j-contrib/neo4j-skills/skill-refresh"><img src="https://agentmods.dev/badge/commands/neo4j-contrib/neo4j-skills/skill-refresh/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 skill-refresh

Your own site · 80×15
<a href="https://agentmods.dev/commands/neo4j-contrib/neo4j-skills/skill-refresh"><img src="https://agentmods.dev/badge/commands/neo4j-contrib/neo4j-skills/skill-refresh.svg" alt="Reviewed on agentmods" width="80" 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 2,069 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.00000 $0.02069
Opus 5 $0.00000 $0.01035
Sonnet 5 $0.00000 $0.00414
Haiku 4.5 $0.00000 $0.00207

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

Security

Grade A, and why

skill-refresh 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 4d 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/prompts/skill-refresh.md · 160 lines

How it starts

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

Neo4j Skills Refresh

You are running inside a headless Claude Code session in the neo4j-skills repository. Goal: scan Neo4j release notes and deprecation pages, then update any SKILL.md and references/ files that are stale, outdated, or missing new features. Open no PRs or commits — output only file edits. The workflow will handle git and PR creation.


Step 1 — Fetch release signals

Fetch and read each source. Extract: new syntax, deprecated APIs, removed features, version bumps, new config options, new tools/libraries. Note the source URL and Neo4j (or GDS) version for each finding.

Release notes / changelogs:

Deprecation and removal pages:

For each finding, note:

  • What changed (new / deprecated / removed / renamed)
  • Which Neo4j (or GDS) version introduced it
  • Which skill(s) it likely affects

Step 2 — Map findings to skills

Discover skills dynamically:

ls -d neo4j-*-skill/

For each affected skill, read its SKILL.md and any linked references/ files before making changes.


Step 3 — Fetch supporting docs

For each finding that affects a skill, fetch the relevant section of the actual Neo4j docs to get precise new syntax, parameter names, and examples before editing. Do not guess API shape from release note summaries alone.

Doc roots:

Read the full file on GitHub · 160 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. 4d ago First seen · 160 lines · 0 tokens per session scan A 421522f4a86b

Subscribe to this mod's changes

skill-refresh is a command published in the GitHub repository neo4j-contrib/neo4j-skills (109 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,069 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-09-07.