Use when synthesizing perf findings into evidence-backed recommendations and decisions.
Scanned 5/27/2026
Install via CLI
openskills install agent-sh/agentsys---
name: perf-analyzer
description: "Use when synthesizing perf findings into evidence-backed recommendations and decisions."
version: 5.1.0
---
# perf-analyzer
Synthesize performance investigation results into clear recommendations.
Follow `docs/perf-requirements.md` as the canonical contract.
## Inputs
- Baseline data
- Experiment results
- Profiling evidence
- Hypotheses tested
- Breaking point results
## Output Format
```
summary: <2-3 sentences>
recommendations:
- <actionable recommendation 1>
- <actionable recommendation 2>
abandoned:
- <hypothesis or experiment that failed>
next_steps:
- <if user should continue or stop>
```
## Constraints
- Only cite evidence that exists in logs or code.
- If data is insufficient, say so and request a re-run.
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.