global-standards

Solid

Project-wide coding standards and conventions specialist. Use PROACTIVELY when writing code, making architectural decisions, or establishing project conventions. Covers coding style, commenting, error handling, validation, tech stack consistency, and project conventions across all languages and frameworks.

Code & Development 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Project Standards This skill provides comprehensive guidance on project-wide coding standards, conventions, and best practices that apply across the entire codebase regardless of language or framework. ## When to Use This Skill Use this skill when: - **Writing code** - Ensuring consistency with project standards - **Making architectural decisions** - Following established patterns - **Onboarding** - Understanding project conventions - **Code review** - Checking adherence to standards - **Refactoring** - Maintaining consistency during changes - **Setting up new features** - Following project conventions ## Core Standards Areas ### 1. Coding Style **When to apply:** - Naming variables, functions, classes, modules, or files - Structuring code for readability and maintainability - Deciding on function size and single responsibility - Removing unused code, commented-out blocks, or dead imports - Extracting reusable logic to avoid duplication - Applying consistent formatting and indentation - Refactoring code for clarity and simplicity **Principles:** - Clear, descriptive names that reveal intent - DRY (Don't Repeat Yourself) principle - Single Responsibility Principle - Self-documenting code through structure - Consistent formatting across the codebase **Applies to:** All code files (*.py,*.js, *.ts,*.jsx, *.tsx,*.vue, *.rb,*.go, *.java,*.rs, *.cpp,*.c, *.swift,*.kt) ### 2. Commenting Standards **When to apply:** - Deciding whether code needs a comment - Documentin...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

global-conventions

Follow project-wide development conventions including project structure, version control practices, environment configuration, documentation, dependency management, and code review processes. Use this skill when organizing files/directories, writing commit messages, managing branches, configuring environments, handling secrets, maintaining documentation, or establishing team workflows. Apply when working with project structure, README files, .gitignore, environment variables, dependency files (package.json, requirements.txt), feature flags, changelogs, or any aspect of project organization and team collaboration that requires consistency across the development lifecycle.

335 Updated today
aiskillstore
Code & Development Solid

coding-standards

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

199,470 Updated yesterday
affaan-m
Code & Development Listed

coding-standards

Baseline coding conventions for readability, naming, immutability, KISS, DRY, and code-quality review. Use when starting or reviewing implementation work.

0 Updated today
JunMystery
Code & Development Listed

coding-standards

Load when a workflow-router-selected owner workflow needs cross-project code quality conventions; use frontend-patterns or security-review for narrower framework or risk guidance.

1 Updated today
JasonxzWen
Code & Development Listed

global-coding-style

Write clean, consistent code following naming conventions, DRY principles, small focused functions, automated formatting, and meaningful variable names. Use this skill when writing or refactoring any code in any language, naming variables/functions/classes/files, structuring code logic, removing dead code, or ensuring code readability and maintainability. Apply to all programming tasks including Python, JavaScript, TypeScript, Ruby, Java, Go, or any other language files (.py, .js, .ts, .rb, .java, .go) to maintain consistent style, improve code quality, and enhance team collaboration across the entire codebase.

335 Updated today
aiskillstore