Investigation logger
Skill composio-community/awesome-claude-plugins/perf/skills/investigation-logger
Use when appending structured perf investigation notes and evidence.From its SKILL.md
npx -y skills add composio-community/awesome-claude-plugins --skill investigation-loggerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.7 KB, 160 tokens by cl100k_base, as published. Nobody here has run it
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
- Exact user quotes (verbatim)
- Phase summary
- Decisions and rationale
- 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_DIRfor state path (default.claude). - Do not paraphrase user quotes.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.