coding-standards

Enforce coding standards for TypeScript/JavaScript, Go, and Python development.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/deneb-cygnus-dev/dot-agent --skill coding-standards-deneb-cygnus-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/deneb-cygnus-dev/dot-agent/tree/main/skills/coding-standards
Command: npx skills add https://github.com/deneb-cygnus-dev/dot-agent --skill coding-standards-deneb-cygnus-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses inconsistent code quality, poor readability, and adherence to best practices across different programming languages, leading to more maintainable and robust software.

Core Features & Use Cases

  • Language-Specific Guidelines: Provides detailed standards for TypeScript/JavaScript, Go, and Python.
  • Universal Principles: Enforces fundamental software development principles like KISS, DRY, and YAGNI.
  • Code Smell Detection: Helps identify and refactor common code quality issues.
  • Use Case: When reviewing a new Go module, consult the golang.md reference to ensure naming conventions, error handling, and concurrency patterns align with best practices.

Quick Start

Review the best practices for writing clean and maintainable Go code.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce coding standards and best practices for TypeScript, Go, and Python?

To enforce coding standards for TypeScript, Go, and Python, apply language-specific guidelines alongside universal principles like KISS, DRY, and YAGNI to improve readability, simplicity, and maintainability across your software projects.

What universal coding principles help improve maintainability and readability?

Universal coding principles like KISS, DRY, and YAGNI directly improve maintainability and readability by enforcing simplicity, reducing duplication, and preventing over-engineering in your software development workflow.

How do I review a Go module for naming conventions and concurrency patterns?

To review a Go module for naming conventions and concurrency patterns, consult language-specific guidelines to ensure your error handling and structural design align with established best practices for writing clean code.

How can I detect and refactor code smells in JavaScript and Python?

To detect and refactor code smells in JavaScript and Python, identify common code quality issues related to error handling and performance, then apply universal software development principles to execute the necessary code refactoring.

Does this coding standards skill support both code review and refactoring workflows?

Yes, this coding standards skill supports both code review and refactoring workflows by providing language-specific and universal principles to address issues related to readability, simplicity, maintainability, error handling, testing, and performance.