Skip to content

feat(skills): trace invocations for local usage analytics #244

@cniska

Description

@cniska

What would you like?

Emit a trace event each time any skill is invoked — bundled or project-local — and provide a script to aggregate invocation counts from trace output.

Motivation

There is no signal on which skills are actually used. Without usage data it is hard to prioritize improvements, retire dead skills, or validate that a skill justifies its token cost.

Proposed approach

Emit a skill.invoked trace event at skill entry. A companion aggregation script reads trace output locally — no external services, no data leaving the machine.

Scope

  • Skill invocation path in the harness
  • scripts/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions