Awesome-claude-plugins perf-investigation-logger

Use when appending structured perf investigation notes and evidence.

install
source · Clone the upstream repo
git clone https://github.com/ComposioHQ/awesome-claude-plugins
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComposioHQ/awesome-claude-plugins "$T" && mkdir -p ~/.claude/skills && cp -r "$T/perf/skills/investigation-logger" ~/.claude/skills/composiohq-awesome-claude-plugins-perf-investigation-logger-bdebe2 && rm -rf "$T"
manifest: perf/skills/investigation-logger/SKILL.md
source content

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.