article-study

Guides users through deep-reading an article with HTML courseware, quizzes, and calibration.

752|107|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/yunshu0909/yunshu_skillshub --skill article-study
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-study
Source: https://github.com/yunshu0909/yunshu_skillshub/tree/main/article-study
Command: npx skills add https://github.com/yunshu0909/yunshu_skillshub --skill article-study

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reading an article once creates an illusion of understanding; this Skill turns learning into a verifiable process by teaching the material interactively, testing comprehension after every lesson, and correcting imprecise restatements until the user truly masters the content.

Core Features & Use Cases

  • Five-Step Guided Study: Extracts key material into structured notes, splits it into at most 8 lessons, runs a learn-test-calibrate loop per lesson, maps concepts to the user's own business scenario, and finishes with hands-on practice, auto-graded quizzes, and distillation back into the user's tools.
  • HTML Courseware & Quiz Engine: Ships templates for per-lesson courseware, interactive concept demos with runnable three-state simulations, and a self-grading quiz engine supporting single-choice, multi-choice, ordering, and write-in questions.
  • Recovery & Degradation Paths: Handles missing source material, very short or book-length inputs, users refusing quizzes, and cross-session resume via a learning plan file.
  • Use Case: A user says "walk me through this article on TDD" with a link; the Skill extracts the content, teaches it lesson by lesson with HTML slides, quizzes each lesson, and ends with a graded exam and a summary poster.

Quick Start

Ask the agent to use article-study to walk you through a specific article link or local file with per-lesson quizzes until you have truly learned it.

Frequently Asked Questions about article-study

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

FAQPage Schema
How do I deeply learn an article with an AI tutor instead of getting a summary?

Provide the article link or file and state you want to learn it, not summarize it. The Skill extracts the content into structured notes, splits it into lessons, teaches each with HTML courseware, and quizzes you after every lesson to verify understanding.

What materials can I use for guided article study?

You can use web links, local files, PDFs, or even your own documents and code as learning material. If you have no material, the Skill first looks for candidates in your own files, then suggests external sources for you to pick, and never lectures from memory without a source.

Can I continue a study session in a new conversation?

Yes, the Skill writes a learning plan file with the absolute study directory path, progress status, and next step. In a new session, saying continue learning triggers a recovery protocol that locates the plan, reviews notes and pending items, and resumes from the correct lesson.

What happens if the source material is very short or book-length?

Materials under 1500 words get a reduced scope with only a basic quiz and no summary poster. Book-length inputs are never split wholesale; the Skill first asks which chapters solve your problem and cuts the scope to 5-8 lessons.

What if I do not want to be quizzed during the lessons?

The Skill degrades to lightweight checks like true-false or two-choice questions rather than skipping verification entirely. If you still refuse, it logs the lesson as unassessed, explains the tradeoff once, and ensures those lessons are covered in the final exam.