MCP (Model Context Protocol) servers, AI tools, and agent skills built on go-faster technologies.
| Tool | Description |
|---|---|
| ssh-mcp | MCP server exposing SSH, SFTP, and other operations as agent tools (Docker support included) |
| grafana-dashboard-mcp | MCP server for building, verifying, and exporting Grafana dashboards using the Grafana Foundation SDK (Docker support included) |
| opencode-handoff-mcp | MCP server for delegating coding tasks to opencode agents and monitoring their sessions |
The MCP servers expose predefined prompts that can be invoked by AI agents:
| Server | Prompt | Description |
|---|---|---|
ssh-mcp |
troubleshoot-ssh |
Provides instructions on how to use SSH tools to debug a remote machine |
grafana-dashboard-mcp |
design-dashboard |
Guides the agent through metric discovery, RED/USE dashboard design, query verification, and export |
Agent skills (slash commands) that can be installed into AI coding assistants.
| Skill | Description |
|---|---|
| jx | Correct, high-performance JSON encoding/decoding with github.com/go-faster/jx |
| golang-refactor-tools | Mechanical Go rewrites with gofmt -r, gopatch, rsc.io/rf, and eg |
Install with skills.sh CLI (works with any Agent Skills-compatible tool):
npx skills add https://github.com/go-faster/gooners --all
# or a single skill:
npx skills add https://github.com/go-faster/gooners --skill jxClaude Code
/plugin marketplace add go-faster/goonersOr clone and install manually:
git clone https://github.com/go-faster/gooners.git ~/.claude/skills/goonersOpenCode
git clone https://github.com/go-faster/gooners.git ~/.agents/skills/goonersOpenCode auto-discovers skills from .agents/skills/, .opencode/skills/, and .claude/skills/.
Cursor
git clone https://github.com/go-faster/gooners.git ~/.cursor/skills/goonersCursor auto-discovers skills from .agents/skills/ and .cursor/skills/.
Codex (OpenAI)
git clone https://github.com/go-faster/gooners.git ~/.agents/skills/goonersCodex auto-discovers skills from ~/.agents/skills/ and .agents/skills/.