Phase 2: Outlining. Apply genre-specific structures, generate per-chapter specs, cross-reference map, structural validation.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill book-outline --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Book Outline?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-book-outline)More formats (shields.io, HTML) on the badges page.
---
name: book-outline
description: "Phase 2: Outlining. Apply genre-specific structures, generate per-chapter specs, cross-reference map, structural validation."
category: general-purpose
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/epicsagas/Velith/skills/book-outline/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/epicsagas/Velith/skills/book-outline/SKILL.md
---
# Phase 2: Outlining
Genre structures: Fiction → 3-Act/15-Beat · Non-fiction → Problem→Principles→Practice→Advanced · Technical → Intro(15%)→Foundations(25%)→Practice(30%)→Advanced(20%)→Reference(10%).
Per-chapter spec: hook · key concepts (3-5) · word target (±10%) · difficulty · prerequisites · source refs.
Cross-reference map as DAG. Rules: no cycles, each concept defined only at first appearance.
Validation by genre:
- **Fiction**: narrative arc complete, protagonist arc natural, conflict escalation, climax placement
- **Non-fiction**: problem→solution linear, difficulty gradient, each part has clear purpose
- **Technical**: novice→expert ordering, code deps correct, exercise gradient smooth
Output: `outline.md` (structure overview, chapter specs, dependency map, validation results).
Gate: outline.md exists, all chapters specified, cross-reference map written.
## Post-Completion
Update the project dashboard status:
```bash
node {PLUGIN_ROOT}/velith.mjs scan [project-dir] --plugin-root={PLUGIN_ROOT}
```
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/epicsagas/Velith/skills/book-outline/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!