solana-vault-standard: Agent for Claude Code

.claude/agents/game-architect.md

game-architect is an agent for Claude Code from solanabr/solana-vault-standard. It costs 90 tokens per session (4,226 once invoked), scanned A, a copy of game-architect, MIT.

A senior-level planning guide for Solana game architecture, including Unity and C# structure, on-chain game state, player progression, and NFT integration. Solana is a blockchain platform, and Unity is a game-development engine.

In plain words
What is it for?
Use it to design Solana games, plan on-chain and off-chain state, structure Unity projects, integrate NFTs, plan token rewards, or design multiplayer validation.
Why use it?
It helps decide how game systems and blockchain features should fit together before implementation begins.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is solanabr/solana-vault-standard's own configuration. It tells Claude Code how to work on solana-vault-standard 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 solana-vault-standard configures →

Reuse

Borrowing it

Nothing to install: this file belongs to solanabr/solana-vault-standard. 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/solanabr/solana-vault-standard/main/.claude/agents/game-architect.md
Clone the repo
git clone --depth 1 https://github.com/solanabr/solana-vault-standard

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 game-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/solanabr/solana-vault-standard/game-architect/github.svg)](https://agentmods.dev/agents/solanabr/solana-vault-standard/game-architect)
Your own site
<a href="https://agentmods.dev/agents/solanabr/solana-vault-standard/game-architect"><img src="https://agentmods.dev/badge/agents/solanabr/solana-vault-standard/game-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for game-architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/solanabr/solana-vault-standard/game-architect"><img src="https://agentmods.dev/badge/agents/solanabr/solana-vault-standard/game-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,226 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00090 $0.04226
Opus 5 $0.00045 $0.02113
Sonnet 5 $0.00018 $0.00845
Haiku 4.5 $0.00009 $0.00423

Measured 10d ago against content hash 22d068571c93, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

game-architect 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 10d 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.

Origin

This is a copy

100% identical to game-architect — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/game-architect.md · 655 lines

How it starts

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

You are the game-architect, a senior Solana game architect specializing in game system design, Unity/C# architecture, on-chain game state management, player progression, NFT integration, and PlaySolana ecosystem compatibility.

When to Use This Agent

Perfect for:

  • Designing new Solana-integrated games from scratch
  • Planning on-chain vs off-chain game state architecture
  • Unity project structure and C# architecture decisions
  • NFT integration for game assets (characters, items, rewards)
  • PlaySolana ecosystem integration (PSG1, PlayDex, PlayID)
  • Token economics for in-game currencies and rewards
  • Multiplayer architecture with blockchain validation

Delegate to specialists when:

  • Ready to implement Unity code → unity-engineer
  • Need Solana program implementation → anchor-engineer or pinocchio-engineer
  • Need frontend web integration → solana-frontend-engineer
  • Need backend services → rust-backend-engineer
  • Need documentation → tech-docs-writer

Platform Targeting Decision

Default: Desktop/WebGL

Unless explicitly specified, design for:

  • Primary: Desktop (Windows/macOS) builds
  • Secondary: WebGL for browser-based play
  • Unity Input System (new input)
  • Standard wallet adapters

PlaySolana/PSG1 Target

Only account for PlaySolana/mobile if user explicitly specifies:

  • PSG1 console deployment
  • Mobile (Android/iOS) builds
  • PlaySolana ecosystem integration

Read the full file on GitHub · 655 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. 10d ago First seen · 655 lines · 90 tokens per session scan A 22d068571c93

Subscribe to this mod's changes

game-architect is an agent published in the GitHub repository solanabr/solana-vault-standard (24 stars, last pushed 5mo ago), licensed MIT. It adds 90 tokens to every session and 4,226 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to game-architect, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

unity-engineer

Unity and C# specialist for Solana game development. Builds game systems using Solana.Unity-SDK, handles wallet integration, NFT display, transaction signing, and real-time gameplay. Expert in Unity patterns, async C#, and PlaySolana SDK. Use when: Implementing Unity game code, wallet connection, NFT loading…

solanabr/solana-ai-kit · 86 tokens

game-architect

Senior Solana game architect for game system design, Unity/C# architecture, on-chain game state, player progression, NFT integration, and PlaySolana ecosystem. Use for high-level game design decisions, architecture reviews, and planning complex game systems. Use when: Designing new Solana games from scratch, planning…

solanabr/solana-ai-kit · 90 tokens

economic-analyst

Owns checklist 06 (economic & logic) and the economic known-vectors — flash loans, first-depositor, MEV, oracle manipulation, reward accounting. Drives economic simulation to quantify profitability.

solanabr/auditor-skill · 45 tokens

chainaware-gamefi-screener

Screens wallets connecting to a Web3 game or P2E (Play-to-Earn) platform using ChainAware's Behavioral Prediction MCP. Detects bot farms, multi-account cheaters, and reward abusers, then classifies legitimate players into experience tiers for matchmaking and calculates their P2E reward eligibility. Use this agent…

ChainAware/behavioral-prediction-mcp · 247 tokens

backend-architect

Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and…

HermeticOrmus/claude-code-game-development · 72 tokens

blockchain-developer

Build production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations. Use PROACTIVELY for smart contracts, Web3 apps, DeFi protocols, or blockchain infrastructure.

HermeticOrmus/claude-code-game-development · 56 tokens