agent-ebpf skill-usage-insights.instructions.md

agent-ebpf skill-usage-insights.instructions.md is an instructions file for GitHub Copilot from ourobx/agent-ebpf. It costs 1,570 tokens per session, scanned C, original, MIT.

A project report that examines recorded add-on runs and the add-ons installed in the project. It shows which ones are used, reliable, failing, or unused.

In plain words
What is it for?
It helps review run counts, failures, timings, user feedback, and suggestions for improving the installed add-ons.
Why use it?
It replaces guesswork with evidence when deciding which add-ons to keep, fix, or remove. If no run history exists, it clearly says that usage cannot yet be measured.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/ourobx/agent-ebpf/skill-usage-insights
Clone the repo
git clone --depth 1 https://github.com/ourobx/agent-ebpf

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-ebpf skill-usage-insights.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ourobx/agent-ebpf/skill-usage-insights.svg)](https://agentmods.dev/instructions/ourobx/agent-ebpf/skill-usage-insights)
Your own site
<a href="https://agentmods.dev/instructions/ourobx/agent-ebpf/skill-usage-insights"><img src="https://agentmods.dev/badge/instructions/ourobx/agent-ebpf/skill-usage-insights.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,570 This file is loaded in full into every session.
When invoked 1,570 The same file — it is already loaded in full.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01570 $0.01570
Opus 5 $0.00785 $0.00785
Sonnet 5 $0.00314 $0.00314
Haiku 4.5 $0.00157 $0.00157

Measured 3d ago against content hash afc1c87c1ffc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

agent-ebpf skill-usage-insights.instructions.md scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Copilot Instruction Telemetry: This file was auto-generated by Claude Skills Manager -->
.github/instructions/skill-usage-insights.instructions.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

skill-usage-insights

Skill Usage Insights

Turn .claude/learning/runs.jsonl (the [[self-learning]] run log) and the contents of .claude/skills/ into a per-skill usage/KPI report, with add/remove recommendations.

1. Gather inputs

  • .claude/skills/<name>/SKILL.md — skills currently installed in this project (one directory per skill).
  • .claude/learning/runs.jsonl — append-only JSON-lines log; each line: {"ts": ..., "skill": ..., "action": ..., "rc": 0|nonzero, "duration": ..., "error": "", "hint": "", "note": ""}. If this file doesn't exist, say so plainly — there's no usage history yet, not an error. Recommendations in that case are limited to "not yet measurable; check back after the self-learning skill has recorded some runs".
  • .claude/learning/skill-feedback.jsonl — user negative reactions per skill (written by [[skill-feedback-adaptation]]). Use for inefficiency % and update suggestions alongside run-based KPIs.
  • Optionally, .claude/learning/task-skill-proposals.json — latest task-scoped skill proposals (also from [[skill-feedback-adaptation]]).
  • Optionally, the library's manifest.json (wherever the skill library lives, e.g. ~/.claude/skills/ or a synced skills_library/) — useful to see a skill's detect_globs/description when judging relevance.

2. Aggregate per skill

For each installed skill name, and for each distinct skill value in runs.jsonl that matches an installed skill name:

  • runs — count of matching records.
  • success_raterc == 0 count / runs (as a percentage).
  • avg_duration — mean of duration across records that have it.
  • last_used — max ts; days_since_last_use — days between that and now.
  • Per agent — when agent is set on a row (claude, cursor, kiro, copilot), group invocations by agent. The VS Code Usage Report shows a Skill usage by agent section and a matrix for skills used by more than one agent on the same workspace (common when switching between Claude Code, Cursor, Kiro, and Copilot on one task). Rows without agent count as Claude.
  • Records whose skill value doesn't match any installed skill name are general task-tracking entries (per [[self-learning]]'s schema) — ignore them for this report, but you may mention the count as "N other tracked task runs not tied to a specific skill".

Read the full file on GitHub · 122 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 122 lines · 1,570 tokens per session scan C afc1c87c1ffc

Subscribe to this mod's changes

agent-ebpf skill-usage-insights.instructions.md is an instructions file published in the GitHub repository ourobx/agent-ebpf (1 stars, last pushed 9d ago), licensed MIT. It adds 1,570 tokens to every session, about $0.0078 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.