agentsclimarketplace

Reanthesis

Skill Reanthesis/use-reanthesis/skills/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

Install
npx -y skills add Reanthesis/use-reanthesis --skill reanthesis

Assembled 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

  1. Call whoami first. On an auth error, have the user add https://reanthesis.com/mcp as a connector in their client's settings and tap Allow at reanthesis.com — then stop. Never pretend cards were saved.
  2. Read all supplied material before drafting anything.
  3. Check what already exists: list_decks, and find_tags with include_active: true. Waking dormant cards beats creating duplicates.
  4. Propose the batch — deck, topics, sample fronts and backs — and get the user's nod before creating, unless they asked for immediate import.
  5. Finish with: open Reanthesis and hit Study.

References

Hard rules

  • update_card REPLACES the note's entire fields object. Resend every field you want to keep.
  • wake_cards and rest_cards take exactly one selector: card_ids, deck_ids, or tags.
  • find_tags searches dormant cards by default; pass include_active: true when authoring so you see the full tag vocabulary.
  • Tool errors return {code, message}. Report them plainly; connector_revoked means the user must reconnect at reanthesis.com.

What ships with it: 3 files

7.7 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,851. 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.