·sc-principles
</>

sc-principles

tony363/superclaude

必須の検証ゲートを通じて、KISS、Purity、SOLID、Let It Crash の原則を強制します。複雑さの違反、不純な関数、設計のアンチパターン、およびエラー処理の問題を検出します。

7インストール·0トレンド·@tony363

インストール

$npx skills add https://github.com/tony363/superclaude --skill sc-principles

SKILL.md

Mandatory validation skill enforcing four fundamental software engineering principles:

| Cyclomatic Complexity | > 10 | error | Number of independent paths through code | | Cyclomatic Complexity | > 7 | warning | Early warning for growing complexity | | Cognitive Complexity | > 15 | error | Weighted complexity (nested structures count more) | | Function Length | > 50 lines | error | Lines of code per function (inclusive count) |

| Nesting Depth | > 4 levels | error | If/for/while/with/try nesting | | Parameter Count | > 5 | warning | Function parameters |

必須の検証ゲートを通じて、KISS、Purity、SOLID、Let It Crash の原則を強制します。複雑さの違反、不純な関数、設計のアンチパターン、およびエラー処理の問題を検出します。 ソース: tony363/superclaude。

原文を見る

引用可能な情報

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

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

クイックアンサー

sc-principles とは?

必須の検証ゲートを通じて、KISS、Purity、SOLID、Let It Crash の原則を強制します。複雑さの違反、不純な関数、設計のアンチパターン、およびエラー処理の問題を検出します。 ソース: tony363/superclaude。

sc-principles のインストール方法は?

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

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

https://github.com/tony363/superclaude