Borrowing it
Nothing to install: this file belongs to richardwooding/file-search-on. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/richardwooding/file-search-on/main/.claude/skills/reddit-golang-post/SKILL.mdgit clone --depth 1 https://github.com/richardwooding/file-search-onWrote 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/richardwooding/file-search-on/reddit-golang-post)<a href="https://agentmods.dev/skills/richardwooding/file-search-on/reddit-golang-post"><img src="https://agentmods.dev/badge/skills/richardwooding/file-search-on/reddit-golang-post/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/richardwooding/file-search-on/reddit-golang-post"><img src="https://agentmods.dev/badge/skills/richardwooding/file-search-on/reddit-golang-post.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.00149 | $0.01178 |
| Opus 5 | $0.00075 | $0.00589 |
| Sonnet 5 | $0.00030 | $0.00236 |
| Haiku 4.5 | $0.00015 | $0.00118 |
Grade A, and why
reddit-golang-post 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
r/golang Post
r/golang's post composer accepts markdown directly — headings, fenced code blocks, lists, and [text](url) links all render. No format conversion is needed; the script just splits the YAML frontmatter (which carries the title and optional flair) from the body and pipes the body to pbcopy. The author's job is the writing — the etiquette of r/golang is what makes or breaks the post.
Quick start
- Gather from the user: topic, key technical points, repo / reference URLs, post type (Show & Tell vs Discussion / Help).
- Pick a template — templates/show-and-tell.md.tmpl for project announcements, templates/discussion.md.tmpl for questions / opinion-seeking.
- Draft to
/tmp/reddit-golang-post.md. Frontmatter must includetitle:; optionallyflair:. - Run
bash .claude/skills/reddit-golang-post/scripts/copy.sh /tmp/reddit-golang-post.md— body markdown lands on the clipboard; title and flair print to stderr. - Tell the user to paste the title into Reddit's title field, select the flair from the dropdown, switch the editor to Markdown mode, and paste the body.
Post shape
| Mode | Word target | Use for |
|---|---|---|
| Show & Tell | 200–600 words | "I built X" project announcements |
| Discussion / Help | 100–400 words | Specific questions, design opinions |
Reddit caps body at 40,000 characters but engagement drops sharply past ~1500 words. Posts under 50 words read as low-effort. Always include a one-line TL;DR at the top or bottom for posts longer than ~600 words.
Frontmatter format
---
title: "Show & Tell: file-search-on — search files by metadata via CEL"
flair: Show & Tell
---
title:is required. Keep under 300 chars (Reddit's hard cap); under ~120 chars reads better in the feed.flair:is optional. Reddit's flairs change occasionally — common ones on r/golang are Show & Tell, Help, Discussion, Newbie Question, Code Review, Generics.- Quotes around the title are recommended (handles colons and special chars cleanly).
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 65 lines · 149 tokens per session scan A 12c1a5195938
reddit-golang-post is a skill published in the GitHub repository richardwooding/file-search-on (5 stars, last pushed 3d ago), licensed MIT. It adds 149 tokens to every session and 1,178 once invoked, about $0.0007 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-08-31.
Other skills, from other repositories
gograph
Go repository intelligence for Claude Code. Use when reading, navigating, editing, reviewing, or refactoring a Go codebase. Exposes 64 query, analysis, and workflow capabilities through the local gograph MCP server, including bounded first-call exploration, AST-aware call graphs, blast-radius analysis, impact, and…
go-127
What changed in Go 1.27 (released August 2026) and how it changes the way Go is written in pi-go. Use this skill when writing or reviewing Go that could use a 1.27 feature, when bumping the go directive in go.mod, when a build or test behaves differently after a toolchain upgrade, or when code-guidelines-go points…
bubbletea-testing
Use this skill whenever writing tests for Bubble Tea (charmbracelet/bubbletea) TUI applications in Go. Triggers include any mention of testing Bubble Tea models, teatest, golden file testing for TUIs, testing tea.Cmd or tea.Msg, snapshot testing terminal output, or writing tests for any Go CLI/TUI that uses the Elm…
design-review
Deep design review of Go codebase — naming, structure, consistency, interfaces, error handling. Scores each dimension and provides actionable fixes.
pi-loop-forensics
Diagnose pi-go agent loops and degenerate turns — "agent loop aborted", runaway thinking with no tool calls, repeated phrases. Discriminates genuine model repetition collapse from a race, a tool-parse failure, or a too-low guard, and A/B replays a seed session across providers.
demo-subagents-tui
This skill demonstrates how to use the agent tool to spawn subagents within the pi-go TUI for parallel task execution. Subagents are autonomous child processes that run concurrently, enabling efficient parallelization of independent tasks.