A Claude Code plugin that fetches and analyzes async-profiler flame graphs.
The /flamegraph command takes a server IP, full URL, or a path to a downloaded .html flame graph and produces a concise summary: top CPU consumers by self-time, category breakdown (GC, OTel, ConcurrentHashMap, String ops, etc.), and recommended hot spots to investigate.
Add the marketplace and install the plugin from Claude Code:
claude plugin marketplace add <git-url-of-this-repo>
claude plugin install flamegraph@flamegraph-marketplace
/flamegraph 10.45.93.174
/flamegraph http://my-host:8121/manage/async-profiler/profile?events=alloc
/flamegraph /tmp/flamegraph.html
By default the command targets port 8121 at /manage/async-profiler/profile?events=itimer — adjust the URL if your async-profiler endpoint differs.
plugins/flamegraph/commands/flamegraph.md — the slash command promptplugins/flamegraph/scripts/parse-flamegraph.js — Node.js parser for the async-profiler HTML format (cpool + f()/u()/n() frame encoding)The parser has no runtime dependencies — just Node.js.
The category patterns in parse-flamegraph.js (Step 7) are tuned for a JVM service running OpenTelemetry. Edit the categories array to add or remove patterns relevant to your stack.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub shakhal/flamegraph-claude-plugin --plugin flamegraphComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Unified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking