agentsclimarketplace

Study system

Skill SkillMedev/personal-operating-system/skills/study-system

Converts a syllabus or topic list into an evidence-based study plan - material atomized into testable units, a spaced-repetition flashcard schedule with expanding intervals, active recall and Feynman-technique prompts instead of rereading, interleaved weekly sessions, and a practice-testing cadence with an error log. Use when someone says "help me study for this exam", "build me a study schedule", "I keep rereading and forgetting everything", or wants to learn a curriculum efficiently. Do NOT use for acquiring a spoken language specifically - use language-learning instead - or for building everyday habits - use habit-builder instead.From its SKILL.md

Install
npx -y skills add SkillMedev/personal-operating-system --skill study-system

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.4 KB, 858 tokens by cl100k_base, as published. Nobody here has run it

Study System

Use this skill to convert a syllabus or topic list into an evidence-based study plan.

1. Clarify the target

Ask:

  • What is being learned and by when (exam, project, fluency level)?
  • How will success be tested (recall, application, performance)?
  • Hours per week available?

2. Break the material into atoms

Decompose the curriculum into small, testable units (concepts, formulas, vocabulary, procedures). Each atom should be answerable in one question.

3. Active recall over rereading

Replace passive rereading and highlighting with retrieval:

  • After reading a section, close the material and write/say what you remember.
  • Turn notes into questions, not summaries.
  • Use the Feynman technique: explain the concept in plain language as if teaching a beginner; gaps reveal what to restudy.

4. Spaced repetition

Schedule reviews at expanding intervals so each item is revisited just before it would be forgotten.

  • A practical schedule: review at 1 day, 3 days, 7 days, 16 days, 35 days.
  • Use a flashcard app with a spaced algorithm, or a manual Leitner box of physical cards moving through boxes.
  • Cards that are missed reset to the shortest interval.

5. Interleaving

Mix related topics within a study session rather than blocking one topic at a time. Interleaving feels harder but improves the ability to choose the right method on a test. Example: alternate problem types instead of doing 20 of the same type in a row.

6. Practice testing

  • Do full practice problems and past exams under realistic conditions.
  • Grade honestly and log every error with its cause (concept gap, careless, misread).
  • Restudy only the items you missed.

7. Manage cognitive load

  • Study in focused blocks (e.g., 25-50 minutes) with short breaks.
  • Sleep consolidates memory; review lightly before bed and re-test in the morning.
  • Avoid cramming; distribute sessions across days.

8. Weekly review loop

Each week:

  • What proportion of cards/questions am I answering correctly?
  • Which atoms keep failing? Rewrite those cards more clearly.
  • Is the schedule realistic, or do I need to cut scope?

Do NOT

  • Do NOT let rereading and highlighting count as study time - they produce fluency illusion (the material feels familiar but cannot be retrieved). Retrieval attempts are the unit of study.
  • Do NOT block-practice one topic to exhaustion - 20 identical problems in a row trains recognition of the problem type, not the choice of method the test demands. Interleave.
  • Do NOT write multi-fact cards - a card asking two things gets graded on the easier half and the other fact silently rots. One atom per card.
  • Do NOT skip the error log after practice tests - restudying everything instead of the misses wastes the scarcest resource, and errors without a cause label (concept gap / careless / misread) can't be fixed.
  • Do NOT drill only the comfortable decks - time goes to the atoms with the lowest recall rate, precisely because it feels worse.
  • Do NOT cram the night before as a substitute for the schedule - massed practice inflates next-day recall and collapses within a week; the intervals are the mechanism.

Quality bar

  • Every atom is phrased as one answerable question, not a topic name.
  • Each card has a scheduled next-review date from the expanding-interval ladder; misses demonstrably reset to day 1.
  • Weekly sessions interleave at least two topics, and total scheduled hours fit the user's stated availability.
  • The plan includes at least one full-length practice test under realistic conditions before the exam, with the error log template attached.

Output for the user

Produce: the atomized topic list, a flashcard plan with intervals, an interleaved weekly schedule, and a practice-testing cadence with an error log template.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most education skills give in 858 tokens

Counted across 169 of the 171 authors here whose files we hold, read 2026-08-07

  • Search for existing resources before creating new onesin 7 of 169, across 3 files
  • Check tool responses for errors before proceedingin 7 of 169, across 3 files
  • Reduce request frequency on rate limit errorsin 7 of 169, across 3 files
  • Confirm connection status is ACTIVE before running workflowsin 7 of 169, across 3 files
  • Execute prerequisite steps first in workflowsin 7 of 169, across 3 files
  • Handle pagination by fetching until exhaustedin 7 of 169, across 3 files
  • Re-authenticate if the connection expiredin 6 of 169, across 2 files
  • Always call RUBE_SEARCH_TOOLS first to get schemasin 6 of 169, across 2 files
  • Pass strictly schema-compliant tool argumentsin 6 of 169, across 2 files
  • Run the skill generator if the shared file is missingin 6 of 169, across 3 files
  • Create the coursein 5 of 169, across 3 files
  • List enrolled studentsin 5 of 169, across 3 files

Said here and by no other author read

  • Ask the user for the target and available study time
  • Break the curriculum into small testable units
  • Replace passive rereading with active retrieval
  • Mix related topics within each study session
  • Complete full practice tests under realistic conditions
  • Grade practice tests and log every error with cause

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.