# Content Index

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

- Skill: `alexeykrol/content-index` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alexeykrol/content-index`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alexeykrol/content-index/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: alexeykrol (https://skillmd.com/u/alexeykrol)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alexeykrol/content-index

---


# 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

