vibecode-pro-max-kit CLAUDE.md

vibecode-pro-max-kit CLAUDE.md is an instructions file for coding agents from withkynam/vibecode-pro-max-kit. It costs 6,795 tokens per session, scanned A, original, MIT.

Project instructions for using CLAUDE.md and a specification-driven development process. They define setup checks, required context files, and shared rules before substantial coding work.

In plain words
What is it for?
Use them when setting up or working in the referenced project, especially before a substantial task that depends on its context and development protocols.
Why use it?
They prevent the agent from starting with missing project context or skipping required preparation. This helps keep work consistent with the project's established process.

Instructions file

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 instructions/withkynam/vibecode-pro-max-kit/claude-md
Clone the repo
git clone --depth 1 https://github.com/withkynam/vibecode-pro-max-kit

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 vibecode-pro-max-kit CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/withkynam/vibecode-pro-max-kit/claude-md.svg)](https://agentmods.dev/instructions/withkynam/vibecode-pro-max-kit/claude-md)
Your own site
<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>
Per session 6,795 This file is loaded in full into every session.
When invoked 6,795 The same file — it is already loaded in full.
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 $0.06795 $0.06795
Opus 5 $0.03397 $0.03397
Sonnet 5 $0.01359 $0.01359
Haiku 4.5 $0.00679 $0.00679

Measured 4d ago against content hash 9c0b94386e68, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 441 lines

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

Read the full file on GitHub · 441 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 · 441 lines · 6,795 tokens per session scan A 9c0b94386e68

Subscribe to this mod's changes

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.

Related

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.

Neftedollar/multiagent-template · 1,295 tokens

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.

Neftedollar/multiagent-template · 744 tokens

task-orchestrator CLAUDE.md

Instructions for jpicklyk/task-orchestrator, covering project: mcp task orchestrator, build commands, docker (most common), architecture and modes of operation.

jpicklyk/task-orchestrator · 4,722 tokens

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.

VictorTomaili/agent-cli · 950 tokens

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/).

multiplex-ai/muggle-ai-teams · 1,105 tokens

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.

Maximumsoft-Co-LTD/claude-flightdeck · 1,657 tokens