·go-performance
</>

go-performance

caarlos0/dotfiles

Analyze and optimize Go program performance. Use when asked to profile Go code, find performance bottlenecks, analyze memory allocations, detect memory leaks, write benchmarks, or optimize CPU/memory usage.

14Installs·1Trend·@caarlos0

Installation

$npx skills add https://github.com/caarlos0/dotfiles --skill go-performance

SKILL.md

| CPU | -cpuprofile | /debug/pprof/profile | | Heap | -memprofile | /debug/pprof/heap | | Goroutine | - | /debug/pprof/goroutine |

Every time we work on some performance issue, we should:

Then, we create a second benchmark, and a new production function with the changes we want.

Analyze and optimize Go program performance. Use when asked to profile Go code, find performance bottlenecks, analyze memory allocations, detect memory leaks, write benchmarks, or optimize CPU/memory usage. Source: caarlos0/dotfiles.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/caarlos0/dotfiles --skill go-performance
Category
</>Dev Tools
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is go-performance?

Analyze and optimize Go program performance. Use when asked to profile Go code, find performance bottlenecks, analyze memory allocations, detect memory leaks, write benchmarks, or optimize CPU/memory usage. Source: caarlos0/dotfiles.

How do I install go-performance?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/caarlos0/dotfiles --skill go-performance Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/caarlos0/dotfiles

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-12