Transform Claude Code into a prose development system through cognitive reframing.
Technically-minded writers comfortable with:
- Command line interfaces and Git
- Code editors (VS Code, Vim) for writing
- Markdown formatting
Not for you if: You prefer Word, Google Docs, or Scrivener.
- Claude Code - Installation Guide
- Git - For version control and submodules
- Code editor - VS Code, Vim, or similar
- Terminal - Basic command line comfort
# Add Xavier Prose to your writing project
git submodule add https://github.com/MichaelSchmidle/xavier-prose.git
# Start Claude Code and initialize
claude-code
/prose
After /prose
, Claude Code operates in Xavier Prose mode with prose-focused tools and workflows.
Claude Code concepts become prose concepts:
- "Codebase" → "Content Universe"
- "Dependencies" → "Content Consistency"
- "Refactoring" → "Revision"
- "Bug Fixes" → "Consistency Repairs"
- "Architecture" → "Content Structure"
your-project/
├── CLAUDE.md # Xavier Prose mode (auto-loads)
├── manuscript/ # Your writing
├── bible/ # Content consistency (characters, facts, context)
├── planning/ # Structure and organization
└── style-guide/ # Voice and style consistency
- One repo per publication (recommended) - Novels, papers, books
- Shared universe repo - Series with overlapping content (>60% shared elements)
- Portfolio repo - Blog posts, articles, short-form content
- Automatic mode switching - Claude Code becomes prose-focused
- Content bible system - Track characters, facts, relationships
- Universal prose support - Fiction, academic, technical, business
- Version control - Track writing evolution with Git
/feedback # Automated session analysis
/feedback sync # Submit improvements to GitHub
Xavier Prose analyzes workflow friction and creates improvement suggestions.
Requirements for GitHub sync:
- GitHub CLI installed (
gh
) - GitHub authentication (
gh auth login
)
Fallback: Feedback always saves locally to .xavier-prose/feedback.json
for manual submission if needed.
cd xavier-prose
git pull origin main
cd ..
git commit -am "Update Xavier Prose"
- Check existing issues
- Create new issues with details
- Contribute via pull requests
Experimental framework for technically-minded writers who want AI-powered prose development.