For Docs
- Docs AI Search - Search documentation with AI in the search bar.
- Markdown Export - Append
.mdto any page URL for raw markdown.
- View
/llms.txtfor an index of the docs - It lists key pages with descriptions so agents can navigate to answers quickly.
For Development
Agent Skills
View or install/skill.md, a structured capability file that tells agents what they can do
with Light Protocol and ZK Compression. If you’re building with agents, start here.
Install or view dedicated agent skills:
| Use case | Skill |
|---|---|
| Build rent-free Solana programs with Light SDK (Anchor or Pinocchio). Includes router integration. | light-sdk |
| Use Light Token client SDKs (TypeScript and Rust) for mints, ATAs, transfers | light-token-client |
| Stream account state via Laserstream gRPC | data-streaming |
| Wallets and payment flows with light-token. Includes privy, wallet adapter, mobile wallet adapter signing. Optional nullifier to prevent your onchain instruction from being executed more than once. | payments-and-wallets |
| Airdrops, DePIN, token distribution | token-distribution |
| Anti-double-spend nullifiers for Privacy-preserving ZK programs | zk-nullifier |
| Testing programs and clients on localnet, devnet, mainnet | testing |
| For per-user state, DePIN nodes, and infrequently accessed app state with compressed PDAs | solana-compression |
| Help with Debugging and Questions via DeepWiki MCP | ask-mcp |
View all skills here: https://github.com/Lightprotocol/skills.All skills are included and are auto-discovered based on context. Ask about light-token, defi, payments, or program migration and the agent uses the relevant skill automatically.
- Claude Code
- Cursor
- Any Agent
Add the marketplace and install:
AI Prompts
Find ready-to-use AI prompts for your agent here and all guides.
MCP
The Model Context Protocol (MCP) is an open standard to connect AI apps to data sources and tools. The DeepWiki MCP server provides access to the Light Protocol repository with its search capabilities (AskDevin).Installation
- Claude Code
- Codex
- Most Clients (Windsurf, Cursor, ...)
DeepWiki MCP-Tools
- read_wiki_structure - Get a list of documentation topics for a GitHub repository
- read_wiki_contents - View documentation about a GitHub repository
- ask_question - Ask any question about the GitHub repository and get a context-grounded response
Alternative: DeepWiki Web
Alternative: DeepWiki Web
If you don’t have the MCP installed we recommend to use AskDevin in your browser.