simulator-ai-plugin CLAUDE.md

simulator-ai-plugin CLAUDE.md is an instructions file for coding agents from corezoid/simulator-ai-plugin. It costs 895 tokens per session, scanned A, original, MIT.

Repository instructions for working on the Simulator.Company plugin with Claude Code. The repository connects the Simulator.Company platform to Claude through tools and skills.

In plain words
What is it for?
It helps orient an agent before editing the repository, keep shared guidance in the right file, and verify Go changes with the project's build and checking commands.
Why use it?
It gives the coding agent the project layout, required reference files, house rules, and commands for checking changes.

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/corezoid/simulator-ai-plugin/claude-md
Clone the repo
git clone --depth 1 https://github.com/corezoid/simulator-ai-plugin
Per session 895 This file is loaded in full into every session.
When invoked 895 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.00895 $0.00895
Opus 5 $0.00447 $0.00447
Sonnet 5 $0.00179 $0.00179
Haiku 4.5 $0.00089 $0.00089

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

Security

Grade A, and why

simulator-ai-plugin 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 3d 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 · 55 lines

How it starts

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

CLAUDE.md

Guidance for Claude Code when working in the simulator-ai-plugin repository.

The canonical, tool-agnostic instructions live in AGENTS.md — repo overview, layout, commands, conventions, and gotchas. Read it first. This file only adds Claude Code–specific notes; keep substantive guidance in AGENTS.md to avoid drift.

Quick orientation

  • What it is: an MCP plugin connecting the Simulator.Company platform to Claude — a Go MCP server (plugins/simulator/mcp-server/) exposing the REST API as tools, plus 6 skills (plugins/simulator/skills/).
  • Design: docs/ARCHITECTURE.md.
  • Verify changes: make build && make vet from the repo root (make lint is available — golangci-lint v2, advisory: gosec clean, style backlog open).

Claude Code–specific notes

  • Skills. The simulator* skills here are the ones surfaced as /simulator, /simulator-graph, etc. When editing a skill's behaviour, edit its SKILL.md; if you change the frontmatter, regenerate discovery artifacts with make discovery (don't hand-edit public/). Write instructions in English and have Claude reply in the user's own language — never hardcode a non-English sentence for it to say. See the "Skill language" convention in AGENTS.md for the trilingual policy (en primary; uk/ru activation triggers and product aliases are the kept exceptions).
  • $CLAUDE_PLUGIN_ROOT = plugins/simulator/. Skills load reference docs as $CLAUDE_PLUGIN_ROOT/docs/entities/*.md. Those files must stay under plugins/simulator/docs/ (only the plugin dir is shipped on install). Contributor docs go in the repo-root docs/. Claude Code and Codex both resolve this exact token via text substitution at skill-load time; renaming it breaks doc loading on both hosts (anthropics/claude-code#48230, #47789, #44057). For AWS Kiro — which does no such substitution — install-kiro.sh and the release-zip generator hard-copy the skills and sed-replace the token with the absolute plugin path at install time.
  • MCP tools. When you add or rename a tool, update the MCP-tools table in the root README.md and §4 of docs/ARCHITECTURE.md.
  • Curated tools live in Go under internal/tools/<domain>.go (declared as typed Operations), not generated from a spec. The drift gate (internal/tools/testdata/papi-openapi.json) validates them against the backend.
  • Don't hand-edit generated files: public/* (use make discovery). Refresh the drift spec from pong-server (yarn dump-openapi), don't write it by hand.

Read the full file on GitHub · 55 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. 3d ago First seen · 55 lines · 895 tokens per session scan A e04fe5f6b2fb

Subscribe to this mod's changes

simulator-ai-plugin CLAUDE.md is an instructions file published in the GitHub repository corezoid/simulator-ai-plugin (60 stars, last pushed 6d ago), licensed MIT. It adds 895 tokens to every session, about $0.0045 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.