Screened · automated checks passed
golang-performance
What the author says it does
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).
Quoted from the skill's own SKILL.md trigger description — this is what tells
Claude when to activate it. Not yet verified by us.
Automated screening
100/100 validator score
Scored by the same rules as our free SKILL.md validator: trigger description quality, body substance, structure. Automated — a human bench test is the next step in the pipeline.
Install (unverified — review first)
git clone https://github.com/samber/cc-skills-golang # skill lives at: skills/golang-performance/SKILL.md
SkillProof status
This skill is in our test queue. We install every skill in a clean environment, run a trigger battery and score output against a baseline before it earns a catalog page — the full protocol is public. Until then, treat it like any unreviewed dependency: read the SKILL.md and any scripts before installing.
Already tested in Token Efficiency
- Kill Dev Process Classifies and safely kills orphaned dev servers/browsers with a hard exclusion list for databases and the IDE.
- Clean Cache Tiered, confirmation-gated cache cleanup for Flutter/Android/iOS/Node workspaces — verified not to touch lockfiles or source.
- Agent Prompt Engineering A five-part checklist (role, paths, deliverables, constraints, comms) for writing sub-agent prompts that need zero follow-up.
- Tidy Skill Read-only hygiene audits that stop agents littering repos with plan.md/todo.md junk.