/enrich
Обогащение контента примерами, упражнениями, квизами, cross-links.
$ npx -y skills add alexeykrol/claude-code-starter --skill enrich --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/enrich
Context preview
The summary Claude sees to decide when to auto-load this skill.
Обогащение контента примерами, упражнениями, квизами, cross-links.
SKILL.md
enrich.SKILL.mdname: enrich description: "Обогащение контента примерами, упражнениями, квизами, cross-links." allowed-tools: Read Write Edit Glob Grep disable-model-invocation: false
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
Claude Code Starter — это готовая управляющая среда для проектов, в которых основной рабочий агент — Claude Code.
Repo: alexeykrol/claude-code-starter
Other skills on claude-code-starter.
- /db-migrate
Миграция схемы базы данных: SQLite → PostgreSQL/Supabase. Генерация SQL, проверка совместимости.
Open skill - /finish
Завершение рабочей сессии. Тесты, коммит, обновление SNAPSHOT, отчёт.
Open skill - /housekeeping
Фоновое обслуживание проекта: актуальность README, CHANGELOG, версии, .gitignore, метафайлов.
Open skill - /playwright
E2E тестирование UI с Playwright. Запуск, создание тестов, анализ результатов.
Open skill - /save-dialog
Сохранить JSONL текущей сессии Claude Code в .claude/dialogs/. Триггеры: /save-dialog, "сохрани диалог", "архив диалога".
Open skill - /start
Инициализация рабочей сессии. Построить адекватную модель проекта, заземлить её в код, доложить с глубиной по запросу.
Open skill

