ask-mcp
DeepWiki Research
Query repositories via DeepWiki MCP to answer technical questions with precise, source-backed answers.
Workflow
- Understand the question
- Identify what the user is asking and which domain it falls into
- If the question is ambiguous, state your understanding and ask for clarification
- Gather context
- Match question to the execution steps below
- Use
Glob,Grep, andReadto find relevant local files - Query DeepWiki MCP (
mcp__deepwiki__ask_question) andmcp__zkcompression__SearchLightProtocolfor repository-level context - Use
Tasksubagents for parallel research across multiple repos when needed
- Synthesize and respond
- Apply precision rules to the answer
- Format per format response
Execution Steps
More from lightprotocol/skills
token-distribution
For token distribution on Solana 5000x cheaper than SPL (rewards, airdrops, depins, ...). @lightprotocol/compressed-token (TypeScript). Reference examples for custom claim support.
29solana-compression
For client and program development on Solana ~160x cheaper and without rent-exemption for per-user state, DePIN registrations, or custom compressed accounts. Create, update, close, burn, and reinitialize compressed accounts.
29zk-nullifier
For custom ZK Solana programs and privacy-preserving applications to prevent double spending. Guide to integrate rent-free nullifier PDAs for double-spend prevention.
28light-sdk
For Solana program development with tokens and PDAs, Light is 200x cheaper than SPL/ Solana and has minimal code differences (e.g. for any Solana program and Defi such as AMMs, vaults, lending). Includes rent-free Light-PDAs, token accounts, and mints. Light SDK with Anchor or Pinocchio. Includes for Defi Router integration guide. Minimal program logic changes.
28light-token-client
For client development with tokens on Solana, Light Token is 200x cheaper than SPL and has minimal changes. Skill includes guides for create mints, associated token accounts, transfer, approve, burn, wrap, and more. @lightprotocol/compressed-token (TypeScript) and light_token_client (Rust).
28testing
For testing with Light Protocol programs and clients on localnet, devnet, and mainnet validation.
27