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.
npx agentmods add instructions/vector233/repo-continuity/agents-mdgit clone --depth 1 https://github.com/vector233/repo-continuityWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00995 | $0.00995 |
| Opus 5 | $0.00498 | $0.00498 |
| Sonnet 5 | $0.00199 | $0.00199 |
| Haiku 4.5 | $0.00100 | $0.00100 |
Grade A, and why
repo-continuity AGENTS.md 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.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
This repository develops and distributes Repo Continuity. The core product knowledge-base payload lives under template/; opt-in vendor overlays live under adapters/. This maintenance repository intentionally does not keep a second root zettelkasten/.
Repository Structure
template/: canonical files copied into downstream projects.adapters/: canonical opt-in Codex and Claude Code model-routing overlays.skills/repo-continuity/: companion Agent Skill and bootstrap tooling.scripts/validate_distribution.py: end-to-end distribution contract.docs/: maintainer and publishing documentation.examples/: fictional initialized-project walkthroughs.
Cross-Agent Collaboration Contract
AGENTS.mdis the canonical shared instruction file. Codex reads it directly;CLAUDE.mdimports it for Claude Code.- Shared behavior belongs in repository files, not chat history, vendor memory, or tool-local state.
- Vendor-specific files are adapters only. Keep requirements, workflow semantics, validation, and handoff rules vendor-neutral.
Repo Continuityis the product display name. Keep therepo-continuitySkill ID and.repo-continuity-templatepayload marker stable unless a separately approved compatibility plan changes them. The legacyai-collaboration-workflowID and marker may appear only in explicit migration guidance or compatibility checks.- Keep the Quick Start release tag, payload baseline, distribution validator version, and Companion Skill
DEFAULT_REFidentical. Never describe an installation as pinned while its bootstrap defaults to a moving branch. - The downstream core must remain usable with Markdown and Git alone. Companion-Skill scripts are optional automation and must not be copied into or required by
template/. - Optional vendor adapters must stay outside
template/, require explicit installation opt-in, and preserve the user's root-session model unless a separately approved profile says otherwise. - Downstream workflow feedback is opt-in, evidence-backed, sanitized, and user-approved before publication. Never add telemetry or automatic cross-project collection.
- Large requirements use bounded decomposition: prefer an external Epic, Issue, or Milestone; otherwise allow one thin local Initiative above independent child WORK records. Preserve one stable WORK per branch-bound delivery, forbid recursive Initiative or parent-WORK trees, and keep child status and validation authoritative in each WORK.
- When workflow behavior changes, align the canonical payload, Skill, documentation, examples, and validation as applicable.
- Never put repository-specific release, publishing, or maintenance material in
template/.
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.
- 2d ago First seen · 66 lines · 995 tokens per session scan A 67485afdc072
repo-continuity AGENTS.md is an instructions file published in the GitHub repository vector233/repo-continuity (5 stars, last pushed 15d ago), licensed MIT. It adds 995 tokens to every session, about $0.0050 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.
Other instructions, from other repositories
vibe-log-cli CLAUDE.md
Instructions for vibe-log/vibe-log-cli, covering claude code - vibe-log cli development notes, project architecture overview, key technologies, core directory structure and main components.
mcp-better-vibe-kanban CLAUDE.md
Claude Code instructions for yigitkonur/mcp-better-vibe-kanban, covering claude.md, what this is, build & run, http transport (default port 3000) and environment variables.
jjj AGENTS.md
Instructions for doug/jjj, covering agent instructions, before you write anything, read this first, house rules and verifying changes to this repository.
project-os-for-codex AGENTS.md
Instructions for herry2059/project-os-for-codex, covering ai contributor rules, product truth, architecture and security, development workflow and agent integration contract.
AmbyKit CLAUDE.md
Instructions for ambystechcom/AmbyKit, covering claude code — notes for the ambykit repo and claude-specific.
nextjs-skills CLAUDE.md
Instructions for mohamed-hossam1/nextjs-skills: All contribution rules — style, naming, file layout, verification — live in AGENTS.md. Read that first.