·analytics
{}

analytics

yonatangross/orchestkit

Query cross-project usage analytics. Use when reviewing agent, skill, hook, or team performance across OrchestKit projects.

12Installs·3Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill analytics

SKILL.md

Query local analytics data from /.claude/analytics/. All data is local-only, privacy-safe (hashed project IDs, no PII).

| agent-usage.jsonl | Agent spawn events | ts, pid, agent, durationms, success, outputlen, team? | | skill-usage.jsonl | Skill invocations | ts, pid, skill, team? | | hook-timing.jsonl | Hook execution timing | ts, hook, durationms, ok, pid, team? | | session-summary.jsonl | Session end summaries | ts, pid, totaltools, team? |

| task-usage.jsonl | Task completions | ts, pid, taskstatus, durationms, team? | | team-activity.jsonl | Team spawns and idle | ts, pid, event, agent, member?, idlems?, model?, team |

Query cross-project usage analytics. Use when reviewing agent, skill, hook, or team performance across OrchestKit projects. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill analytics
Category
{}Data Analysis
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is analytics?

Query cross-project usage analytics. Use when reviewing agent, skill, hook, or team performance across OrchestKit projects. Source: yonatangross/orchestkit.

How do I install analytics?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill analytics Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/orchestkit