Only after a separate gate · tool.read-edit-write-glob-grep-bash-go-bash-golangci-lint-bash-gi · internal data
Skill
Go Performance Optimization
Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (→ See `samber/cc-skills-golang@golang-benchmark` skill) or debugging workflow (→ See `samber/cc-skills-golang@golang-troubleshooting` skill).
Private preview install
npx [email protected] install https://getedge.cc/skills/golang-performanceRun it in a terminal. It writes this Skill’s files into your agent’s skills directory, and names the agent it chose. This is a private preview install, not a Verified Agent Upgrade, and it is not counted publicly.
How it works
What its release declares it reads, writes and runs is under Inside.
Put this on your own site
<a href="https://cyborg.floom.dev/skills/golang-performance" rel="noopener" referrerpolicy="no-referrer" style="display:inline-flex;align-items:center;height:44px;padding:0 22px;border-radius:10px;background:#050505;color:#fff;text-decoration:none;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;font-size:14px;font-weight:650;line-height:1">Available on getedge</a>Plain HTML, no script. It makes no request to getedge until someone clicks it, and the click sends no referrer, so nothing about your page or your readers reaches us. If a site strips the styling it stays a working text link.
Inside Go Performance Optimization
What this Skill is documented to do, and the file your agent receives.