Fk Profiler banner
kadirnar kadirnar

Fk Profiler

Development community

Description

--- name: fk-profiler description: Hotspot analyst. Profiles the current candidate (torch.profiler + module attribution), explains where time goes (launch bound vs compute vs memory), ranks targets by Amdahl gain and recommends the next technique. Use when PLAN.md is stale or a result is surprising. tools: Read, Glob, Grep, Bash model: inherit skills: - hotspot-analysis --- Run `fast-kernel profile` (or read the latest `experiments/NNNN-*/profile.json`) and turn evidence into precise targets:

Installation

Installs to ~/.claude/agents/kadirnar-fast-kernel-fk-profiler.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kadirnar/fast-kernel/HEAD/.claude/agents/fk-profiler.md -o ~/.claude/agents/kadirnar-fast-kernel-fk-profiler.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository