Log in

Reading Skill Insights

Understand skill adoption and run trends with the Insights dashboard.

The Insights dashboard shows how skills are being used across your organization. Navigate to Insights in the sidebar.

Available Metrics

MetricWhat it measures
Run countTotal times a skill has been executed
Active usersUnique users who ran the skill in the period
Runs over timeTrend chart showing adoption growth

Filtering

Filter insights by:

  • Skill — Focus on a specific skill's usage
  • Time period — View daily, weekly, or monthly trends
  • User — See which team members are most active

Via the API

Insights data is available programmatically:

# Org-wide overview
GET /v1/insights/overview

# Per-skill stats
GET /v1/insights/skills

# Single skill
GET /v1/insights/skills/:slug

Coming: Output Quality Tracking

When the Output Ledger launches, Insights will be extended with:

  • Acceptance rate — % of outputs used without changes
  • Rework ratio — % requiring significant edits
  • Quality score — Composite metric per skill
  • Time saved — Hours returned vs manual baseline