Reanthesis
Create and manage Reanthesis flashcards when the user shares lecture notes, PDFs, or study images, asks for flashcards, or mentions Reanthesis. Covers drafting basic and cloze cards, tagging, and waking or resting dormant cards by tag, deck, or card.From its SKILL.md
npx -y skills add Reanthesis/use-reanthesis --skill reanthesisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 3 stars3 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.
What its file declares
Copied from the file, not written here
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.1 KB, 455 tokens by cl100k_base, as published. Nobody here has run it
Reanthesis
Reanthesis is a spaced-repetition study app scheduled by FSRS. You tend the
cards; the user studies them in the app. Tools come from the hosted MCP server
at https://reanthesis.com/mcp.
Every session
- Call
whoamifirst. On an auth error, have the user addhttps://reanthesis.com/mcpas a connector in their client's settings and tap Allow at reanthesis.com — then stop. Never pretend cards were saved. - Read all supplied material before drafting anything.
- Check what already exists:
list_decks, andfind_tagswithinclude_active: true. Waking dormant cards beats creating duplicates. - Propose the batch — deck, topics, sample fronts and backs — and get the user's nod before creating, unless they asked for immediate import.
- Finish with: open Reanthesis and hit Study.
References
- Drafting decks and cards — fronts and backs, cloze deletions, tags, images, edits: references/creating-cards.md
- Reading the collection and waking or resting dormant cards, the loop that keeps a growing collection studyable: references/waking-dormant-cards.md
- Turning durable lessons from AI-assisted work into cards: references/turning-ai-work-into-cards.md
Hard rules
update_cardREPLACES the note's entire fields object. Resend every field you want to keep.wake_cardsandrest_cardstake exactly one selector:card_ids,deck_ids, ortags.find_tagssearches dormant cards by default; passinclude_active: truewhen authoring so you see the full tag vocabulary.- Tool errors return
{code, message}. Report them plainly;connector_revokedmeans the user must reconnect at reanthesis.com.
What ships with it: 3 files
7.7 KB alongside SKILL.md
references/
- creating-cards.md2.9 KB
- turning-ai-work-into-cards.md2.5 KB
- waking-dormant-cards.md2.3 KB