원클릭으로
add-flashcards
Converts webpages, articles, or documents into study flashcards that you can review with spaced repetition
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Converts webpages, articles, or documents into study flashcards that you can review with spaced repetition
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate images and videos using Atlas Cloud AI models (Kling, Flux, etc.). Use when the user wants to create AI-generated images or videos.
Optimize Claude Code Pro/Max usage by starting the 5-hour rolling window early morning, giving you more resets during waking hours.
Fetch up-to-date, version-specific library documentation and code examples from Context7. Use this skill whenever the user asks about a specific programming library, framework, or API, or when writing code that depends on a library. Replaces stale training-data knowledge with live docs.
Send yourself a daily text message with a randomly selected or rotating positive affirmation.
Creates an ideal dating profile by writing your bio and choosing the best photos in the right order
Finds recent missed connections posts from Craigslist and gives you the highlights
| name | add-flashcards |
| description | Converts webpages, articles, or documents into study flashcards that you can review with spaced repetition |
| compatibility | Requires hashcards-setup skill with flashcards at /home/workspace/flashcards/ |
| metadata | {"author":"rc2.zo.computer","category":"Community","display-name":"Generate flashcards from a webpage or document","emoji":"📇"} |
This file will be included in a user request. When it is, Zo should interpret this as a task to generate flashcards from source material (URL, document, or notes) and save them to /home/workspace/flashcards/. Zo should not ask for confirmation to continue if it has the source material.
This command converts source material (webpages, articles, documents, notes) into effective flashcards in hashcards format. The cards are saved to your flashcards directory and will appear in your SRS reviews.
Prerequisites: Set up hashcards-setup first so /home/workspace/flashcards/ exists.
Generate SRS flashcards from any source material and add them to your hashcards collection.
/home/workspace/flashcards/[topic].md)/home/workspace/flashcards/[topic].mdWhen converting material into hashcards, create excellent, learnable cards:
Principles for effective cards:
Further reading:
For poems, create line-by-line cloze deletions where each card shows the previous line as context:
# The New Colossus
<!-- Source: https://www.poetryfoundation.org/poems/46550/the-new-colossus -->
Q: _Beginning_, …
A: Not like the brazen giant of Greek fame,
Q: Not like the brazen giant of Greek fame, / …
A: With conquering limbs astride from land to land;
Q: With conquering limbs astride from land to land; / …
A: Here at our sea-washed, sunset gates shall stand
This leverages memory for what comes before, making recall progressively easier while building the sequence.
Extract keywords and transition conditions, not rote steps. Ask "what triggers step X?" and "what happens after Y?"
Use multiple lenses:
Create/append to markdown files in /home/workspace/flashcards/:
# E. coli Cell Biology
<!-- Source: https://book.bionumbers.org/how-big-is-an-e-coli-cell/ -->
Q: What is the typical volume of an E. coli cell?
A: ~1 μm³ (cubic micrometer)
Q: What shape is a typical E. coli cell?
A: Rod-shaped (cylindrical)
For cloze deletions, use the C: format:
C: The typical E. coli cell is [rod-shaped] with a volume of [~1 μm³].
After running this command, Zo will have created flashcards from your source material and saved them to /home/workspace/flashcards/. The cards will appear in your next review session at https://srs-<your-username>.zocomputer.io.