clean-code

Enforce pragmatic coding standards for clear, maintainable code.

2|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/kriangkraiii/Game_E-commerce --skill clean-code-kriangkraiii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clean-code
Source: https://github.com/kriangkraiii/Game_E-commerce/tree/main/.agent/skills/clean-code
Command: npx skills add https://github.com/kriangkraiii/Game_E-commerce --skill clean-code-kriangkraiii

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers establish and follow consistent, pragmatic coding standards to improve code quality and readability, reducing technical debt.

Core Features & Use Cases

  • Coding Standards Guidance: Provides guidelines on naming conventions, structure, and best practices for clean code.
  • Code Review Support: Assists in identifying anti-patterns and inconsistencies during code review.
  • Use Case: A developer wants to refactor legacy code to meet modern standards, ensuring maintainability and team collaboration.

Quick Start

Ask it to review your code and suggest improvements based on clean-code principles.

Frequently Asked Questions about clean-code

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

FAQPage Schema
How do I check if my code follows maintainable coding standards?

To check if your code follows maintainable coding standards, submit your code snippets for review against pragmatic guidelines. The analysis identifies anti-patterns and inconsistencies in naming and structuring to ensure software quality and readability.

What are the best practices for refactoring legacy code to improve software quality?

The best practices for refactoring legacy code involve applying pragmatic coding standards to naming conventions, structure, and module design. This process reduces technical debt by transforming old code into clear, maintainable, and standard-compliant software.

Can I use these coding standards guidelines for any programming language?

Yes, you can use these coding standards guidelines for various programming projects. The best practices focus on language-agnostic principles like naming, structuring functions, and module design rather than syntax specific to a single framework or platform.

How does code review support identify anti-patterns in software development?

Code review support identifies anti-patterns by analyzing your code snippets against established best practices. It detects inconsistencies in structure and naming, providing actionable suggestions to improve maintainability and overall software quality.

What is the best way to structure functions and modules for maintainability?

The best way to structure functions and modules for maintainability is to adhere to pragmatic coding standards that enforce clear naming and logical separation of concerns. This ensures your codebase remains efficient and standard-compliant.