clean-code-practices

Clean Code の原則に基づき、命名・関数分割・重複排除などのコード品質改善を支援するスキル。可読性と保守性の向上、リファクタリング方針の整理を扱う。Anchors:• Clean Code (Robert C. Martin) / 適用: 命名と関数設計 / 目的: 可読性の向上• Refactoring (Martin Fowler) / 適用: 改善手順の整理 / 目的: 安全な改善• The Pragmatic Programmer (Hunt/Thomas) / 適用: DRYと意図表現 / 目的: 保守性の向上Trigger:Use when improving naming, splitting large functions, removing duplication, or validating clean code quality.clean code, naming, small functions, duplication, refactoring, readability

$ Installieren

git clone https://github.com/daishiman/AIWorkflowOrchestrator /tmp/AIWorkflowOrchestrator && cp -r /tmp/AIWorkflowOrchestrator/.claude/skills/clean-code-practices ~/.claude/skills/AIWorkflowOrchestrator

// tip: Run this command in your terminal to install the skill