From example-skills
Enforces Orchestrator Voice Constitution during text generation for prose-heavy documents like READMEs, design docs, essays, and manifestos. Supplies constraints, anti-patterns, and scoring guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/example-skills:voice-enforcementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
license: MIT
license: MIT
You have access to the Orchestrator Voice Constitution and Rulebook in this skill's references/ directory. Use them to guide your writing.
Activate when writing or editing prose-heavy documents: READMEs, design docs, vision documents, essays, manifestos, CLAUDE.md files, or any text that represents the orchestrator's voice.
Default discourse sequence: opening distinction → field definition → layering → formalization → governance → extension
Identity invariants (always preserve):
Top anti-patterns (never use):
If voice-scorer CLI is installed:
voice-scorer score path/to/doc.md # Heuristic score
voice-scorer score --deep path/to/doc.md # Deep LLM scoring
voice-scorer diff path/to/doc.md # Voice erosion check
See references/VOICE_CONSTITUTION.md and references/VOICE_RULEBOOK.md for complete governance rules.
npx claudepluginhub a-organvm/a-i--skills --plugin document-skillsProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.