learning-error-book

Summarize user mistakes into structured error books and render PDFs from JSON data.

4|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/LaiTszKin/apollo-toolkit --skill learning-error-book
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learning-error-book
Source: https://github.com/LaiTszKin/apollo-toolkit/tree/main/learning-error-book
Command: npx skills add https://github.com/LaiTszKin/apollo-toolkit --skill learning-error-book

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires reportlab, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

The Learning Error Book skill converts scattered mistakes from solving questions into organized, reference-backed error books and renders polished PDFs directly from structured data.

Core Features & Use Cases

  • Automatic mistake summarization with evidence tables and structured references.
  • Dual-tracked error books for multiple-choice and long-answer questions.
  • PDF rendering directly from JSON data using a stable template system.

Quick Start

Process your MC and long-answer questions to generate error-book references and render the final PDFs.

Frequently Asked Questions about learning-error-book

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

FAQPage Schema
How do I generate a structured error book PDF from my learning mistakes?

To generate an error book PDF, the Skill summarizes your mistakes into structured JSON data and renders it directly into a polished PDF using stable templates and Python scripts. It automatically builds reference-backed error books for both multiple-choice and long-answer questions.

What is the evidence table format used for learning analysis?

An evidence table is a structured reference format that maps your mistakes to specific concepts and highlights. The Skill applies this workflow to automatically summarize errors and generate structured references for your learning analysis before rendering the final PDFs.

Do I need to install reportlab to render learning error books?

Yes, you need the reportlab dependency installed to render the final PDFs from JSON data. The Skill relies on this Python library to generate the polished error book documents directly from the structured templates.

Can I process both multiple-choice and long-answer questions in the same error book?

Yes, the Skill supports dual-tracked error books that process both multiple-choice and long-answer questions. It applies the error-book workflow to both question types and renders separate structured PDFs from the resulting JSON data.

How does the Skill handle concept highlights in the error book PDF?

The Skill relies on provided assets and templates to process concept highlights within the error book. It structures your mistakes and learning analysis into JSON data, which the rendering scripts then use to generate the final PDF with highlighted references.