Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
avifenesh avatar

Perf Investigation Logger

  • 64 installs
  • 931 repo stars
  • Updated July 26, 2026
  • avifenesh/agentsys

perf-investigation-logger is a Claude Code skill that appends structured performance investigation notes, quotes and evidence to a per-id log file.

About

perf-investigation-logger appends structured notes to a performance investigation log, one file per investigation id. Each entry records exact verbatim user quotes, a phase summary, the decisions made with their rationale, and evidence pointers to files, metrics and commands. A developer uses it to keep an auditable trail across the phases of a perf investigation. It never paraphrases user quotes and uses AI_STATE_DIR for the state path.

  • Appends structured performance investigation notes and evidence to a per-id log
  • Records exact verbatim user quotes, phase summaries, decisions and evidence pointers
  • Uses AI_STATE_DIR for the state path (default .claude)

Perf Investigation Logger by the numbers

  • 64 all-time installs (skills.sh)
  • Ranked #279 of 596 Debugging skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

perf-investigation-logger capabilities & compatibility

Capabilities
perf analyzer · perf profiler · perf benchmarker
Use cases
debugging · documentation
From the docs

What perf-investigation-logger says it does

Append structured investigation notes to `{state-dir}/perf/investigations/<id>.md`.
SKILL.md
Exact user quotes (verbatim)
SKILL.md
Do not paraphrase user quotes.
SKILL.md
npx skills add https://github.com/avifenesh/agentsys --skill perf-investigation-logger

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs64
repo stars931
Last updatedJuly 26, 2026
Repositoryavifenesh/agentsys

What it does

Append structured, evidence-linked notes to a per-investigation performance log.

Who is it for?

Keeping an evidence-linked, verbatim-quoted trail across perf investigation phases.

Skip if: Running benchmarks or analysis.

When should I use this skill?

You are appending structured perf investigation notes and evidence.

What you get

  • Appended phase entries in perf/investigations/<id>.md

By the numbers

  • Records 4 required content types (quotes, summary, decisions, evidence pointers)

Files

SKILL.mdMarkdownGitHub ↗

perf-investigation-logger

Append structured investigation notes to {state-dir}/perf/investigations/<id>.md.

Follow docs/perf-requirements.md as the canonical contract.

Required Content

1. Exact user quotes (verbatim) 2. Phase summary 3. Decisions and rationale 4. Evidence pointers (files, metrics, commands)

Output Format

## <Phase Name> - <YYYY-MM-DD>

**User Quote:** "<exact quote>"

**Summary**
- ...

**Evidence**
- Command: `...`
- File: `path:line`

**Decision**
- ...

Constraints

  • Use AI_STATE_DIR for state path (default .claude).
  • Do not paraphrase user quotes.

Related skills

Debuggingbackenddocs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.