Agent skill
metrics
Show Julie operational metrics -- session stats, tool usage, context efficiency, and historical trends. Use when the user asks about Julie's performance, how it's doing, how much context was saved, or wants a metrics/stats report.
Install this agent skill to your Project
npx add-skill https://github.com/anortham/julie/tree/main/.claude/skills/metrics
SKILL.md
Julie Metrics Report
Show the user how Julie is performing and how much context it's saving them.
Process
- Call
query_metricswithcategory: "session"to get current session stats. - Present the results. Lead with the "NOT injected into context" headline number -- this is the key value metric.
- If the user asks for history or trends, also call
query_metricswithcategory: "history"and present both.
Arguments
$ARGUMENTS is optional. If the user says "history" or "trends", include the history call. Otherwise, show session only.
Formatting
Present the raw tool output directly -- it's already formatted for readability. Add a brief intro line like:
"Here's how Julie has been performing this session:"
Then the tool output.
Rules
- Do NOT editorialize or make value claims beyond what the numbers show
- Do NOT say "Julie saved you X" -- instead present "X was NOT injected into context" (factual arithmetic)
- Present the data and let the user draw conclusions
- If session has zero calls, say so briefly rather than showing empty tables
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
logic-flow
Explain a function's logic step-by-step by analyzing its implementation and call graph. Use when the user asks "how does this work", "walk me through this", or wants to understand control flow and decision points.
architecture
Generate an architecture overview — key entry points, module map, dependency flow, and suggested reading order. Use when the user is new to a codebase, asks "how does this work?", wants an architecture overview, or needs onboarding documentation.
dependency-graph
Show module dependencies by analyzing imports, exports, and cross-references. Use when the user asks what a file imports, what depends on a module, or wants to see dependency structure.
search-debug
Diagnose why a search returns unexpected results — analyze scoring factors, tokenization, and index health for dogfooding Julie's search quality. Use when a Julie search misses an expected symbol, returns wrong results, ranks something surprisingly low, or when investigating search quality issues during development.
impact-analysis
call-trace
Trace the call path between two functions by following callers/callees. Use when the user asks how function A reaches function B, wants to see connections between symbols, or asks "what calls what."
Didn't find tool you were looking for?