Skip to content
Development
Skill

/content-index

Построение и обновление индексов, registry, оглавлений, course maps, cross-links.

From plugin
claude-code-starter
19018 skills5 agents20 commands
Install
$ npx -y skills add alexeykrol/claude-code-starter --skill content-index --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/content-index

Context preview

The summary Claude sees to decide when to auto-load this skill.

Построение и обновление индексов, registry, оглавлений, course maps, cross-links.

SKILL.md

content-index.SKILL.md
name: content-index
description: "Построение и обновление индексов, registry, оглавлений, course maps, cross-links."
allowed-tools: Read Write Edit Glob Grep Bash
disable-model-invocation: false

Skill: Content Index

Purpose

Обновить навигацию и registry так, чтобы проект был читаемым после изменения контента.

Input

  • content tree
  • existing `INDEX.md`, `00-course-index.md`, `course-registry.md` или README
  • metadata files

Process

1. Просканируй content files 2. Извлеки title, status, type, tags, updated date, summary 3. Проверь missing metadata 4. Обнови master index 5. Обнови section indexes 6. Проверь relative links 7. Зафиксируй orphan files

Output

  • `INDEX.md`
  • `INDEX-*.md`
  • `00-course-index.md`
  • `course-registry.md`
  • `README.md` navigation section
  • optional `orphan-report.md`

Quality

  • Каждый publishable file достижим из индекса
  • Нет broken relative links
  • Index descriptions one-line и specific
  • Archive/drafts clearly separated
Ships withclaude-code-starter

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

Get the whole plugin