universal-coding-standards

Enforce universal coding standards for access control, initialization, communication, dependencies, and comments.

6|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/GrizzwaldHouse/cowork-skills --skill universal-coding-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: universal-coding-standards
Source: https://github.com/GrizzwaldHouse/cowork-skills/tree/main/skills/universal-coding-standards
Command: npx skills add https://github.com/GrizzwaldHouse/cowork-skills --skill universal-coding-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enforces a strict set of coding rules across all languages, ensuring code quality, maintainability, and consistency, regardless of the developer or project.

Core Features & Use Cases

  • Universal Rules: Applies to all programming languages and frameworks.
  • Key Principles: Enforces access control, initialization discipline, event-driven communication, dependency management, and clear commenting.
  • Use Case: When writing any new feature, ensure it adheres to Marcus's non-negotiable coding standards for access control, initialization, and communication patterns before submitting it for review.

Quick Start

Review the provided Python code snippet against Marcus's universal coding standards, focusing on access control and initialization.

Frequently Asked Questions about universal-coding-standards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce consistent coding standards across multiple programming languages?

To enforce consistent coding standards across multiple programming languages, apply universal rules for access control, initialization discipline, and dependency management to ensure code maintainability and quality regardless of the project framework.

What are the best practices for access control and initialization in software engineering?

Best practices for access control and initialization involve enforcing strict discipline in configuration-driven design and event-driven communication, preventing anti-patterns to achieve robust, reusable, and high-quality software development.

Can I use these universal coding rules with any programming language or framework?

Yes, you can use these universal coding rules with any programming language or framework. They define strict, non-negotiable standards for communication patterns and commenting that apply universally across all development environments.

Why does my code lack maintainability and consistency across different project modules?

Your code lacks maintainability and consistency across different project modules when it fails to adhere to universal rules like the 95/5 rule and configuration-driven design, leading to unmanaged dependencies and poor event-driven communication.

What is the 95/5 rule in software engineering for writing maintainable code?

The 95/5 rule in software engineering is a key principle for writing maintainable code, ensuring that initialization discipline and access control are handled through configuration-driven design to prevent anti-patterns and promote reusable software.

How do I check my Python code against strict initialization and access control standards?

To check your Python code against strict initialization and access control standards, review the code snippet focusing on these universal rules to verify adherence to non-negotiable coding standards before submitting it for review.