Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add gopherguides/gopher-ai --skill convert-to-go-projectgit clone --depth 1 https://github.com/gopherguides/gopher-aiWrote 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/skills/gopherguides/gopher-ai/convert-to-go-project)<a href="https://agentmods.dev/skills/gopherguides/gopher-ai/convert-to-go-project"><img src="https://agentmods.dev/badge/skills/gopherguides/gopher-ai/convert-to-go-project/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gopherguides/gopher-ai/convert-to-go-project"><img src="https://agentmods.dev/badge/skills/gopherguides/gopher-ai/convert-to-go-project.svg" alt="Reviewed on agentmods" width="80" 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.00073 | $0.00278 |
| Opus 5 | $0.00036 | $0.00139 |
| Sonnet 5 | $0.00015 | $0.00056 |
| Haiku 4.5 | $0.00007 | $0.00028 |
Grade A, and why
convert-to-go-project scanned grade A with 0 findings 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 7d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Convert to Go Project
Invocation Argument Binding
Bind the optional target directory to SKILL_ARGS before reading the shared workflow. For an
explicit Codex invocation, use only the text following the exact qualified
$go-web:convert-to-go-project token. Otherwise, derive the target directory from the
activating request. Preserve the text literally, trim only surrounding whitespace, and never
evaluate it as shell code or read it from an environment variable.
Plugin Resource Resolution
<PLUGIN_ROOT> denotes the absolute path to the go-web plugin directory. Resolve it before
reading any shared resource: start from the absolute path of this selected SKILL.md and
ascend two directories (skills/convert-to-go-project to the plugin root).
Read <PLUGIN_ROOT>/references/convert-to-go-project.md completely and follow it with
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.
- 7d ago First seen · 25 lines · 73 tokens per session scan A 40dc25cc8228
convert-to-go-project is a skill published in the GitHub repository gopherguides/gopher-ai (21 stars, last pushed today), licensed MIT. It adds 73 tokens to every session and 278 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
engram-dashboard-htmx
HTMX and templ interaction rules for the Engram dashboard. Trigger: Any change to htmx attributes, partial updates, forms, or server-rendered browser UI.
add-permission
Add a permission constant across backend and frontend.
nextjs-typescript-tailwindcss-supabase
Full-stack Next.js 14 development with TypeScript, TailwindCSS, and Supabase for building production-ready web applications.
rails
Rails version: Ruby version: Architecture: Full-stack (Hotwire)|API-only|Hybrid Database: PostgreSQL (ALWAYS for production) Jobs: Sidekiq|Solid Queue|Good Job Real-time: Action Cable|Turbo Streams|None Auth: Devise|hassecurepassword|Rails 8 built-in Assets: Propshaft + Import Maps|esbuild|Vite.
orchardcore-crestapps-resources
Skill for CrestApps resource-management extensions in Orchard Core. Covers the shared registered scripts and stylesheets, local asset and CDN fallback behavior, resource names, dependency consumption, and safe Razor registration. Use this skill when requests mention CrestApps shared resources, Orchard Core resource…
vite-patterns
Use when configuring or optimizing Vite (laravel-vite-plugin) asset bundling in a Laravel app — entrypoints, the @vite Blade directive, HMR, env vars, aliases, manifests, code splitting, and production builds.