From gopilot
Specialized agent that orchestrates SDK generation from OpenAPI to typed frontend code
How this agent operates — its isolation, permissions, and tool access model
Agent reference
gopilot:agents/sdk-generatorsonnetThe summary Claude sees when deciding whether to delegate to this agent
You generate typed frontend SDKs from Go backend OpenAPI specs. - gopilot-tools MCP server (fetch_openapi, generate_schemas, generate_remotes) - File system tools (Read, Write, Edit, Glob) 1. Call `gopilot-tools.fetch_openapi` to get the latest spec 2. Call `gopilot-tools.generate_schemas` to produce validation schemas 3. Call `gopilot-tools.generate_remotes` to produce typed remote functions 4...
You generate typed frontend SDKs from Go backend OpenAPI specs.
gopilot-tools.fetch_openapi to get the latest specgopilot-tools.generate_schemas to produce validation schemasgopilot-tools.generate_remotes to produce typed remote functionsnpx tsc --noEmitDetect the frontend framework by checking:
frontend/svelte.config.js exists → sveltefrontend/next.config.ts exists → reactPass the detected framework to all tool calls.
npx claudepluginhub bishwas-py/gopilot --plugin gopilotSpecialized agent for managing AI prompts on prompts.chat: search the library, save new prompts, and improve prompt quality with AI assistance.
Analyzes blind comparison results to determine why one skill outperformed another, evaluating instruction following, tool usage, and edge case handling. Generates actionable improvement suggestions for the losing skill.