learning-error-book/SKILL.md
A learning-focused error-book workflow. When the user asks to summarize mistakes, the agent summarizes mistakes made while solving questions, writes structured reference data, and renders polished PDFs directly without Markdown as an intermediate.
npx skillsauth add laitszkin/apollo-toolkit learning-error-bookInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
pdf whenever question sources or the final deliverable involve PDF handling.pdf; if OCR still cannot recover the content, ask the user for the minimum needed text or screenshots.Goal: when the user asks to "summarize mistakes / summarize errors / compile an error book", summarize mistakes with evidence and generate or update structured error-book data plus polished PDFs directly from that data.
GIVEN the user asks to summarize mistakes/errors THEN the agent summarizes the user's mistakes made while solving questions AND generates or updates two error-book tracks when relevant:
Use this skill when the user intent matches:
Before writing anything, ensure you have enough facts (do not guess):
If the PDF is scanned/image-based and text extraction fails:
pdf skill to attempt OCR (if available)The error books must contain:
Formats:
error_book/references/mc-question-reference.jsonerror_book/references/long-question-reference.jsonerror_book/mc-question-error-book.pdferror_book/long-question-error-book.pdferror_book/
mc-question-error-book.pdf
long-question-error-book.pdf
references/
mc-question-reference.json
long-question-reference.json
sources/ # optional: shortcuts/copies/list of source PDFs
Determine coverage
Extract question text + answers/explanations (extract when possible)
pdf skill (pypdf/pdfplumber/OCR as available)Build an evidence table before writing
Generate/update structured reference files
assets/mc_question_reference_template.jsonassets/long_question_reference_template.jsonRender structured data -> PDF (CJK font support)
apltk render-error-book error_book/references/mc-question-reference.json error_book/mc-question-error-book.pdfapltk render-error-book error_book/references/long-question-reference.json error_book/long-question-error-book.pdf--help)assets/mc_question_reference_template.json: MC error-book structured templateassets/long_question_reference_template.json: long-answer error-book structured templatedevelopment
Read a user-specified PDF that marks the week's key financial events, deeply research each marked event with current sources, capture any additional breaking financial developments, and produce a concise Chinese-capable PDF briefing that explains what happened and why it matters.
documentation
Generate long-form videos (more than 10 minutes) by following user instructions and invoking related skills only when needed (`openai-text-to-image-storyboard`, `docs-to-voice`, `remotion-best-practices`). For text inputs, extract a complete long-form story arc, generate fresh storyboard images (no reuse of previously generated pictures), and render a 16:9 animated long-form video.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。
development
Incrementally refresh the architecture atlas when the project diagram drifts from actual code. Measures drift before updating to determine scope, then updates the base atlas and re-renders HTML.