Skip to content
Development
Skill

/enrich

Обогащение контента примерами, упражнениями, квизами, cross-links.

From plugin
claude-code-starter
19018 skills5 agents20 commands
Install
$ npx -y skills add alexeykrol/claude-code-starter --skill enrich --agent claude-code

How 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.md
name: 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
Ships withclaude-code-starter

Claude Code Starter — это готовая управляющая среда для проектов, в которых основной рабочий агент — Claude Code.

Get the whole plugin