From u-flow
This skill should be used when the user wants to generate flashcards, practice questions, or Q&A decks from academic content, wants to be quizzed interactively, or wants to prepare for an oral exam. Triggers on phrases like "haceme flashcards", "preguntas de práctica", "quiz sobre esto", "tarjetas de estudio", "preguntame sobre", "modo quiz", "quiero repasar con preguntas", "generame un cuestionario", "hacé de profesor y preguntame", "preparame para el oral", "examen oral", "coloquio", "tengo el parcial/final y quiero practicar", or when the user wants to test their knowledge on a topic. Responds in Spanish by default.
How this skill is triggered — by the user, by Claude, or both
Slash command
/u-flow:study-aidsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
To generate structured study aids — flashcards and practice questions — from academic content. Apply when the user wants to test recall, prepare for oral or written exams, or self-quiz on a topic.
To generate structured study aids — flashcards and practice questions — from academic content. Apply when the user wants to test recall, prepare for oral or written exams, or self-quiz on a topic.
Output flashcards as a numbered list (renders everywhere, including mobile):
## Flashcards: [Tema]
**1.** ¿Qué es [concepto]?
> [definición precisa en 1-2 oraciones]
**2.** ¿Cuál es la diferencia entre X e Y?
> [distinción clave]
**3.** ¿Cuándo se aplica [ley/fórmula]?
> [contexto de aplicación]
**4.** ¿Quién propuso [teoría] y cuándo?
> [autor + año]
If the user explicitly asks for a table format, use the Markdown table instead.
Generate practice questions in three difficulty tiers:
## Práctica: [Tema]
### Nivel 1 — Definición y Recall
1. ¿Qué significa [término]?
2. ¿Cuáles son las características de [concepto]?
### Nivel 2 — Comprensión y Aplicación
3. Explicá con tus palabras cómo funciona [proceso].
4. Dado [escenario], ¿qué [ley/método/herramienta] aplicarías y por qué?
### Nivel 3 — Análisis y Síntesis
5. Compará [X] con [Y] en términos de [criterio].
6. ¿Cuáles son las limitaciones de [teoría/modelo]?
---
**Respuestas sugeridas:**
1. [Respuesta concisa]
2. [Respuesta concisa]
...
If the user says "preguntame", "modo quiz", or "hacé de profesor", enter interactive quiz mode:
When the user mentions "examen oral", "coloquio", or "me toman de palabra":
Before finalizing:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub facundomartinezvidal/claude-plugins --plugin u-flow