clean-code

Enforce naming conventions, function size limits, and structure guidelines during code reviews.

Updated May 3, 2026
One-click install
npx skills add https://github.com/Durannd/skills --skill clean-code-durannd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clean-code
Source: https://github.com/Durannd/skills/tree/main/skills/clean-code
Command: npx skills add https://github.com/Durannd/skills --skill clean-code-durannd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides pragmatic coding standards that help developers write concise, maintainable, and bug-free code, reducing technical debt and improving overall code quality.

Core Features & Use Cases

  • Coding Best Practices: Implements naming conventions, function rules, and code structure guidelines suitable for team development.
  • Code Review Support: Guides review processes to identify anti-patterns and enforce style rules.
  • Use Case: A team wants to standardize their JavaScript codebase to increase readability and prevent common bugs. This Skill offers clear rules to refactor and review code efficiently.

Quick Start

Ask the AI to verify and improve a section of your code for clarity and standards adherence.

Frequently Asked Questions about clean-code

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

FAQPage Schema
What are the best practices for writing clean and maintainable code?

Clean code best practices involve following strict naming conventions, limiting function sizes, and enforcing structural guidelines to improve readability and reduce bugs. This Skill provides developers with pragmatic standards to apply during development and refactoring.

How do I enforce coding standards during a code review?

To enforce coding standards during a code review, use this Skill to guide the process in identifying anti-patterns and verifying adherence to team style rules. It helps reviewers spot structural issues and naming inconsistencies efficiently.

Can I use these coding standards to refactor an existing JavaScript codebase?

Yes, you can use these coding standards to refactor an existing JavaScript codebase by applying clear rules for structure and naming conventions. This process increases readability and prevents common bugs during team development.

Does this approach work for various programming languages or just JavaScript?

This approach works for various programming languages by providing general coding best practices rather than language-specific syntax rules. It enforces universal standards for function sizes, naming conventions, and code structure applicable across different tech stacks.

How do I check a specific section of my code for clarity and standards adherence?

To check a section of your code for clarity and standards adherence, ask the AI to verify it against established coding guidelines. The Skill will analyze the snippet and offer improvements based on maintainability and structural rules.

Why should I standardize my codebase with strict function size limits and naming rules?

You should standardize your codebase with strict function size limits and naming rules to reduce technical debt and improve overall software quality. Consistent standards prevent common bugs and make long-term maintenance significantly easier for development teams.