> 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/projetos/projects.md).

# Visão Geral dos Projetos

A Superteam Brasil constrói bens públicos para o ecossistema Solana. Nosso trabalho open-source abrange ferramentas para desenvolvedores, padrões de protocolo, plataformas educacionais e implementações de referência.

Com 9 repositórios no GitHub, mantemos 6 projetos principais -- cada um voltado para uma lacuna na experiência do desenvolvedor Solana.

## Projetos Principais

| Projeto                                                               | Descrição                                                              |
| --------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [solana-claude](/projetos/solana-claude.md)                           | Configuração do Claude Code para desenvolvimento full-stack em Solana  |
| [Superteam Academy](/projetos/superteam-academy.md)                   | Sistema de gestão de aprendizado on-chain com credenciais verificáveis |
| [Wiki](/projetos/wiki.md)                                             | Hub de conhecimento trilíngue da Superteam Brasil                      |
| [Solana Vault Standard](/projetos/solana-vault-standard.md)           | Interface padronizada de vaults para Solana (sRFC 40)                  |
| [Solana Stablecoin Standard](/projetos/solana-stablecoin-standard.md) | Interface padronizada para emissão e gestão de stablecoins             |
| [Solana Game Skill](/projetos/solana-game-skill.md)                   | Pacote de skill do Claude Code para jogos em Unity e mobile na Solana  |

## Projetos de Apoio

| Projeto                                                          | Descrição                                             |
| ---------------------------------------------------------------- | ----------------------------------------------------- |
| [solana-glossary](/projetos/other-projects.md#solana-glossary)   | Glossário completo de terminologia Solana             |
| [solana-skills](/projetos/other-projects.md#solana-skills)       | Coleção de pacotes de skill para o Claude Code        |
| [solana-dev-skill](/projetos/other-projects.md#solana-dev-skill) | Skill base do Claude Code para desenvolvimento Solana |

Todos os repositórios estão disponíveis na [organização solanabr no GitHub](https://github.com/solanabr).


---

# 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:

```
GET https://wiki.superteam.com.br/projetos/projects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
