agentsclimarketplace

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

Install
npx -y skills add kjuhwa/skills-hub --skill personality-report-generation-with-percentiles

Assembled 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

  1. Read last N events from the event JSONL.
  2. Aggregate: { success, fail, score_avg, per_day_rate }.
  3. Derive traits (risk-taking, innovation, repair focus) as 0–9 scores.
  4. Render with padEnd/padStart into 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.

Keep looking

Skills are one crate of 326,499. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.