Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Generate Practice Tests And Flashcards

ASecurity

Generate practice tests, flashcards, study schedules, and timed simulations from any study material.

19 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgoawsapidatabaseperformancedocumentation

Works with

api

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill generate-practice-tests-and-flashcards --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Generate Practice Tests And Flashcards?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Generate Practice Tests And Flashcards
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-generate-practice-tests-and-flashcards/badge)](https://www.skillsdirectory.com/skills/rondoflow-generate-practice-tests-and-flashcards)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: generate-practice-tests-and-flashcards
description: "Generate practice tests, flashcards, study schedules, and timed simulations from any study material."
category: "Development"
author: community
version: "1.0.0"
icon: code
---

## What This Skill Does

Complete exam preparation from your content:
- **Practice tests** — Multiple choice, short answer, essay questions
- **Flashcards** — Key concepts for spaced repetition, Anki-exportable
- **Simulations** — Timed mock exams matching real format
- **Gap analysis** — Identify weak areas, prioritize weak topics
- **Study schedules** — Realistic calendars based on exam date and availability
- **Summaries** — Condense chapters to 1-2 pages of exam-relevant content
- **Concept maps** — Visualize how topics connect
- **Quick review sheets** — Last-minute "cheat sheets" for 30-min pre-exam review

Works for: university exams, certifications (AWS, PMP, etc.), standardized tests, professional licensing.

---

## Quick Reference

| Task | Load |
|------|------|
| Question generation patterns | `questions.md` |
| Flashcard formats and strategies | `flashcards.md` |
| Timed simulation setup | `simulations.md` |
| Performance tracking | `tracking.md` |

---

## Core Workflow

### 1. Provide Source Material
User shares: notes, textbook chapters, slides, documentation, past exams.

### 2. Generate Questions
Agent creates questions at specified difficulty:
- **Easy** — Recall, definitions, basic concepts
- **Medium** — Application, comparison, analysis
- **Hard** — Synthesis, edge cases, multi-step reasoning

### 3. Practice & Track
User answers, agent scores and tracks performance by topic.

### 4. Focus Weak Areas
Agent identifies gaps, generates targeted practice.

---

## Question Types

| Type | Format | Best For |
|------|--------|----------|
| Multiple choice | 4 options, 1 correct | Quick assessment, certifications |
| Multiple select | N options, M correct | Complex topics |
| True/False | Statement + T/F | Fast review |
| Short answer | 1-3 sentences | Definitions, explanations |
| Fill blank | Sentence with ___ | Terminology |
| Matching | Connect pairs | Relationships |
| Essay | Open response | Deep understanding |

---

## Generating Questions

**From notes:**
```
User: "Generate 10 questions from these AWS S3 notes"
Agent: Creates mix of types, varying difficulty
```

**By topic:**
```
User: "5 hard questions on database normalization"
Agent: Generates challenging application questions
```

**Exam style:**
```
User: "Make questions like the PMP exam"
Agent: Matches official format, question style, difficulty
```

---

## Practice Session

```
📝 Practice: AWS S3 (10 questions)

Q1/10 [Medium]
Which S3 storage class has the lowest cost for infrequently accessed data with millisecond retrieval?

A) S3 Standard
B) S3 Intelligent-Tiering
C) S3 Standard-IA ✓
D) S3 Glacier

Your answer: _
```

After answer:
```
✅ Correct!

S3 Standard-IA is designed for infrequently accessed data 
but requires rapid access when needed. Glacier has lower 
cost but retrieval takes minutes to hours.

[Next] [Skip] [End session]
```

---

## Storage

```
~/exams/
├── {subject}/
│   ├── questions.jsonl    # Question bank
│   ├── sessions.jsonl     # Practice history
│   ├── performance.json   # Stats by topic
│   └── flashcards.json    # Generated cards
```

---

## Study Planning

```
"Create a study schedule — exam in 2 weeks, 3 hours/day available"
"Summarize chapter 5 focusing on what's likely to be on the exam"
"Make a concept map for [topic]"
"Generate a 1-page quick review sheet for [subject]"
"Remind me to study at 7pm daily" (uses cron)
```

---

## Commands

```
"Generate 20 questions from [material]"
"Quiz me on [topic]"
"Start a timed simulation (50 questions, 60 minutes)"
"Show my weak areas"
"Create flashcards for [topic]"
"Review mistakes from last session"
"Grade my essay answer and suggest improvements"
```

---

### Active Subjects
<!-- Subjects being studied -->

### Performance Summary
<!-- Overall stats and trends -->

### Focus Areas
<!-- Topics needing more practice -->

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →