Skip to content
Development
Skill

/outline

Построение структуры книги, курса, базы знаний, документа.

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

Context preview

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

Построение структуры книги, курса, базы знаний, документа.

SKILL.md

outline.SKILL.md
name: 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
  • Навигация понятна
Ships withclaude-code-starter

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

Get the whole plugin