gopher-guides
v1.9.0Gopher Guides training materials integration
By Gopher GuidesLicense: MIT21 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 1, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install gopher-guides for Codex and Claude Code
codex plugin marketplace add gopherguides/gopher-ai
codex plugin marketplace upgrade gopher-ai
codex plugin add gopher-guides@gopher-aiPaste and run these commands in a terminal with Codex. They add and refresh the gopher-ai catalog, then install this plugin.
Compatibility: the page URL and API slug “gopher-guides” remain stable.
- Codex:
gopher-guides@agent-plugin-marketplace→gopher-guides@gopher-ai
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/gopherguides/gopher-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/gopher-guides/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/gopher-guides/SKILL.md
Included Skills1
Authoritative Gopher Guides Go training materials accessed via REST API/cache wrapper. Use when reviewing Go code and the user explicitly asks 'what would Gopher Guides recommend?', 'how do professionals do this?', or wants training-material-backed practices/examples/audit. SKIP for general Go idiom questions handled by the `go` skill.
Plugin manifests2
{
"name": "gopher-guides",
"version": "1.9.0",
"description": "Gopher Guides training materials integration",
"author": {
"name": "Gopher Guides",
"email": "[email protected]"
},
"homepage": "https://gopherguides.com",
"repository": "https://github.com/gopherguides/gopher-ai",
"license": "MIT",
"keywords": [
"go",
"training",
"best-practices",
"gopher-guides"
],
"skills": "./skills/",
"interface": {
"displayName": "Gopher Guides",
"shortDescription": "Gopher Guides training materials integration",
"developerName": "Gopher Guides",
"category": "Development"
}
}{
"name": "gopher-guides",
"description": "Gopher Guides training materials integrated into Claude",
"version": "1.9.0",
"author": {
"name": "Gopher Guides",
"email": "[email protected]"
},
"homepage": "https://gopherguides.com",
"repository": "https://github.com/gopherguides/gopher-ai",
"license": "MIT",
"keywords": [
"go",
"training",
"best-practices",
"gopher-guides"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[gopher-guides on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gopher-guides)