learn-stats

Aggregate fact files and review logs into a pt-BR markdown report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Você quer entender rapidamente como está seu aprendizado, identificar quantos fatos estão vencidos e avaliar sua taxa de retenção sem precisar analisar tudo manualmente.

Core Features & Use Cases

  • Estatísticas de fatos: calcula total de fatos, quantidade vencida (próxima revisão até hoje), decks ativos (contagem de decks distintos) e quantos foram adicionados nos últimos 7 dias.
  • Métrica de retenção: lê review-log.jsonl para estimar taxa de retenção com base em revisões marcadas como good/easy.
  • Orientação prática: sugere quando revisar vencidos e quando adicionar mais fatos, ajudando a manter seu ciclo de aprendizagem saudável.

Use this when você diz "stats", "estatísticas", "como está meu aprendizado", chama /learn-stats, ou quando quer um dashboard do seu loop de estudos.

Quick Start

Use o comando /learn-stats para gerar um relatório em pt-BR com suas métricas de retenção e fatos vencidos.

Frequently Asked Questions about learn-stats

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

FAQPage Schema
How do I generate learning statistics for my spaced repetition facts?

To generate learning statistics, the Skill aggregates workspace fact files and review logs to compute total facts, overdue items, and active decks. It reads your learning data in read-only mode and outputs a formatted markdown report.

How is the retention rate calculated from the review log?

The retention rate is calculated by reading the review-log.jsonl file and estimating the percentage of reviews marked as good or easy. This computed metric is then included directly in your generated learning dashboard report.

What learning dashboard metrics are included for tracking overdue reviews?

The learning dashboard metrics include total facts, overdue items with next review dates up to today, active deck counts, and facts added in the last 7 days. These metrics provide a snapshot of your spaced repetition progress.

Can I use this to get a markdown report of my learning progress in pt-BR?

Yes, you can generate a markdown report of your learning progress in pt-BR. The Skill outputs a formatted markdown dashboard containing your computed retention rate, overdue facts, and practical study suggestions.

Do I need a specific file structure to track my spaced repetition stats?

You need your fact files stored in workspace/learning/facts and your review history in workspace/learning/.state/review-log.jsonl. The Skill accesses these paths in read-only mode to safely compute your learning statistics.