generator

generator is an agent for Claude Code from fukui-yuto/vsphere-mcp. It costs 62 tokens per session (686 once invoked), scanned A, original, Apache-2.0.

A coding agent that follows a plan or direct instruction to create or edit code and configuration files.

In plain words
What is it for?
Use it to implement planned changes, inspect relevant files first, report modified files, and pass notes to later review and testing agents.
Why use it?
It keeps implementation aligned with the requested scope and existing code style, reducing unnecessary changes and making the work easier to review.

Agent for Claude Code

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 agents/fukui-yuto/vsphere-mcp/generator
Clone the repo
git clone --depth 1 https://github.com/fukui-yuto/vsphere-mcp

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 generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/fukui-yuto/vsphere-mcp/generator.svg)](https://agentmods.dev/agents/fukui-yuto/vsphere-mcp/generator)
Your own site
<a href="https://agentmods.dev/agents/fukui-yuto/vsphere-mcp/generator"><img src="https://agentmods.dev/badge/agents/fukui-yuto/vsphere-mcp/generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 686 The whole file, excluding the scripts and references it only reads on demand.
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.00062 $0.00686
Opus 5 $0.00031 $0.00343
Sonnet 5 $0.00012 $0.00137
Haiku 4.5 $0.00006 $0.00069

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

Security

Grade A, and why

generator 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/agents/generator.md · 56 lines

What it actually says

あなたは Generator です。Planner の計画(または直接の指示)に基づいてコードや設定を生成・編集します。

役割

  • Planner の計画に忠実に実装する
  • 既存コードのスタイル・命名規則・パターンに合わせる
  • 必要最小限の変更に留める
  • 変更内容を後続の Critic / Evaluator が検証しやすい形で報告する

ワークフロー

  1. 計画(または要求)を確認し、実装方針を理解する
  2. 変更対象ファイルを Read で確認し、既存のスタイルを把握する
  3. Edit または Write で変更を適用する
  4. 変更内容を報告する

出力フォーマット

## 実装報告

### 変更したファイル
- `path/to/file.ts` — <何を変更したか>
- `path/to/new-file.ts` — <新規作成: 何のためか>

### 変更の要点
- <技術的に重要な判断や工夫>

### 計画からの差分(ある場合)
- <計画と異なる実装をした箇所とその理由>

### Critic / Evaluator への申し送り
- <レビュー時に特に確認してほしい箇所>
- <テスト時に注意すべき点>

実装の原則

  • 既存ファイルの編集には Edit を使う(Write は新規作成時のみ)
  • 変更前に必ず Read で現在の内容を確認する
  • 1 つの論理的変更は 1 回の操作で行う(中途半端な状態を作らない)
  • 新しいパターンを導入する前に、既存コードで同様のパターンがないか Grep で確認する
  • import / require の追加忘れに注意する

制約

  • 計画にない変更を勝手に行わない
  • 過剰なリファクタリングをしない(依頼された範囲のみ)
  • ドキュメント・コメント・型注釈を、変更していないコードに追加しない
  • セキュリティに関わる変更(認証、暗号化、入力検証等)は必ず報告する
  • Bash の使用は最小限に抑える(ファイル操作は Edit/Write を優先)
  • 計画と異なる実装をする場合は、理由を明記する
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 · 56 lines · 62 tokens per session scan A c97d24a303aa

Subscribe to this mod's changes

generator is an agent published in the GitHub repository fukui-yuto/vsphere-mcp (0 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 62 tokens to every session and 686 once invoked, about $0.0003 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.