BeClaude

write

New
Community RegistryGeneralby pknull

Creative writing workflows (v1.5.0): prose craft, worldbuilding, perplexity detection, style analysis, and novel state management. 16 agents including book-analyzer, bible-merger, perplexity-improver. perplexity-gate, novel-state, and style-analyzer skills.

First seen 5/22/2026

Summary

The write skill provides a comprehensive suite of creative writing agents for Claude Code, enabling prose craft, worldbuilding, perplexity detection, style analysis, and novel state management.

  • It includes 16 specialized agents such as book-analyzer, bible-merger, perplexity-improver, perplexity-gate, novel-state, and style-analyzer, making it invaluable for authors and developers building writing tools.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/write.md https://raw.githubusercontent.com/pknull/asha-marketplace/main/SKILL.md
3
Invoke in Claude Code
/write

Use Cases

Analyze a manuscript for narrative structure, character arcs, and pacing using the book-analyzer agent.
Merge multiple character bibles or worldbuilding documents into a single cohesive reference with bible-merger.
Detect and flag confusing or low-perplexity passages in a draft to improve reader engagement via perplexity-detection.
Improve prose style by analyzing sentence rhythm, vocabulary diversity, and tone consistency with style-analyzer.
Manage novel state across chapters, tracking plot threads, unresolved conflicts, and character locations using novel-state.
Enforce a minimum perplexity threshold on new content before it is accepted into the main draft via perplexity-gate.

Usage Examples

1

/write analyze my novel chapter 1 for pacing and character development

2

/write merge character-bible.md and worldbuilding.md into a single reference file

3

/write check perplexity on chapter3_draft.md and suggest improvements for low-perplexity sentences

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is write?

The write skill provides a comprehensive suite of creative writing agents for Claude Code, enabling prose craft, worldbuilding, perplexity detection, style analysis, and novel state management. It includes 16 specialized agents such as book-analyzer, bible-merger, perplexity-improver, perplexity-gate, novel-state, and style-analyzer, making it invaluable for authors and developers building writing tools.

How to install write?

To install write: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/write.md https://raw.githubusercontent.com/pknull/asha-marketplace/main/SKILL.md. Finally, /write in Claude Code.

What is write best for?

write is a skill categorized under General. It is designed for: agent. Created by pknull.

What can I use write for?

write is useful for: Analyze a manuscript for narrative structure, character arcs, and pacing using the book-analyzer agent.; Merge multiple character bibles or worldbuilding documents into a single cohesive reference with bible-merger.; Detect and flag confusing or low-perplexity passages in a draft to improve reader engagement via perplexity-detection.; Improve prose style by analyzing sentence rhythm, vocabulary diversity, and tone consistency with style-analyzer.; Manage novel state across chapters, tracking plot threads, unresolved conflicts, and character locations using novel-state.; Enforce a minimum perplexity threshold on new content before it is accepted into the main draft via perplexity-gate..