Skip to content

go-faster/gooners

Repository files navigation

gooners

MCP (Model Context Protocol) servers, AI tools, and agent skills built on go-faster technologies.

Tools

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

Prompts

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

Skills

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

🚀 Installing skills

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 jx
Claude Code
/plugin marketplace add go-faster/gooners

Or clone and install manually:

git clone https://github.com/go-faster/gooners.git ~/.claude/skills/gooners
OpenCode
git clone https://github.com/go-faster/gooners.git ~/.agents/skills/gooners

OpenCode auto-discovers skills from .agents/skills/, .opencode/skills/, and .claude/skills/.

Cursor
git clone https://github.com/go-faster/gooners.git ~/.cursor/skills/gooners

Cursor auto-discovers skills from .agents/skills/ and .cursor/skills/.

Codex (OpenAI)
git clone https://github.com/go-faster/gooners.git ~/.agents/skills/gooners

Codex auto-discovers skills from ~/.agents/skills/ and .agents/skills/.

About

Go-on'ers. MCP servers, AI tools, and agent skills built on go-faster technologies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages