Establish and maintain uniform naming conventions, taxonomy standards, style guides, and content reuse patterns across documentation and code. Use when working with naming conventions, style guides, taxonomy, terminology, content reuse, or consistency audits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/consistency-standards:consistency-standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Establish uniform patterns for naming, terminology, and content reuse.
Establish uniform patterns for naming, terminology, and content reuse.
| Style | Example | Use For |
|---|---|---|
| camelCase | getUserName | JS variables, methods |
| PascalCase | UserProfile | Classes, components |
| snake_case | user_name | Python, databases |
| kebab-case | user-profile | URLs, CSS classes |
| SCREAMING_SNAKE | MAX_RETRIES | Constants |
[type]-[name]-[variant].[ext]
component-button-primary.tsx
doc-api-reference.md
| Term | Definition | Do Not Use |
|------|------------|------------|
| click | Select with mouse | press, hit |
| select | Choose from options | pick, click on |
| enter | Type in field | input, write |
| Context | Voice | Example |
|---|---|---|
| Instructions | Direct, active | "Click Save" |
| Errors | Helpful, calm | "Let's fix this" |
| Success | Positive, brief | "Done!" |
| Pattern | Use Case |
|---|---|
| Snippet | Reusable text block |
| Variable | Product name, version |
| Conditional | Audience-specific content |
| Template | Structured format |
<!-- Include shared content -->
{{> shared/authentication.md}}
<!-- Use variables -->
Install {{product_name}} v{{version}}
npx claudepluginhub viktorbezdek/skillstack --plugin consistency-standardsEstablishes naming conventions for artifact types such as APIs, database tables, files, functions, CLI commands, and event names to ensure consistency and searchability across a project.
Audits naming conventions across design system components, tokens, and patterns. Produces violation reports with examples, ambiguity flags, and rename suggestions.
Guides technical documentation with principles for second-person voice, active voice, conciseness, clear headings, self-contained pages, and LLM-friendly patterns. Use when writing or reviewing docs.