Agent skill · Data & Analytics

roi-report

View ROI dashboard showing time saved across sessions

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill roi-report --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/roi-report/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ROI Report Generate a report showing time savings from using the Product Org OS. **SCOPE**: All time savings represent PRODUCT MANAGEMENT WORK (strategy, decisions, requirements, GTM, analysis, documentation), NOT software development or coding effort. ## Trigger Patterns - `/roi-report` - Show full dashboard - `/roi-report session` - Show current session only - `/roi-report [period]` - Show specific period (30d, 90d, month, quarter) ## Behavior ### 1. Load Data Sources Read relevant files to compile ROI data: ``` Session log: context/roi/session-log.md History: context/roi/history/*.md Baselines: reference/roi-baselines.md ``` ### 2. Calculate Metrics **Per-Session Metrics:** - Total interactions this session - Time saved this session - Top skills used **Period Metrics (30/90 day):** - Total interactions - Total time saved - Skills by frequency - Skills by time saved - Average time saved per interaction **ROI Multiple:** ``` ROI Multiple = Time Saved / Time Using Plugin ``` Assume average interaction takes 2-3 minutes of user time. ### 3. Output Format ```markdown # Product Org OS - ROI Dashboard **Report Generated**: [date] **Period**: [session | 30 days | 90 days | all time] -

What's inside
Steps it walks through
  1. Trigger Patterns
  2. Behavior
  3. 1. Load Data Sources
  4. 2. Calculate Metrics
  5. 3. Output Format
  6. 4. Empty State
  7. Session Log Format
  8. History File Format
  9. Complexity Factor Reference
  10. Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the roi-report skill do?

View ROI dashboard showing time saved across sessions

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill roi-report --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going