skill-performance-profiler

Analyze skill usage to quantify token consumption and identify consolidation opportunities.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Alejfanjul/ai-brain --skill skill-performance-profiler-alejfanjul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-performance-profiler
Source: https://github.com/Alejfanjul/ai-brain/tree/main/sources/claude-meta-skills/skill-performance-profiler
Command: npx skills add https://github.com/Alejfanjul/ai-brain --skill skill-performance-profiler-alejfanjul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quantifies how each skill is invoked to reveal usage patterns, token costs, and opportunities to optimize skill usage.

Core Features & Use Cases

  • Track invocation frequency across conversations to identify heavy and lightweight skills.
  • Compute token consumption per skill and generate actionable reports (markdown/CSV).
  • Detect co-occurrence patterns to suggest consolidation opportunities and streamlining opportunities.

Quick Start

Provide a sample set of conversations and run the profiler to generate the metrics.

Frequently Asked Questions about skill-performance-profiler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze skill usage and quantify token consumption across conversations?

You can analyze skill usage and quantify token consumption by applying a profiler to recent chats to measure invocation frequency and estimate token costs, generating actionable reports in markdown and CSV formats.

How do I identify consolidation opportunities for skills that frequently co-occur?

To identify consolidation opportunities, you can detect skill co-occurrence patterns across multiple conversations, which reveals streamlining opportunities to optimize overall skill usage and reduce redundant token costs.

What is the best way to track invocation frequency for heavy and lightweight skills?

Tracking invocation frequency is done by collecting data from recent chats to measure how often each skill is invoked, allowing you to distinguish heavy usage skills from lightweight ones for optimization.

Can I generate usage reports in both markdown and CSV formats?

Yes, you can generate usage metrics reports in both markdown and CSV outputs, providing flexible formats to review token consumption, trend analysis, and invocation frequency data for optimization.

Do I need to provide a specific data format to run a token consumption analysis?

You need to provide a sample set of conversations as input data; the profiler then extracts data from recent chats to estimate token consumption and compute trend analysis without requiring additional dependencies.

Why does token consumption analysis matter for optimizing skill workflows?

Token consumption analysis matters because it quantifies how each skill is invoked to reveal underlying usage patterns and token costs, directly highlighting opportunities to streamline and optimize skill workflows.