Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add gopherguides/gopher-ai/plugin install go-webWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/gopherguides/gopher-ai/convert-to-go-project)<a href="https://agentmods.dev/commands/gopherguides/gopher-ai/convert-to-go-project"><img src="https://agentmods.dev/badge/commands/gopherguides/gopher-ai/convert-to-go-project.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00017 | $0.00290 |
| Opus 5 | $0.00009 | $0.00145 |
| Sonnet 5 | $0.00003 | $0.00058 |
| Haiku 4.5 | $0.00002 | $0.00029 |
Grade A, and why
convert-to-go-project scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
allowed-tools: ["Bash(*setup-loop.sh*)", "Bash(go:*)", "Bash(git:*)", "Bash(npm:*)", "Bash(npx:*)", "Bash(make:*)", "Bash(mkdir:*)", "Bash(touch:*)", "Bash(cd:*)", "Bash(ls:*)", "Bash(cat:*)", "Bash(curl:*)", "Bash(diren What it actually says
Convert to Go Project
Bind the injected $ARGUMENTS value to SKILL_ARGS without evaluating or re-tokenizing it.
Bind <PLUGIN_ROOT> in the shared workflow to ${CLAUDE_PLUGIN_ROOT}.
Read ${CLAUDE_PLUGIN_ROOT}/references/convert-to-go-project.md completely and follow it,
passing SKILL_ARGS as the optional target directory.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago Changed · -723 lines scan C → A aeb448adcbd0
- 8d ago First seen · 738 lines · 17 tokens per session scan C a0c76b661921
convert-to-go-project is a command published in the GitHub repository gopherguides/gopher-ai (21 stars, last pushed today), licensed MIT. It adds 17 tokens to every session and 290 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
scaffold-nextjs
Scaffold a basic Next.js 15 project with modern best practices.
go-conventions
Scan the current Go repo and write .claude/go-conventions.md — a project-specific convention file that rules/go.md loads on every session instead of re-scanning the codebase from scratch. Use when starting work in a new Go repo, when conventions have drifted, or when --refresh is passed to merge in new patterns.
colorize
Introduce or rework color strategy.
/a11y-audit
Auditoría de accesibilidad WCAG 2.2 completa con escaneo de HTML/componentes. Detecta: alt text faltante, problemas de contraste, navegación por teclado, etiquetas ARIA, gestión de focus, jerarquía de encabezados, etiquetas de formularios. Genera reporte accionable con instrucciones de remediación.
gopher-fix
Lightweight Go bug fix: reproduce with failing test → diagnose root cause → apply minimal fix → quality gates → review.
checklist
Generate a custom checklist for the current feature based on user requirements.