·defense-in-depth
{}

defense-in-depth

nickcrew/claude-ctx-plugin

無効なデータにより実行の深部でエラーが発生し、複数のシステム層での検証が必要な場合に使用します。データが通過するすべての層で検証して、構造的にバグを不可能にします。

11インストール·0トレンド·@nickcrew

インストール

$npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill defense-in-depth

SKILL.md

When you fix a bug caused by invalid data, adding validation at one place feels sufficient. But that single check can be bypassed by different code paths, refactoring, or mocks.

Core principle: Validate at EVERY layer data passes through. Make the bug structurally impossible.

Single validation: "We fixed the bug" Multiple layers: "We made the bug impossible"

無効なデータにより実行の深部でエラーが発生し、複数のシステム層での検証が必要な場合に使用します。データが通過するすべての層で検証して、構造的にバグを不可能にします。 ソース: nickcrew/claude-ctx-plugin。

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill defense-in-depth
カテゴリ
{}データ分析
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

defense-in-depth とは?

無効なデータにより実行の深部でエラーが発生し、複数のシステム層での検証が必要な場合に使用します。データが通過するすべての層で検証して、構造的にバグを不可能にします。 ソース: nickcrew/claude-ctx-plugin。

defense-in-depth のインストール方法は?

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

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

https://github.com/nickcrew/claude-ctx-plugin