loomlisted
Install: claude install-skill epicsagas/Velith
# Velith — AI-Native Publishing System
## Overview
Build books like software. 6-phase pipeline from blank page to published book, with dedicated skills, agents, and quality gates at every stage.
```
Phase 0: Onboarding → Phase 1: Ideation → Phase 2: Outlining → Phase 3: Drafting → Phase 4: Editing → Phase 5: Publishing
```
## Genre Support
| Genre | Key Differences | Reference File |
|-------|----------------|----------------|
| Fiction | Plot structure (Save the Cat!/Snowflake), character bible, scene beats | `book-fiction` |
| Non-Fiction | Problem-solution structure, persona-driven, evidence hierarchy | `book-nonfiction` |
| Technical | Concept progression (novice→expert), code examples, diagrams, API docs | `book-technical` |
| Screenplay | 3-act + sequence method, dialogue/action, A/B story | `book-screenplay` |
| Poetry | Form-driven (sonnet/haiku/free verse), imagery systems, collection arc | `book-poetry` |
| Game | Quest trees, branching dialogue, lore bible, flag system | `book-game` |
| Academic | IMRAD, literature review, argument chains, citation practices | `book-academic` |
| Custom | Compose patterns from any genre via `book-genre-creator` | `book-genre-creator` |
## Phase Router
When `/velith` is invoked without arguments, detect current project state and route:
1. **No project exists** → Run Phase 0 (Onboarding)
2. **Project exists, no outline** → Run Phase 1 (Ideation)
3. **Outline exists, no drafts** → Run Phase 2 (Outlining) validation, then Phase