/outline
Построение структуры книги, курса, базы знаний, документа.
$ npx -y skills add alexeykrol/claude-code-starter --skill outline --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
/outline
Context preview
The summary Claude sees to decide when to auto-load this skill.
Построение структуры книги, курса, базы знаний, документа.
SKILL.md
outline.SKILL.mdname: outline description: "Построение структуры книги, курса, базы знаний, документа." allowed-tools: Read Write Edit Glob Grep disable-model-invocation: false
Skill: Outline
Purpose
Сформировать content map: оглавление, программу, chapter map, registry или document structure.
Input
- brief
- research outputs
- existing index/arc/program
- audience and content type
Process
1. Определи конечный результат для читателя 2. Разбей материал на content units 3. Для каждого unit задай функцию: teach, prove, reference, decide, practice, archive 4. Построй порядок: prerequisites, learning curve, narrative arc, decision flow 5. Отметь dependencies и cross-links 6. Проверь, что обязательные sources не потеряны 7. Зафиксируй gaps for research/write
Output
- курс: `program.md`, `learning-objectives.md`, `dependencies.md`
- книга: `arc.md`, `chapter-map.md`, `briefs/chapter-N.md`
- база знаний: `INDEX.md`, `INDEX-*.md`, taxonomy
- документы: `document-map.md`, canonical files list
- транскрипты: `00-course-index.md`, section map
Quality
- У каждого section/unit есть цель
- Нет циклических dependencies
- Структура соответствует audience level
- Навигация понятна
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

