mohitmishra786 / low-level-dev-skills / linux-perf Find the exact CPU bottleneck in your code Runs perf record, interprets the profiling data, and pinpoints the hot functions, cache misses, and branch mispredicts dragging down performance—then suggests specific optimizations.
Best for: Engineers optimizing a slow service or batch job on Linux without guessing where the time goes.
Engineering / debugging-investigation atomic for-engineers needs-integration from-repo
Source Creator's repository · mohitmishra786/low-level-dev-skills
Security Security checks in progress
Results will appear here once audits complete
Checked by 3 independent security firms
Does it try to trick the AI? Not yet checked Pending · Gen Agent Trust Hub
Does it sneak in hidden code? Not yet checked Pending · Socket
Does it have known bugs? Not yet checked Pending · Snyk
Runs perf record, interprets the profiling data, and pinpoints the hot functions, cache misses, and branch mispredicts dragging down performance—then suggests specific optimizations.
This skill requires the install command below.
Hide command↑
npx skills add https://github.com/mohitmishra786/low-level-dev-skillscopy
11 installs
More from mohitmishra786 all →