·clean-code
</>

clean-code

poletron/custom-rules

実用的なコーディング標準 - 簡潔、直接的、過剰なエンジニアリングや不要なコメントなし

4インストール·0トレンド·@poletron

インストール

$npx skills add https://github.com/poletron/custom-rules --skill clean-code

SKILL.md

| SRP | Single Responsibility - each function/class does ONE thing | | DRY | Don't Repeat Yourself - extract duplicates, reuse | | KISS | Keep It Simple - simplest solution that works | | YAGNI | You Aren't Gonna Need It - don't build unused features | | Boy Scout | Leave code cleaner than you found it |

| Variables | Reveal intent: userCount not n | | Functions | Verb + noun: getUserById() not user() | | Booleans | Question form: isActive, hasPermission, canEdit | | Constants | SCREAMINGSNAKE: MAXRETRYCOUNT |

Rule: If you need a comment to explain a name, rename it.

実用的なコーディング標準 - 簡潔、直接的、過剰なエンジニアリングや不要なコメントなし ソース: poletron/custom-rules。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/poletron/custom-rules --skill clean-code
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

clean-code とは?

実用的なコーディング標準 - 簡潔、直接的、過剰なエンジニアリングや不要なコメントなし ソース: poletron/custom-rules。

clean-code のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/poletron/custom-rules --skill clean-code インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/poletron/custom-rules