Personality report generation with percentiles
Skill kjuhwa/skills-hub/skills/observability/personality-report-generation-with-percentiles
Generate human-readable personality report with success rates, velocity, and trait analysisFrom its SKILL.md
npx -y skills add kjuhwa/skills-hub --skill personality-report-generation-with-percentilesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 185 tokens by cl100k_base, as published. Nobody here has run it
Human-readable personality report
Render an agent's rolling personality state as a terminal-friendly report: success rate, velocity (events/day), and trait scores, each padded into fixed-width columns with single-digit summaries and ASCII spark-lines.
Why
Operators skim many dashboards; a 20-line text report that always lines up is faster to read than JSON or a chart for routine health checks.
Mechanism
- Read last N events from the event JSONL.
- Aggregate:
{ success, fail, score_avg, per_day_rate }. - Derive traits (risk-taking, innovation, repair focus) as 0–9 scores.
- Render with
padEnd/padStartinto fixed columns.
When to reuse
Agent-loop dashboards, nightly email digests, CLI health-checks, anything where a fixed-width text artifact beats a chart for signal density.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.