writing-clean-code
Installation
SKILL.md
詳細な手順・ガイドラインは INSTRUCTIONS.md を参照してください。
サブファイル
CHANGEABLE-CODE.md— レガシーコードへの対処戦略(5ステップアプローチ)と変更容易性の設計原則(Modularity・Cohesion・Separation of Concerns・Abstraction)。未知のコードベースナビゲーションと汚いコードの実践的対処法を含むreferences/REFACTORING-MINDSET.md— リファクタリングマインドセット。スパイク・心理的安全性・割合の固定・重複コードの戦略的利用・機能トグル・空行による構造発見・汎用性最小化・小さなステップ哲学・ミケランジェロの比喩(Ch.1/Ch.10-12/Ch.14)
Related skills
More from sumik5/sumik-claude-plugin
developing-bash
>-
15implementing-dynamic-authorization
Dynamic authorization design covering ABAC, ReBAC, PBAC models and Cedar policy language. Use when designing access control systems, choosing authorization models, or writing Cedar policies. Distinct from securing-code (code-level) by focusing on authorization model selection and policy-based access control.
15enforcing-type-safety
REQUIRED for all TypeScript/Python code. Automatically load when writing type annotations or handling external data. Any/any types strictly prohibited. Enforces strict mode configuration and type guard implementation.
14applying-design-guidelines
>-
13creating-flashcards
>-
2styling-with-tailwind
>-
2