Long-form webnovel writing system with integrated Vietnamese writing patterns.
- 8 skills: write, plan, review, init, query, resume, dashboard, learn
- 7 specialized agents for consistency, continuity, pacing, and more
- RAG with local vector index
- Vietnamese writing patterns from 4 reference sources
Add to CLAUDE_PLUGIN_PATHS in your Claude Code settings:
{
"CLAUDE_PLUGIN_PATHS": [
"/path/to/wordsmith"
]
}/wordsmith-write # Write a new chapter
/wordsmith-write --fast # Fast mode
/wordsmith-plan # Plan plot/outline
/wordsmith-review # Review written chapter
/wordsmith-init # Initialize new project
/wordsmith-dashboard # Open visual dashboard
/wordsmith-learn # Extract patterns from sessionSee STYLE_GUIDE_VN.md for full details.
Key rules:
- Units: Use
mét, cm, km, kg(not Chinese units) - Dialogue:
"Content" - action tag - Inner thoughts: Third-person, no quotes
- Minimum 8 words per sentence
- Scene breaks:
---for major,*— Hết Chương X —*for end
wordsmith/
├── skills/ # 8 main skills
├── agents/ # 7 specialized agents
├── references/ # Shared references
├── genres/ # Genre-specific templates
├── scripts/ # Python scripts
├── dashboard/ # Web dashboard
└── STYLE_GUIDE_VN.md
nntrivi2001
| version | notes |
|---|---|
| v1.0.0 (current) | Initial release |