pb-report

pb-report is a skill for Claude Code from seungwee-choi/oh-my-personal-best. It costs 17 tokens per session (946 once invoked), scanned A, original, MIT.

A tool that turns a runner's training records into a detailed report in HTML or PDF, including findings and an overall assessment.

In plain words
What is it for?
Use it to create a full training assessment, export a PDF, or prepare a print-ready report. Training data must exist first.
Why use it?
It brings training data, goals, profile details, and analysis into one document that can be printed or shared with a coach.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the oh-my-personal-best plugin — 11 skills, 11 commands, 8 agents shipped together

Good fit Use it to create a full training assessment, export a PDF, or prepare a print-ready report. Training data must exist first.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add seungwee-choi/oh-my-personal-best
Claude Code
/plugin install oh-my-personal-best

Made for: Claude Code.

Or install oh-my-personal-best, the plugin that ships this one along with the rest of its 11 skills, 11 commands, 8 agents.

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 pb-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/seungwee-choi/oh-my-personal-best/pb-report/github.svg)](https://agentmods.dev/skills/seungwee-choi/oh-my-personal-best/pb-report)
Your own site
<a href="https://agentmods.dev/skills/seungwee-choi/oh-my-personal-best/pb-report"><img src="https://agentmods.dev/badge/skills/seungwee-choi/oh-my-personal-best/pb-report/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pb-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/seungwee-choi/oh-my-personal-best/pb-report"><img src="https://agentmods.dev/badge/skills/seungwee-choi/oh-my-personal-best/pb-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 946 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00017 $0.00946
Opus 5 $0.00009 $0.00473
Sonnet 5 $0.00003 $0.00189
Haiku 4.5 $0.00002 $0.00095

Measured 12d ago against content hash 7c23f7ad938d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pb-report scanned grade A with 0 findings 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 12d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pb-report/SKILL.md · 74 lines

How it starts

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

<Use_When>

  • The runner asks for a "report", "full report", "assessment", "리포트", "분석 리포트", "PDF"
  • They want something to print, export to PDF, or send to a coach </Use_When>

<Do_Not_Use_When>

  • The training log is empty — route to /pb-setup or /pb-log first.
  • They want a quick single stat — answer via data-logger. </Do_Not_Use_When>

Step 1 — Ensure data exists

Confirm $OMPB_HOME/training-log.jsonl exists and is non-empty (run /pb-setup first if not).

Step 2 — Diagnosis narrative (unless --no-diagnosis)

If $OMPB_HOME/diagnosis.json is missing or stale, delegate to oh-my-personal-best:race-analyst to analyze the log (+ runner-profile.json, goal.json) and have the orchestrator write $OMPB_HOME/diagnosis.json ({summary, limiter, observations[], generated_at}). The report's Executive Summary, Limiter, and Key Findings sections come from this. Without it the report still renders (those sections are empty) — prefer to generate it. The diagnosis text MUST be written in the report's language (config.json language / --lang) — these fields are injected verbatim, so an English diagnosis in a --lang ko report yields a mixed-language document. If an existing diagnosis.json is in the wrong language, regenerate (or translate) it before rendering.

Step 2.5 — Fold in "와우 모먼트" insights

Run the deterministic insight pipeline and weave the most meaningful signals into the diagnosis:

python3 "$CLAUDE_PLUGIN_ROOT/scripts/insights.py"      # ompb_core.detect_insights(home)

It returns score-ranked cards (cross-activity trends, self-relative PRs, hidden signals incl. a load-spike warning). When generating/refreshing diagnosis.json in Step 2, have race-analyst incorporate the top 2–3 cards into observations[] (e.g. "같은 심박에 두 달 전보다 12초/km 빨라짐 — 유산소 효율 향상") so they render in Key Findings without any template change. A warning card (fatigue/load spike) belongs in the limiter/risk framing. If detect returns [] (too few runs), skip silently — never fabricate a highlight, and never surface the detector's data limits in the report.

Read the full file on GitHub · 74 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. 12d ago First seen · 74 lines · 17 tokens per session scan A 7c23f7ad938d

Subscribe to this mod's changes

pb-report is a skill published in the GitHub repository seungwee-choi/oh-my-personal-best (3 stars, last pushed 12d ago), licensed MIT. It adds 17 tokens to every session and 946 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

brainstorm

You MUST use this skill before /pm when work is ambiguous, scope is unclear, or multiple approaches exist. Explores problem space, proposes 2-3 approaches with trade-offs, and produces an approved spec document that feeds into both issue creation (/pm) and implementation planning (/cdt). Triggers: brainstorm, explore…

rube-de/cc-skills · 96 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

skill-doc-delivery

Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.

nyldn/claude-octopus · 29 tokens

oma-hwp

Convert HWP / HWPX / HWPML files to Markdown using kordoc. Extracts text, headings, tables, lists, images, footnotes, and hyperlinks. Use for Korean word processor files (Hangul), government documents, and AI-ready data preparation.

first-fluke/oh-my-agent · 59 tokens

pandic-office

Convert Markdown to PDF (or DOCX/EPUB/HTML) using the pandoc CLI. Use when asked to produce a PDF report, brief, summary, or any document where the input is Markdown and the output should be a polished, paginated file.

Team-Commonly/commonly · 59 tokens

sheet-music-publisher

Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.

bitwize-music-studio/claude-ai-music-skills · 36 tokens