Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/writing:progressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`drafts/` 配下の原稿ファイルの文字数・ページ数を集計し、進捗状況を表示します。
drafts/ 配下の原稿ファイルの文字数・ページ数を集計し、進捗状況を表示します。
project.md から目標文字数を取得する(設定されている場合)。drafts/ 内のすべてのマークダウンファイルを読み込む。## 進捗状況
### 全体
- 目標: XX,XXX字
- 現在: XX,XXX字(XX%)
- 概算ページ数: XX ページ(400字/ページ換算)
### ファイル別
| ファイル | 文字数 | 更新日 |
|----------|--------|--------|
| 01-序章.md | X,XXX字 | YYYY-MM-DD |
| 02-第一章.md | X,XXX字 | YYYY-MM-DD |
### ステータス別
- draft: X ファイル
- review: X ファイル
- done: X ファイル
project.md に未設定の場合は、達成率は表示しない。Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub kazukiyunoue/claude-code-outline-driven-writing --plugin writing