anki-card-generator

生成 Anki 闪卡,输出 simple-anki-sync 兼容格式。当用户说「生成 Anki 卡片」「做卡片」「帮我记忆」「做闪卡」「学习卡片」「背诵卡」「记忆这个」时触发。

16 stars

Best use case

anki-card-generator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

生成 Anki 闪卡,输出 simple-anki-sync 兼容格式。当用户说「生成 Anki 卡片」「做卡片」「帮我记忆」「做闪卡」「学习卡片」「背诵卡」「记忆这个」时触发。

Teams using anki-card-generator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/anki-card-generator/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/tools/anki-card-generator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/anki-card-generator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How anki-card-generator Compares

Feature / Agentanki-card-generatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

生成 Anki 闪卡,输出 simple-anki-sync 兼容格式。当用户说「生成 Anki 卡片」「做卡片」「帮我记忆」「做闪卡」「学习卡片」「背诵卡」「记忆这个」时触发。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Anki Card Generator

Generate high-quality Anki cards based on LessWrong best practices and simple-anki-sync format.

## Pre-Generation Clarification

Before generating cards, clarify with user if unclear:

1. **Scope**: "Which aspects to focus on?" (for broad topics)
2. **Depth**: "Basic concepts only, or detailed Level 2/3 cards?"
3. **Quantity**: "How many cards? (Recommend 5-10 for core concepts)"
4. **Context**: "Any specific exam or application scenario?"

Proceed only after understanding requirements.

## Output Format

Use simple-anki-sync format:

```markdown
#anki/[domain]/[topic]

| [Question] |
| ---------- |
| [Core answer]<br><br><small>💡 [Supplementary info]</small> |
```

### Format Options

**Option A (Recommended)**: HTML tags

```markdown
| 唐朝建立时间 |
| ---------- |
| 618年,李渊建立<br><br><small>💡 隋末农民起义后起兵</small> |
```

**Option B**: Separator

```markdown
| 唐朝建立时间 |
| ---------- |
| 618年,李渊建立 ——— 💡 隋末农民起义后起兵 |
```

**Option C**: Parentheses

```markdown
| 唐朝建立时间 |
| ---------- |
| 618年,李渊建立(趣闻:其子李世民功劳最大) |
```

## Atomization Rules

### Word Limits

- **English**: Max 9 words, absolute limit 18 words
- **Chinese**: Recommended 15-20 characters, absolute limit 30-35 characters
- **Max items**: 3 bullet points per card

### Core Principle

If a card can be split into two shorter cards, split it.

## Question Design

### Standardized Templates

- **Time**: "X 时间" (not "X发生于何时?")
- **Definition**: "X 定义" (not "什么是X?")
- **Person**: "who X" (not "谁做了X?")
- **Pros/Cons**: "X 利弊" (not "X的优势是什么?")

### Key Rules

- Match real-world recall scenarios
- Use plain, unremarkable wording
- Avoid words in question that appear in answer
- Keep all critical info in answer, not question

## Answer Construction

### Core Answer

- Strictly follow word limits
- Answer should be meaningful without the question
- All key information in answer

### Supplementary Info (Optional)

Format: `<br><br><small>💡 content</small>`

**Emoji Guide**:

- 💡 Fun fact / trivia
- 📝 Note / explanation
- 🔗 Related concept
- ⚡ Tip / key point
- 📊 Data / statistics
- 📅 Date / timeline

Keep supplementary info to 10-20 characters.

### Handle System

Use `>` to reference related cards:

```markdown
| 牛顿贡献 |
| ------- |
| >运动定律 >万有引力 >微积分发展 |
```

## Detail Levels

- **Level 1**: Basic concept (core answer)
- **Level 2**: Detailed info (supplementary section)
- **Level 3**: Advanced details (create separate cards)

## Tag Naming

Use English tags: `#anki/[domain]/[topic]`

Common domains: history, programming, language, science, mathematics, psychology, economics, philosophy, medicine, art

