ワンクリックで
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 職業分類に基づく
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any project.
Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.
Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del sector. Actívalo tras definir el nicho.
2D game development principles. Sprites, tilemaps, physics, camera.
3D game development principles. Rendering, shaders, physics, cameras.
| 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":"📇"} |
| catalogSource | luokai |
| catalogId | luokai-add-flashcards |
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.