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.
npx claudepluginhub viktorbezdek/skillstack --plugin consistency-standardsThis skill uses the workspace's default tool permissions.
Establish uniform patterns for naming, terminology, and content reuse.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
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}}