repo-development

repo-development is a skill for Claude Code, Codex from wefio/NodeMemoryGraph. It costs 32 tokens per session (2,177 once invoked), scanned A, original, MIT.

A repository-development skill for safely modifying, testing and committing an NMG repository. It defines evidence-based workflows, lifecycle rules and safeguards for shared project work.

In plain words
What is it for?
Use it for NMG code, tests, CI, packaging and repository-tooling changes, including targeted testing and release verification.
Why use it?
It helps prevent unsupported completion claims, unsafe changes, duplicate sources of truth and unverified releases.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/wefio/nodememorygraph/repo-development
Any agent
npx skills add wefio/NodeMemoryGraph --skill repo-development
Clone the repo
git clone --depth 1 https://github.com/wefio/NodeMemoryGraph

Made for: Claude Code, Codex.

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 repo-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/wefio/nodememorygraph/repo-development.svg)](https://agentmods.dev/skills/wefio/nodememorygraph/repo-development)
Your own site
<a href="https://agentmods.dev/skills/wefio/nodememorygraph/repo-development"><img src="https://agentmods.dev/badge/skills/wefio/nodememorygraph/repo-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,177 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00032 $0.02177
Opus 5 $0.00016 $0.01089
Sonnet 5 $0.00006 $0.00435
Haiku 4.5 $0.00003 $0.00218

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

Security

Grade A, and why

repo-development 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 2d 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.

skills/repo-development/SKILL.md · 162 lines

How it starts

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

Repository development

Keep the workflow small, evidence-based, and friendly to concurrent Agents.

Repository governance

  • Treat the repository as the Agent's working environment. When a recurring task is hard to route or verify, improve its existing owner, route, or Skill instead of adding a private workaround or another source of truth.
  • Treat an Agent completion claim as a proposal. Targeted tests, independent verification, clean CI, and—when the change crosses an external boundary—a real integration run determine whether the change holds. Each proof is scoped to what it actually measured.
  • Move work, PRs, decisions, guardrails, and releases only through their explicit lifecycle operations. Do not infer a state transition from phrases such as "done" or "ship it" and do not bypass its prerequisites.
  • Detect entropy aggressively: stale temporary work, expired guardrails, duplicate tests, unused compatibility layers, and superseded abstractions. Automatically remove only generated, cached, or explicitly expiring material; propose reviewable candidates before deleting source, history, public interfaces, issues, or pull requests.
  • Keep one authoritative writer for each fact. Observe or reference GitHub, Contracts, repository state, verification receipts, and NMG memory through their owning interfaces rather than mirroring them into a competing store.

Before editing

  1. Run npm run agent:context -- <target-path>. Positional paths route the explicit scope without consulting Git. Use --changed only when dirty Git paths should be added automatically; that mode requires working Git inspection. Treat unknown reconciliation as missing applicable evidence, and drifted as a request to inspect the reported declaration, snapshot, or verification mismatch. Neither status is an architectural verdict.
  2. Inspect git status --short; preserve unrelated changes and commit only your files.
  3. Read the returned owning design and the exact code you will modify. Experiments are evidence, not normative design.
  4. State a testable outcome. For defects and lifecycle work, write the failing behavior test first.
  5. Immediately before the first substantive file write, register one open in-flight goal on the repo-development Task Board channel. Its content contains only goal, approach, and scope; use one entry for the coherent task, not one per file or step. Follow the daemon ownership rules in nmg-memory, and retain the returned entry ID:

Read the full file on GitHub · 162 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. 2d ago Changed · +67 lines 7a7a881b1a71
  2. 5d ago First seen · 95 lines · 32 tokens per session scan A 177265cd44d9

Subscribe to this mod's changes

repo-development is a skill published in the GitHub repository wefio/NodeMemoryGraph (0 stars, last pushed yesterday), licensed MIT. It adds 32 tokens to every session and 2,177 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.