/content-index
Построение и обновление индексов, registry, оглавлений, course maps, cross-links.
$ npx -y skills add alexeykrol/claude-code-starter --skill content-index --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
/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.mdname: 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
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

