/write-content
Создание или бережная адаптация content units по brief, структуре и style guide.
$ npx -y skills add alexeykrol/claude-code-starter --skill write-content --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
/write-content
Context preview
The summary Claude sees to decide when to auto-load this skill.
Создание или бережная адаптация content units по brief, структуре и style guide.
SKILL.md
write-content.SKILL.mdname: write-content description: "Создание или бережная адаптация content units по brief, структуре и style guide." allowed-tools: Read Write Edit Glob Grep disable-model-invocation: false
Skill: Write Content
Purpose
Написать или адаптировать главу, урок, статью, документ, transcript-derived lesson, knowledge-base entry.
Input
- Intake result: rich / sparse / mixed
- outline or brief
- source hierarchy
- style guide
- target file path
Process
1. Прочитай brief, relevant outline, style guide 2. Прочитай только нужные sources 3. Если input rich: сохрани голос, порядок мысли, обязательные формулировки 4. Если input sparse: опирайся на research outputs 5. Напиши content unit по локальному формату 6. Объясни термины на уровне аудитории 7. Добавь transitions, summary, cross-links 8. Запиши unresolved deficits
Quality
- Один unit — один фокус
- В начале ясна цель
- Нет unexplained jargon
- Нет invented citations
- Rich input не потерян
- Файл соответствует формату
Output
- Created/updated content file
- Optional local notes in `notes/` or `_meta/`
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

