novel-progress

Aggregate word counts from Markdown outlines, contexts, and chapters into progress.html.

13|4|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TulanCN/vibe-noveling --skill novel-progress
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: novel-progress
Source: https://github.com/TulanCN/vibe-noveling/tree/main/plugins/vibe-noveling/skills/novel-progress
Command: npx skills add https://github.com/TulanCN/vibe-noveling --skill novel-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

通过汇总大纲、设定文件和正文的字数,直观显示项目进度并输出可视化报告,帮助快速把握创作状态。

Core Features & Use Cases

  • 生成项目级字数占比的进度饼图并输出 progress.html,方便查看各部分的工作量分布。
  • 按大纲、设定文件、正文等类别统计字数,支持分章节复核与进度追踪。
  • 适用于日常写作进度跟踪、章节规划以及团队对话与汇报。

Quick Start

运行 scripts/progress_chart.py,在项目根目录生成 progress.html 并自动在浏览器中打开。

Frequently Asked Questions about novel-progress

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize novel manuscript progress and word count distribution?▼

To visualize novel manuscript progress, this Skill aggregates word counts across outlines, memory/contexts, and chapters, then generates a visual progress.html report showing file-type distribution and overall project status.

Does the word count statistics ignore Markdown syntax and YAML frontmatter?▼

Yes, the word count statistics ignore YAML frontmatter and Markdown syntax during counting, ensuring only the actual text content within your manuscript and world-building documents is aggregated into the progress report.

How do I generate a progress chart for my novel project chapters?▼

You generate a progress chart by running the scripts/progress_chart.py script, which parses your Markdown files, aggregates the word counts by category, and automatically opens a visual progress.html report in your browser.

What is the best way to track chapter planning and word count statistics for a writing project?▼

The best way to track chapter planning is by using a project management script that parses Markdown files to aggregate word counts across outlines, settings, and chapters, producing a visual pie chart for immediate progress review.

Can I use this progress visualization for world-building documents and outlines?▼

Yes, you can use this progress visualization for world-building documents and outlines, as it specifically aggregates word counts across outlines, memory/contexts, and chapters to display the workload distribution of your entire project.