·clean-code-developer
</>

clean-code-developer

Assist developers in writing clean, maintainable code following software engineering best practices. Use when conducting code reviews, refactoring code, enforcing coding standards, seeking guidance on clean code principles, or integrating automated quality checks into development workflows.

18Installs·3Trend·@d-o-hub

Installation

$npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill clean-code-developer

How to Install clean-code-developer

Quickly install clean-code-developer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill clean-code-developer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: d-o-hub/rust-self-learning-memory.

SKILL.md

View raw

Systematic approach to writing clean, maintainable code through software engineering best practices.

Apply SOLID principles, eliminate code duplication, maintain simplicity, and write code that reads like well-written prose.

DO: ✓ Apply SOLID principles consistently ✓ Extract common code into reusable functions ✓ Keep functions small and focused (< 50 LOC) ✓ Use descriptive names that reveal intent ✓ Write tests before refactoring (TDD) ✓ Document complex business logic, not obvious code ✓ Use static analysis tools (clippy, SonarQube) ✓ Leave code better than you found it

Assist developers in writing clean, maintainable code following software engineering best practices. Use when conducting code reviews, refactoring code, enforcing coding standards, seeking guidance on clean code principles, or integrating automated quality checks into development workflows. Source: d-o-hub/rust-self-learning-memory.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill clean-code-developer
Category
</>Dev Tools
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from d-o-hub/rust-self-learning-memory

Quick answers

What is clean-code-developer?

Assist developers in writing clean, maintainable code following software engineering best practices. Use when conducting code reviews, refactoring code, enforcing coding standards, seeking guidance on clean code principles, or integrating automated quality checks into development workflows. Source: d-o-hub/rust-self-learning-memory.

How do I install clean-code-developer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill clean-code-developer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/d-o-hub/rust-self-learning-memory