Agent skill · AI & Agents

agent-performance

Track and report agent invocation metrics including usage counts, success/failure rates, and completion times. Use for understanding which agents are utilized, identifying underused agents, and optimizing agent delegation patterns.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-performance-rysweet-azlin-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/analysis/agent-performance-rysweet-azlin-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent Performance Dashboard ## Purpose Provides visibility into agent usage patterns to optimize delegation and identify improvement opportunities. ## When I Activate I automatically load when you mention: - "agent performance" or "agent metrics" - "agent dashboard" or "agent usage" - "which agents are used" or "underutilized agents" - "agent success rate" or "agent statistics" ## What I Do 1. **Track Invocations**: Record agent usage via workflow tracker 2. **Measure Success**: Track completion rates per agent 3. **Analyze Patterns**: Identify usage trends and gaps 4. **Generate Reports**: Create actionable dashboards ## Quick Start ``` User: "Show me agent performance metrics" Skill: *activates automatically* "Generating agent performance report..." ``` ## Core Capabilities ### 1. Report Generation Generate a performance report by reading workflow logs and aggregating agent metrics: ``` User: "Generate agent performance report" ``` Report includes: - Invocation counts per agent - Success/failure rates - Average completion times (when tracked) - Underutilized agents list - Recommendations for optimization ### 2. Live Tracking Track agent invocations during workflow execution usi

What's inside
Steps it walks through
  1. Purpose
  2. When I Activate
  3. What I Do
  4. Quick Start
  5. Core Capabilities
  6. 1. Report Generation
  7. 2. Live Tracking
  8. 3. Metrics Storage
  9. Report Format
  10. Summary Dashboard
  11. Implementation Guide
  12. To Generate a Report
  13. Available Agents Inventory
  14. Tracking Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-performance skill do?

Track and report agent invocation metrics including usage counts, success/failure rates, and completion times. Use for understanding which agents are utilized, identifying underused agents, and optimizing agent delegation patterns.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-performance-rysweet-azlin-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going