> For the complete documentation index, see [llms.txt](https://wiki.superteam.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.superteam.com.br/en/projects/solana-game-skill.md).

# Solana Game Skill

**GitHub**: [solanabr/solana-game-skill](https://github.com/solanabr/solana-game-skill) **Status**: Active development **Maintained by**: @kauenet

## Overview

A Claude Code skill package for Unity and mobile Solana game development. Provides specialized agents, commands, and coding rules for building blockchain games — from on-chain state design to client-side rendering.

## Features

### Unity/C# Rules

Enforced .NET coding standards tailored for Unity game development with Solana integration:

* PascalCase/camelCase conventions for Unity components
* Serialized field patterns for Inspector configuration
* MonoBehaviour lifecycle ordering
* Solana.Unity SDK integration patterns

### Game Architect Agent

High-level game design with on-chain awareness:

* On-chain state planning and account structure design
* NFT integration for in-game assets
* Token economy design
* Game loop architecture with blockchain interactions

### Unity Engineer Agent

Implementation-level Unity/C# development:

* Solana.Unity SDK usage patterns
* Wallet connection flows in Unity
* Transaction building from C# clients
* Account deserialization for game state

### Mobile Engineer Agent

Cross-platform mobile game development:

* React Native with Expo for Solana mobile games
* Mobile wallet adapter integration
* Platform-specific optimizations for iOS and Android

### PlaySolana Ecosystem

Integration with the PlaySolana gaming infrastructure:

* PSG1 compatibility
* PlaySolana SDK patterns
* Multiplayer on-chain state synchronization

## Tech Stack

* Claude Code
* Unity
* C#
* React Native


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.superteam.com.br/en/projects/solana-game-skill.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
