Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "tech-docs-writer" agent in my project. Repository: https://github.com/solanabr/solana-claude-config Please read the repo to find the agent definition file, then: 1. Download it to the correct location (.claude/agents/ or project root) 2. Include any companion files or templates it references 3. Explain what the agent does and how to invoke it
Description
Technical documentation specialist for Solana blockchain projects. Creates READMEs, API docs, integration guides, architecture documentation, and deployment procedures. Use when: Writing project documentation, API references, integration guides, or any developer-facing documentation for Solana projects.
Overview
What problem this solves, key features
Usage
Code examples, common patterns
Code Examples
Always include: • Anchor examples (most common) • Frontend TypeScript examples (@solana/kit) • Rust client examples (for backend integrations) `typescript // Example: Calling initialize instruction const tx = await program.methods .initialize() .accounts({ vault: vaultPda, authority: wallet.publicKey, systemProgram: SystemProgram.programId, }) .rpc(); `
Features
• Feature 1 • Feature 2
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
