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/withkynam/vibecode-pro-max-kit/claude-mdgit clone --depth 1 https://github.com/withkynam/vibecode-pro-max-kitWrote 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.
[](https://agentmods.dev/instructions/withkynam/vibecode-pro-max-kit/claude-md)<a href="https://agentmods.dev/instructions/withkynam/vibecode-pro-max-kit/claude-md"><img src="https://agentmods.dev/badge/instructions/withkynam/vibecode-pro-max-kit/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.06795 | $0.06795 |
| Opus 5 | $0.03397 | $0.03397 |
| Sonnet 5 | $0.01359 | $0.01359 |
| Haiku 4.5 | $0.00679 | $0.00679 |
Grade A, and why
vibecode-pro-max-kit CLAUDE.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 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.
How it starts
The opening of the file, as written. The whole thing — 441 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Bootstrap Guard
If process/context/all-context.md does not exist, the harness has not been set up yet. (Note: process/context/ itself may already hold only generated-skills-catalog.json from install — that alone does NOT count as set up.) Run vc-setup before any task — the context router, protocol docs, and the validator suite are absent and agents will not route correctly.
Before Any Substantial Task
Always run:
find process/context/ -type f
find process/development-protocols/ -type f
Mandatory gate: Do not proceed to load any context file until both find commands have run and their full output has been read. Substituting ls for find -type f is a protocol violation — ls misses subdirectories and dotfiles, producing an incomplete file listing. Run the exact commands above, read their output, then proceed.
Then read @process/context/all-context.md and @process/development-protocols/all-development-protocols.md.
Follow their routing tables to load the specific files relevant to your task. Never hardcode file paths — always discover from the listing.
See process/context/all-context.md for project-specific coding preferences and conventions.
RIPER-5 Spec-Driven Development System
This project uses RIPER-5 methodology for systematic, spec-driven development. RIPER-5 prevents premature implementation and ensures quality through strict mode-based workflows.
Shared Development Protocols
Canonical shared workflow rules live in process/development-protocols/. Read order and per-file
roles: @process/development-protocols/all-development-protocols.md (router — now discoverable via
frontmatter). Notable sections: orchestration.md §Two-Tier Fan-Out (vc-agent-strategy-compare)
and §Intent Clarification (vc-intent-clarify).
Reference docs (harness methodology, not project-specific):
.claude/skills/vc-generate-plan/references/example-simple-prd.md- Reference for simple plan structure.claude/skills/vc-generate-plan/references/example-complex-prd.md- Reference for complex plan depth.claude/skills/vc-generate-phase-program/references/program-goal-charter-template.md- Program Goal Charter template for phase programs
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.
- 4d ago First seen · 441 lines · 6,795 tokens per session scan A 9c0b94386e68
vibecode-pro-max-kit CLAUDE.md is an instructions file published in the GitHub repository withkynam/vibecode-pro-max-kit (1,115 stars, last pushed 2mo ago), licensed MIT. It adds 6,795 tokens to every session, about $0.0340 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-30.
Other instructions, from other repositories
multiagent-template CLAUDE.md
Instructions for Neftedollar/multiagent-template, covering how to start (required for every session), 1. determine mode, 2. load context (depends on mode), 3. act and workspace structure.
multiagent-template copilot-instructions.md
Instructions for Neftedollar/multiagent-template, covering workspace structure, how to work in this repo, multi-agent pipeline, orchestrator role and escalate to human only for.
task-orchestrator CLAUDE.md
Instructions for jpicklyk/task-orchestrator, covering project: mcp task orchestrator, build commands, docker (most common), architecture and modes of operation.
agent-cli AGENTS.md
AGENTS.md instructions for VictorTomaili/agent-cli, covering agents.md, what this is, install / update / init, working in this checkout and conventions to preserve.
muggle-ai-teams CLAUDE.md
Instructions for multiplex-ai/muggle-ai-teams, covering claude.md, what this repo is, installation & setup, option a: npm (copies files to /.claude/) and option b: git clone (symlinks to /.claude/).
claude-flightdeck CLAUDE.md
Instructions for Maximumsoft-Co-LTD/claude-flightdeck, covering claude.md — ai-workflows (template repo), what this repo is, layout, rules for editing the template and adding a new preset.