Claude Skill

second-brain-quiz

Generate questions from the user's own concept pages so they can find out what they saved but never learned, and compare their answers against what the pages say. Use this skill when the user wants to test themselves, revise, make flashcards from their notes, or asks what they ha

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download undefined-ui-second-brain-os-skills_second-brain-quiz-347feee.zip · 0 KB
Part of undefined-ui/second-brain-os — 18 skills

Install

skills CLI npx skills add https://github.com/undefined-ui/second-brain-os/tree/main/skills/second-brain-quiz
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install undefined-ui-second-brain-os@llmmart
Git git clone https://github.com/undefined-ui/second-brain-os.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole undefined-ui/second-brain-os collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Quiz from your own pages

Reading something is not learning it. A vault of well-written pages nobody revisits is a library, and libraries do not make anyone knowledgeable.

Core rule

Questions come from the user's pages, at the depth those pages record. Never from general knowledge about the topic.

Workflow

  1. Pick the scope: a topic, a cluster, or pages updated recently.
  2. Write questions of two kinds: recall of what the page states, and application of the idea to a new case.
  3. Withhold answers until the user has attempted them.
  4. Grade against the page, not against what is true. If they answered correctly but the page says otherwise, that is a page problem worth surfacing.
  5. Report the gaps: which pages they could not answer from. Those are things saved and never learned.

Output format

<n> questions from <n> pages

1. <question>
...

[after answers]
Solid: <topics>
Shaky: <topics, with the pages to reread>
Page problems found: <pages that are unclear or wrong>

Calibration

Keep it to a handful of pages that matter. Quizzing everything ever saved is a job, not a habit.

A page that cannot generate a good application question is usually a page that records the source's wording rather than an understanding of it. Say so.

Files (second-brain-os)
  • SKILL.md 1.7 KB
    ---
    name: second-brain-quiz
    description: >-
      Generate questions from the user's own concept pages so they can find out what
      they saved but never learned, and compare their answers against what the pages
      say. Use this skill when the user wants to test themselves, revise, make
      flashcards from their notes, or asks what they have forgotten. Do NOT use for
      generic quizzing on a topic the vault does not cover, or for answering a
      question from the vault.
    ---
    
    # Quiz from your own pages
    
    Reading something is not learning it. A vault of well-written pages nobody
    revisits is a library, and libraries do not make anyone knowledgeable.
    
    ## Core rule
    
    Questions come from the user's pages, at the depth those pages record. Never
    from general knowledge about the topic.
    
    ## Workflow
    
    1. **Pick the scope:** a topic, a cluster, or pages updated recently.
    2. **Write questions of two kinds:** recall of what the page states, and
       application of the idea to a new case.
    3. **Withhold answers** until the user has attempted them.
    4. **Grade against the page, not against what is true.** If they answered
       correctly but the page says otherwise, that is a page problem worth
       surfacing.
    5. **Report the gaps:** which pages they could not answer from. Those are things
       saved and never learned.
    
    ## Output format
    
    ```
    <n> questions from <n> pages
    
    1. <question>
    ...
    
    [after answers]
    Solid: <topics>
    Shaky: <topics, with the pages to reread>
    Page problems found: <pages that are unclear or wrong>
    ```
    
    ## Calibration
    
    Keep it to a handful of pages that matter. Quizzing everything ever saved is a
    job, not a habit.
    
    A page that cannot generate a good application question is usually a page that
    records the source's wording rather than an understanding of it. Say so.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related