learn-stats

Summarize spaced-repetition data into a Markdown learning health report.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill learn-stats
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: learn-stats
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/learn-stats
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill learn-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps learners monitor the health of their spaced-repetition learning by summarizing key metrics from facts and review logs.

Core Features & Use Cases

  • Reads all Markdown fact files in workspace/learning/facts/ to extract frontmatter data like deck and creation date.
  • Reads workspace/learning/.state/review-log.jsonl to compute total facts, overdue counts, active decks, and added this week.
  • Outputs a Markdown report suitable for dashboards or quick reviews, showing the health of the learning loop.
  • Use Case: A student or coach reviews learning progress weekly and adjusts study plans accordingly.

Quick Start

Ask your assistant to run /learn-stats to generate today’s learning dashboard.

Frequently Asked Questions about learn-stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate spaced-repetition learning stats from Markdown files?▼

To generate spaced-repetition learning stats, the skill reads Markdown fact files from workspace/learning/facts/ and review logs from workspace/learning/.state/review-log.jsonl, computing metrics like total facts and overdue reviews into a Markdown dashboard report.

What metrics are included in a spaced-repetition retention dashboard?▼

A spaced-repetition retention dashboard includes metrics for total facts, overdue reviews, active decks, and additions from the last seven days. It summarizes this data from your review logs to provide a concise learning health report.

How do I track overdue reviews and active decks for my learning facts?▼

You can track overdue reviews and active decks by running the learn-stats skill, which parses your workspace/learning/.state/review-log.jsonl file and extracts frontmatter data from your fact files to calculate these specific learning health metrics.

Can I use this skill to monitor facts added in the last seven days?▼

Yes, you can monitor facts added in the last seven days. The skill reads the creation date from the frontmatter of your Markdown fact files in workspace/learning/facts/ to calculate recent additions for your dashboard.

Do I need a specific file structure to review my learning analytics?▼

Yes, reviewing learning analytics requires a specific file structure. You must have Markdown fact files with frontmatter in workspace/learning/facts/ and a review log stored at workspace/learning/.state/review-log.jsonl for the skill to compute metrics.