## Quality Checklist

### Per Card

- [ ] Core answer within word limit?
- [ ] Correct supplementary format?
- [ ] Can it be further split?
- [ ] Question matches real recall scenario?
- [ ] No memory shortcuts?
- [ ] All key info in answer?

### Card Set

- [ ] Appropriate cross-references?
- [ ] Proper detail levels?
- [ ] No redundancy?

## Domain Examples

See [references/examples.md](references/examples.md) for detailed examples:

- History (ancient China)
- Programming (Python)
- Language learning (English)
- Academic concepts (psychology)
- Complex topics (quantum mechanics)
- Error corrections
- Advanced techniques (reversible cards, redundancy design)

## Workflow

1. **Receive input**: Knowledge points, wiki links, study materials
2. **Clarify**: Ask questions if uncertain
3. **Generate**: Follow atomization and best practices
4. **Output**: simple-anki-sync markdown format

**Core Philosophy**: Prioritize sustainability and real recall scenarios over comprehensive coverage. Focus on preventing cognitive and motivational barriers.

## When NOT to Use

❌ **不适合卡片化的内容:**

- 需要视觉理解的(图表、流程图)
- 超过 50 行的代码块
- 高度情境依赖的知识

✅ **替代方案:**

- 视觉内容 → 配图索引卡片
- 大代码块 → 代码 Snippet 库

Related Skills

chapter-outline-generator

16
from diegosouzapw/awesome-omni-skill

Generate structured chapter outlines for books with plot points, character arcs, word counts, and pacing notes. Use when planning book chapters, structuring narratives, or organizing story flow.

cardly-automation

16
from diegosouzapw/awesome-omni-skill

Automate Cardly tasks via Rube MCP (Composio). Always search tools first for current schemas.

card-note

16
from diegosouzapw/awesome-omni-skill

基于卡片笔记法(Zettelkasten)原则,通过苏格拉底式提问引导用户将模糊想法梳理、沉淀为原子化、可复用的知识卡片

bash-script-generator

16
from diegosouzapw/awesome-omni-skill

Comprehensive toolkit for generating best practice bash scripts following current standards and conventions. Use this skill when creating new bash scripts, implementing shell automation, text processing workflows, or building production-ready command-line tools.

baml-generator

16
from diegosouzapw/awesome-omni-skill

Automatically regenerate BAML client code when .baml files are modified. Use after any changes to BAML definitions to keep generated code in sync.

awesome-copilot-root-excalidraw-diagram-generator

16
from diegosouzapw/awesome-omni-skill

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw. Use when: the task directly matches excalidraw diagram generator responsibilities within plugin awesome-copilot-root. Do not use when: a more specific framework or task-focused skill is clearly a better match.

awesome-copilot-root-architecture-blueprint-generator

16
from diegosouzapw/awesome-omni-skill

Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development. Use when: the task directly matches architecture blueprint generator responsibilities within plugin awesome-copilot-root. Do not use when: a more specific framework or task-focused skill is clearly a better match.

astro-page-generator

16
from diegosouzapw/awesome-omni-skill

Generate Astro page components with islands architecture. Triggers on "create astro page", "generate astro component", "astro file", ".astro page".

article-generator

16
from diegosouzapw/awesome-omni-skill

Genera artículos bien estructurados y redactados a partir de notas y estructura definida en blog/draft/<name>/. Usa cuando el usuario pida crear o generar un artículo desde notas.

architecture-blueprint-generator

16
from diegosouzapw/awesome-omni-skill

Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.

ansible-generator

16
from diegosouzapw/awesome-omni-skill

Comprehensive toolkit for generating best practice Ansible playbooks, roles, tasks, and inventory files.

angle-generator

16
from diegosouzapw/awesome-omni-skill

Generate 10-20 ad angles for an offer using direct response principles and cross-industry ideation. Use when you need fresh angle ideas, want to explore new messaging approaches, or are starting creative development for a campaign.