Use when generating performance hypotheses backed by git history and code evidence.
Scanned 5/27/2026
Install to Claude Code
npx -y skills add agent-sh/agentsys --skill perf-theory-gatherer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Perf Theory Gatherer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agent-sh-perf-theory-gatherer)More formats (shields.io, HTML) on the badges page.
---
name: perf-theory-gatherer
description: "Use when generating performance hypotheses backed by git history and code evidence."
version: 5.1.0
---
# perf-theory-gatherer
Generate performance hypotheses for a specific scenario.
Follow `docs/perf-requirements.md` as the canonical contract.
## Required Steps
1. Review recent git history (scope to relevant paths when possible).
2. Identify code paths involved in the scenario (repo-intel or grep).
3. Produce up to 5 hypotheses with evidence + confidence.
## Output Format
```
hypotheses:
- id: H1
hypothesis: <short description>
evidence: <file/path or git change>
confidence: low|medium|high
- id: H2
...
```
## Constraints
- MUST check git history before hypothesizing.
- No optimization suggestions; only hypotheses.
- Keep to 5 hypotheses maximum.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.