Agent skill

pacing-analysis

Analyze narrative pacing and identify slow or rushed sections

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pacing-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/pacing-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Pacing Analysis Skill Analyze the pacing of your manuscript to identify sections that may be too slow or too fast. ## Usage ```bash /pacing-analysis --chapter 3 /pacing-analysis --all ``` ## Metrics Analyzed - **Scene Length**: Word count per section - **Dialogue Density**: Percentage of dialogue vs narration - **Action Verbs**: Frequency of active vs passive voice - **Sentence Variety**: Length and structure patterns - **Paragraph Rhythm**: Short vs long paragraph balance ## Pacing Types ### Fast Pacing - Short sentences - High dialogue ratio - Active verbs - Brief descriptions - Quick scene changes **Use For**: Action, climax, tension ### Medium Pacing - Varied sentence length - Balanced dialogue/narration - Mix of active/descriptive - Standard paragraphs **Use For**: Development, revelation, transition ### Slow Pacing - Longer sentences - Detailed description - Internal monologue - Extended paragraphs - Deep reflection **Use For**: Setup, backstory, atmosphere ## Analysis Output ``` PACING REPORT - Chapter 3 Section 3.1: SLOW (2,450 words, 12% dialogue) - Recommendation: Tighten exposition, add action beats Section 3.2: FAST (850 words, 68% dialogue) - Recommendation: Good for

What's inside
Steps it walks through
  1. Usage
  2. Metrics Analyzed
  3. Pacing Types
  4. Fast Pacing
  5. Medium Pacing
  6. Slow Pacing
  7. Analysis Output
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the pacing-analysis skill do?

Analyze narrative pacing and identify slow or rushed sections

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pacing-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going