Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add TaylorHuston/local-life-manager --skill "flashcards"
Install specific skill from multi-skill repository
# Description
Generate spaced repetition flashcards from notes or topics. Use when user wants to create flashcards, make review cards, prepare for spaced repetition, or convert notes to quiz format. Triggers on "flashcards", "make cards", "spaced repetition", "review cards".
# SKILL.md
name: flashcards
description: Generate spaced repetition flashcards from notes or topics. Use when user wants to create flashcards, make review cards, prepare for spaced repetition, or convert notes to quiz format. Triggers on "flashcards", "make cards", "spaced repetition", "review cards".
model: claude-sonnet-4-5-20250929
argument-hint: [file path or topic]
allowed-tools: Read, Edit, Glob, Grep
Generate flashcards for Obsidian Spaced Repetition from: $ARGUMENTS
Syntax
See references/flashcard-syntax.md for formats:
- :: single-sided
- ::: bidirectional
- ;; multi-line
- ==text== cloze deletions
Process
- If file path: read and analyze it
- If topic: search vault for relevant notes
- Identify key concepts, terms, gotchas worth remembering
- Generate cards grouped by subtopic
- Ask where to add:
- Inline within source note
- Dedicated flashcards section at bottom
- Separate flashcards file
- Add cards to chosen location
Guidelines
- Atomic: one concept per card
- Bidirectional for terminology, translations, concept โ example
- Cloze for port numbers, values, command syntax
- Avoid: yes/no questions, overly long answers, memorizing lists
Generate cards useful for recall, not trivial facts.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.