Novel Writing Assistant
v1.0.0Comprehensive novel writing assistant for creating, managing, and formatting novels. Use when the user needs help with (1) writing novel chapters, (2) managi...
Like a lobster shell, security has layers — review code before you run it.
License
SKILL.md
Novel Writing Assistant
This skill helps with all aspects of novel writing, from creating new chapters to managing complex storylines and characters.
Core Capabilities
1. Chapter Writing
When writing new chapters:
- Read existing chapters to understand the story context
- Maintain consistent tone, style, and character voices
- Follow the established chapter format (title, author, date, content sections)
- Use proper paragraph breaks and dialogue formatting
- Save chapters in the designated folder with consistent naming
2. Format Management
Standard chapter format:
# XX-第X章 章节标题.md
## 第X章:章节标题
## 作者:作者名
## 日期:YYYY年MM月DD日
## 日期说明(可选)
---
正文内容,使用正确的段落和对话格式
---
**第X天/章,结束。**
**关键信息总结**
**但……**
**后续预告/思考**
3. Format Checking
Check chapters for:
- Consistent frontmatter (title, author, date)
- Proper paragraph breaks (not too long or too short)
- Correct dialogue formatting
- Consistent section separators
- Missing or inconsistent information
4. Novel Continuation
When continuing a novel:
- Review the last 2-3 chapters for context
- Check the story's current status and unresolved plot points
- Maintain character consistency
- Advance the plot logically
- Match the existing writing style
5. Format Conversion
Convert novels between formats:
- Markdown → TXT (plain text)
- Markdown → EPUB (e-book)
- Markdown → PDF (document)
Use scripts in scripts/ folder for conversions.
6. Character & Plot Management
Track and manage:
- Character profiles and development
- Plot arcs and storylines
- Timeline consistency
- World-building details
Store this information in references/characters.md and references/plot.md.
File Organization
Standard novel folder structure:
NovelName/
├── 00-简介.md
├── 01-第一章 标题.md
├── 02-第二章 标题.md
├── ...
├── characters.md (character profiles)
├── plot.md (plot outline)
└── NovelName.txt (compiled text version)
Best Practices
- Always read context - Before writing, read existing chapters
- Maintain consistency - Keep tone, style, and details consistent
- Use proper formatting - Follow the established chapter format
- Save incrementally - Save work frequently to avoid loss
- Check before converting - Verify formatting before format conversion
- Track changes - Keep notes on what was changed and why
Available Scripts
scripts/md_to_txt.py- Convert markdown chapters to plain textscripts/check_format.py- Check chapter formatting consistencyscripts/compile_novel.py- Compile all chapters into single file
Reference Files
references/characters.md- Character profiles and trackingreferences/plot.md- Plot outline and story arcsreferences/writing_guide.md- Writing style and conventions
Usage Examples
Write a new chapter: "帮我写小说《觉醒之鬼》第二十五章,承接第二十四章的剧情"
Check formatting: "检查一下小说所有章节的格式是否一致"
Convert format: "把小说转换成txt格式"
Continue story: "继续写下一章,主角遇到了新的挑战"
Manage characters: "更新角色信息,添加新角色"
Files
6 totalComments
Loading comments…
