creative-writinglisted
Install: claude install-skill fabioc-aloha/Alex_ACT_Edition
# Creative Writing Skill
Patterns for fiction, narrative structure, character development, dialogue, and storytelling craft.
---
## Book Project Scaffolding
### Recommended Folder Structure
```text
book-project/
├── .github/
│ ├── copilot-instructions.md # Book-specific Alex context
│ └── prompts/
│ └── chapter-review.prompt.md
├── outline/
│ ├── BOOK-PLAN.md # Synopsis, themes, timeline
│ ├── PLOT-OUTLINE.md # Beat sheet or chapter summaries
│ └── TIMELINE.md # Story timeline (if complex)
├── characters/
│ ├── CHARACTER-BIBLE.md # All characters in one file
│ └── [character-name].md # Deep dives for major characters
├── worldbuilding/ # For fantasy/sci-fi/historical
│ ├── WORLD-BIBLE.md # Rules, history, geography
│ ├── magic-system.md # If applicable
│ └── locations/ # Location details
├── research/ # For historical, technical, etc.
│ ├── RESEARCH-LOG.md # What you've researched
│ └── notes/ # Source notes
├── chapters/
│ ├── act-1/
│ │ ├── ch01-[slug].md
│ │ └── ch02-[slug].md
│ ├── act-2/
│ └── act-3/
├── drafts/
│ ├── draft-1/ # Complete manuscript versions
│ └── draft-2/
├── scenes/ # Loose scenes not yet placed
└── README.md # Project overview
```
### BOOK-PLAN.md Template
```markdown
# B