global-standards

Enforce universal coding standards for naming, DRY, KISS, YAGNI, and error handling.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/george-popescu/bee-dev --skill global-standards-george-popescu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: global-standards
Source: https://github.com/george-popescu/bee-dev/tree/main/plugins/bee/skills/standards/global
Command: npx skills add https://github.com/george-popescu/bee-dev --skill global-standards-george-popescu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures all code adheres to a consistent set of high-quality standards, improving maintainability, readability, and reducing bugs across the entire project.

Core Features & Use Cases

  • Consistent Naming: Enforces clear and predictable naming conventions for variables, functions, classes, and files.
  • Code Simplicity: Promotes DRY, KISS, and YAGNI principles to keep code clean and efficient.
  • Robust Error Handling: Guides developers on implementing effective error detection and user-friendly messaging.
  • Use Case: When developing a new feature, this Skill's guidelines will be applied by all agents to ensure the new code integrates seamlessly and maintains project quality.

Quick Start

Ensure all new code adheres to the naming conventions and DRY principles outlined in the global standards.

Frequently Asked Questions about global-standards

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

FAQPage Schema
How do I enforce coding standards and naming conventions across multiple programming languages?

You can enforce universal coding standards across all languages by applying consistent naming conventions for variables, functions, files, and classes. This ensures code quality and consistency throughout all development phases.

What are the best practices for keeping code clean and maintaining simplicity?

The best practices for maintaining code simplicity include strictly adhering to DRY, KISS, and YAGNI principles. These standards keep code clean, efficient, and predictable across the entire project.

How do I implement robust error handling for better code quality?

Robust error handling improves code quality by guiding developers on effective error detection and user-friendly messaging. This reduces bugs and improves overall application maintainability.

Can I apply universal coding standards to Git conventions and branch practices?

Yes, universal coding standards can be applied to Git practices. The guidelines require adherence to specific Git conventions alongside code quality rules to maintain consistency in version control.

Does this coding standards Skill work with any framework or require specific dependencies?

This coding standards Skill works universally across all languages and frameworks without requiring any specific dependencies. It acts as a foundational reference to ensure new code integrates seamlessly.