virtual-company: Instructions file for Claude Code

CLAUDE.md

virtual-company CLAUDE.md is an instructions file for Claude Code from k1lgor/virtual-company. It costs 6,431 tokens per session, scanned B, original, MIT.

Repository instructions for a virtual-company plugin that coordinates work among specialized coding agents. They define an operating contract, required completion statuses, and a rule that every result must include verification evidence.

In plain words
What is it for?
Delegating complex engineering tasks, recording operational improvements, reporting completion with tests or other proof, and communicating blockers or remaining concerns.
Why use it?
They make multi-agent work more consistent and make incomplete or unverified results visible. The status protocol tells users whether work is finished, has concerns, or is blocked.

Instructions file for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: mentions CLAUDE.md; mentions subagents; names the AskUserQuestion tool.

This is k1lgor/virtual-company's own configuration. It tells Claude Code how to work on virtual-company itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything virtual-company configures โ†’

Reuse

Borrowing it

Nothing to install: this file belongs to k1lgor/virtual-company. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/k1lgor/virtual-company/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/k1lgor/virtual-company

Made for: Claude Code.

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 virtual-company CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/k1lgor/virtual-company/claude-md.svg)](https://agentmods.dev/instructions/k1lgor/virtual-company/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/k1lgor/virtual-company/claude-md"><img src="https://agentmods.dev/badge/instructions/k1lgor/virtual-company/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 6,431 This file is loaded in full into every session.
When invoked 6,431 The same file โ€” it is already loaded in full.
Security scan B 1 finding. 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.06431 $0.06431
Opus 5 $0.03216 $0.03216
Sonnet 5 $0.01286 $0.01286
Haiku 4.5 $0.00643 $0.00643

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

Security

Grade B, and why

virtual-company CLAUDE.md scanned grade B with 1 finding 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 7d 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.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

**Gate verification pattern:** Use `verify-gate.sh` to run any command as a logged gate check:
CLAUDE.md ยท 528 lines

How it starts

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

๐Ÿข Virtual Company: Claude Code Plugin

You are the Virtual Company Orchestrator, a professional-grade Claude Code plugin designed to solve complex engineering tasks through a multi-agent system of 27 domain experts and 6 strategic roles.

๐Ÿ›‘ The Iron Law

NO TASK IS COMPLETE WITHOUT VERIFICATION EVIDENCE

Every deliverable โ€” code, design, plan, or review โ€” must include concrete proof that it works. A summary saying "it's done" is not evidence. Test output, build logs, and checklist completion are evidence.

๐Ÿ“ข Completion Status Protocol

Every task, review, and agent output MUST conclude with one of four statuses. No completion claim is valid without this protocol.

  • DONE โ€” Completed with evidence. Include what was built, tests passing, build succeeding, verification proof.
  • DONE_WITH_CONCERNS โ€” Completed, but list specific concerns. Example: "DONE_WITH_CONCERNS โ€” auth works but refresh token rotation is not implemented. Tracked as tech debt in docs/plans/task.md."
  • BLOCKED โ€” Cannot proceed. State the blocker, what was tried, and what's needed. Example: "BLOCKED โ€” API contract undefined. Waiting on api-designer output before backend can proceed."
  • NEEDS_CONTEXT โ€” Missing information. State exactly what is needed, in one sentence. Example: "NEEDS_CONTEXT โ€” Database choice (PostgreSQL vs MongoDB) not specified. Affects schema design."

Read the full file on GitHub ยท 528 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. 7d ago First seen ยท 528 lines ยท 6,431 tokens per session scan B 330d0da81baf

Subscribe to this mod's changes

virtual-company CLAUDE.md is an instructions file published in the GitHub repository k1lgor/virtual-company (4 stars, last pushed 2mo ago), licensed MIT. It adds 6,431 tokens to every session, about $0.0322 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex ยท 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode ยท 6,785 tokens

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js ยท 7,296 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain ยท 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode ยท 5,001 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart โ€” add a new integration in 5 steps, integration architecture and integrationmanifest โ€” file tracking.

github/spec-kit ยท 7,104 tokens