·clean-functions
</>

clean-functions

Use when writing, fixing, editing, or refactoring Python functions. Enforces Clean Code principles—maximum 3 arguments, single responsibility, no flag parameters.

8Installs·0Trend·@ertugrul-dmr

Installation

$npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-functions

How to Install clean-functions

Quickly install clean-functions 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/ertugrul-dmr/clean-code-skills --skill clean-functions
  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: ertugrul-dmr/clean-code-skills.

SKILL.md

View raw

More than 3 arguments means your function is doing too much or needs a data structure.

Boolean flags mean your function does at least two things.

If it's not called, delete it. No "just in case" code. Git preserves history.

Use when writing, fixing, editing, or refactoring Python functions. Enforces Clean Code principles—maximum 3 arguments, single responsibility, no flag parameters. Source: ertugrul-dmr/clean-code-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-functions
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from ertugrul-dmr/clean-code-skills

Quick answers

What is clean-functions?

Use when writing, fixing, editing, or refactoring Python functions. Enforces Clean Code principles—maximum 3 arguments, single responsibility, no flag parameters. Source: ertugrul-dmr/clean-code-skills.

How do I install clean-functions?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-functions 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/ertugrul-dmr/clean-code-skills