standards▌
14 indexed skills · max 10 per page
java-coding-standards
affaan-m/everything-claude-code · Backend
Coding standards for readable, maintainable Java 17+ in Spring Boot services. \n \n Covers naming conventions (PascalCase for classes, camelCase for methods, UPPER_SNAKE_CASE for constants), immutability patterns with records and final fields, and Optional usage with map/flatMap \n Establishes best practices for streams, exception handling with domain-specific exceptions, and type-safe generics \n Includes project structure guidance (Maven/Gradle layout), formatting rules, and code smells to avo
frontend-responsive-design-standards
am-will/codex-skills · Frontend
$22
modern-csharp-coding-standards
aaronontheweb/dotnet-skills · Productivity
Modern C# coding standards covering records, pattern matching, value objects, async/await, and high-performance patterns. \n \n Use record types for immutable DTOs and domain entities; readonly record struct for value objects with zero-allocation semantics \n Leverage pattern matching with switch expressions, nullable reference types, and composition over inheritance for cleaner, type-safe code \n Apply async/await throughout with mandatory CancellationToken parameters; use Span<T> , Memory
cpp-coding-standards
affaan-m/everything-claude-code · Productivity
Modern C++ standards enforcing type safety, resource management, and clarity through the C++ Core Guidelines. \n \n Covers six foundational principles: RAII for resource lifetime, immutability by default, compile-time type safety, intent-driven naming, minimal complexity, and value semantics over pointers \n Provides detailed rules across 15+ domains including functions, classes, resource management, error handling, concurrency, templates, and standard library usage with code examples for each \
liquid-theme-standards
benjaminsehl/liquid-skills · Frontend
CSS, JavaScript, and HTML standards for building Shopify Liquid themes with progressive enhancement and design tokens. \n \n BEM naming convention with single-level element nesting, CSS custom properties for all design values, and logical properties for RTL support \n Web Components pattern for component-scoped JavaScript using native browser APIs only; no external dependencies \n Progressive enhancement: semantic HTML first, then CSS, then optional JavaScript enhancements \n Defensive CSS pract
spring-boot-rest-api-standards
giuseppe-trisciuoglio/developer-kit · Backend
Comprehensive REST API design standards and best practices for Spring Boot applications. \n \n Covers resource-based URL design, HTTP method conventions, status codes, DTOs, validation, and error handling with global exception strategies \n Includes pagination, filtering, sorting, security headers, CORS policies, and HATEOAS implementation patterns \n Provides constructor injection, immutable DTO patterns, transaction management, and logging best practices with code examples \n Enforces API vers
enforcing-typescript-standards
jgeurts/eslint-config-decent · Backend
Enforces the project's core TypeScript standards including explicit typing, import organization, class member ordering, and code safety rules.
cc-skill-coding-standards
sickn33/antigravity-awesome-skills · Productivity
Universal coding standards applicable across all projects.
standards
boshu2/agentops · Productivity
Language-specific coding standards loaded on-demand by other skills.
coding-standards
davila7/claude-code-templates · Productivity
Universal coding standards applicable across all projects.