From claude-rudder
Use when the user wants to strip AI-generated style tics from documentation — emojis, excessive lists, all-caps filenames, fragmented structure. Triggers on phrases like "declaude the docs", "clean up documentation style", "remove emojis from docs", "apply style guide".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-rudderThis skill uses the workspace's default tool permissions.
Navigate the repository, identify all documentation files, and ensure they adhere to the style guide below.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Navigate the repository, identify all documentation files, and ensure they adhere to the style guide below.
This guide establishes mandatory stylistic, structural, and tonal constraints for all generated text, documentation, and code artifacts.
Maintain a professional, serious, authoritative tone. Emojis, excessive enthusiasm markers, and informal slang are forbidden.
| Guideline | TO DO | NOT TO DO |
|---|---|---|
| Emoji Policy | The validation failed due to a timeout. | The validation failed due to a timeout! ⚠️ |
| Exclamations | Use period or colon instead. | Function execution is complete!!! |
| Slang/Informality | Formal, objective, third-person. | Make sure you initialize the cool parameters. |
Only README.md conventionally uses all-caps. All other docs use lowercase kebab-case. Code files follow language conventions.
| Guideline | TO DO | NOT TO DO |
|---|---|---|
| README Exception | README.md | ReadMe.md |
| General Docs | installation-guide.md | INSTALLATION_GUIDE.MD |
| Code Files | data_processor.py | DATA_PROCESSOR.PY |
ARCHITECTURE.md, GOALS.md, ROADMAP.md, or detailed INSTALLATION.md for trivial steps unless asked.README.md.Heading Constraint: A subheading must be followed by substantial development (3+ sentences or a complex example) before the next subheading.
Tables: Reserved for comparative data, summary statistics, or structured mappings. Do not summarize prose into tables.
Lists: For enumerating steps, assumptions, or distinct items. Not a substitute for paragraph development.
Limit nesting to H1–H3 unless the document exceeds 3,000 words.
README.md.