Flashcard Generator banner
serbestonline serbestonline

Flashcard Generator

Development community

Description

--- name: flashcard-generator description: Central flashcard generation rules for all courses. Defines the question-front / explanatory-back card architecture, card types (Cerebro Basic, Cerebro Cloze, Cerebro Type, Cerebro Type Code), 3-tier tagging, slide-figure embedding, TSV output format, and quality standards. All course-specific flashcard skills inherit from this file. --- # Flashcard Generator — Central Rules All course-specific flashcard skills inherit from this document. Course skill

Installation

Installs to ~/.claude/skills/serbestonline-cerebro-flashcard-generator/SKILL.md

Terminal
mkdir -p ~/.claude/skills/serbestonline-cerebro-flashcard-generator && curl -fsSL https://raw.githubusercontent.com/serbestonline/Cerebro/HEAD/skills/flashcard-generator.md -o ~/.claude/skills/serbestonline-cerebro-flashcard-generator/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository