---
name: Enrich
slug: enrich
category: Writing
description: Enrich makes existing content more practical by adding examples, exercises, quizzes, glossaries, and cross-links. Use it when you want to improve learning value without changing the original meaning.
github: "https://github.com/alexeykrol/claude-code-starter/tree/main/templates/content/skills/enrich"
language: Shell
stars: 192
forks: 61
install: "npx degit https://github.com/alexeykrol/claude-code-starter/tree/main/templates/content/skills/enrich ~/.claude/skills/enrich"
installs_to: ~/.claude/skills/enrich
source_path: templates/content/skills/enrich/SKILL.md
collection_size: 16
category_size: 1279
collection_url: "https://dirskills.com/collections/alexeykrol/claude-code-starter"
added: 2026-09-06T05:19:15.540Z
last_synced: 2026-09-06T05:19:15.540Z
canonical_url: "https://dirskills.com/skills/enrich"
---

# Enrich

Enrich makes existing content more practical by adding examples, exercises, quizzes, glossaries, and cross-links. Use it when you want to improve learning value without changing the original meaning.

**Install:**

```bash
npx degit https://github.com/alexeykrol/claude-code-starter/tree/main/templates/content/skills/enrich ~/.claude/skills/enrich
```

## README

# Skill: Enrich

## Purpose

Сделать контент практичным, связанным и полезным без потери исходного смысла.

## Input

- existing content units
- audience
- content type
- local format rules

## Enrichment Passes

1. Examples and cases
2. Exercises
3. Quizzes
4. Glossary/thesaurus
5. Cross-links
6. Pitfalls and best practices
7. Summaries

## Output

- updated content files
- `exercises/*.md`
- `quizzes/*.yaml`
- `thesaurus.yaml` or `glossary.md`
- updated index/cross-links

## Quality

- Enrichment matches audience world
- Exercises are solvable
- Quizzes test taught material only
- Additions do not override rich source material
