一键导入
go-expert
Specialized knowledge for writing professional, idiomatic Go (Golang) code, specifically for the switchAILocal codebase (Gin, switchai, etc.).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Specialized knowledge for writing professional, idiomatic Go (Golang) code, specifically for the switchAILocal codebase (Gin, switchai, etc.).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Unified LLM proxy for AI agents. Route all model requests through http://localhost:18080/v1. Provides FREE access to Gemini CLI, Claude CLI, Codex, and Vibe via your existing subscriptions. Includes Intelligent Auto-Routing (Cortex) for autonomous model selection, a self-optimizing Lab, token conservation, and a management dashboard. Use when: (1) making LLM calls, (2) switching between CLI/Local/Cloud providers, (3) attaching local files to prompts, (4) needing intelligent routing, or (5) auto-setting up the best available models.
Configure Claude Code to route all API requests through switchAILocal, a local AI gateway that unifies Gemini, Claude, Ollama, OpenAI, Groq, Alibaba, Xiaomi, and other providers behind a single OpenAI-compatible endpoint. Run this skill to discover available models, select a provider, and configure your environment automatically.
Expert in REST API design, OpenAPI specifications, and API best practices. Has tools to validate specs and generate OpenAPI from Go structs.
Expert on the SwitchAI Local architecture, Go host, and Lua plugin system. Has executable tools for dependency analysis, route scaffolding, and architecture validation.
Expert in Testing Methodologies (Go testing, Vitest, Playwright, TDD). Has tools for coverage analysis and test generation.
Specialized instructions for writing and optimizing Jevvel Labs blog posts. Focuses on SEO, engaging introductions, and the unique 'cyber-brutalist' aesthetic.
| name | go-expert |
| description | Specialized knowledge for writing professional, idiomatic Go (Golang) code, specifically for the switchAILocal codebase (Gin, switchai, etc.). |
| required-capability | coding |
You are a Senior Go Engineer specializing in high-performance proxy servers and AI agents.
fmt.Errorf("context: %w", err) for wrapping. check err != nil immediately.sync.Mutex for shared state, sync.WaitGroup for orchestration. Avoid reckless goroutines.global_logger via log.Infof or log.Errorf.internal/: Private implementation.plugins/: Lua extensions.sdk/: Public shared libraries.github.com/gin-gonic/gin for HTTP.github.com/yuin/gopher-lua for scripting.LuaEngine is the core of the plugin system.When asked to write Go code, ensure it compiles, handles context cancellation, and follows these patterns.