clean-code

Enforce coding standards, naming conventions, and structure for maintainable code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers maintain a high standard of code quality and readability by enforcing practical coding rules and best practices.

Core Features & Use Cases

  • Code Standards: Enforce single responsibility, DRY, KISS, YAGNI, and Boy Scout principles.
  • Function Naming: Provide guidelines for clear and descriptive naming conventions.
  • Code Structure: Offer guidance on small, single-purpose functions, flat structures, and code composition.
  • AI Coding Style: Direct developers to write directly, fix bugs promptly, and avoid unnecessary complexity.
  • Anti-Patterns: List common bad practices and suggest improvements.

Quick Start

Apply the clean-code skill before editing any file to ensure code quality and maintainability.

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 enforcing clean code standards in AI development?

Clean code standards for AI development are enforced by applying single responsibility, DRY, KISS, YAGNI, and Boy Scout principles to ensure maintainable and readable code. These guidelines direct developers to write concise code, fix bugs promptly, and avoid unnecessary complexity.

How do I apply coding standards to improve code structure and naming conventions?

To improve code structure and naming conventions, apply guidelines that enforce small, single-purpose functions and flat structures. Clear and descriptive function naming conventions are provided to enhance code composition and overall readability.

Does this clean code approach require prerequisite knowledge of software engineering?

Yes, enforcing these coding standards requires awareness of core AI principles and software engineering practices. Developers need this foundational knowledge to effectively implement the rules and maintain high code quality.

How do I identify and fix anti-patterns when writing maintainable code?

To identify and fix anti-patterns in maintainable code, refer to provided lists of common bad practices and suggested improvements. These guidelines help developers recognize unnecessary complexity and direct them to write concise, direct code.

When should I apply coding standards during AI coding workflows?

You should apply coding standards before editing any file to ensure code quality and maintainability. This proactive approach enforces best practices and structure early in the AI development workflow.