Skip to content

nntrivi2001/wordsmith

Repository files navigation

Wordsmith

Long-form webnovel writing system with integrated Vietnamese writing patterns.

Features

  • 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

Installation

Add to CLAUDE_PLUGIN_PATHS in your Claude Code settings:

{
  "CLAUDE_PLUGIN_PATHS": [
    "/path/to/wordsmith"
  ]
}

Usage

/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 session

Vietnamese Writing Rules

See 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

Structure

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

Author

nntrivi2001

Version

version notes
v1.0.0 (current) Initial release

About

Webnovel Writer - Long-form web novel creation system built on Claude Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors