ソース情報
- リポジトリ
- Hbin77/codex-kit
- ソースの最終更新活動
- 2026年8月7日 04:26
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Hbin77/codex-kit --skill guardコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | guard |
| description | Activate safety guard mode — restrict edit scope, confirm destructive ops |
Activate safety guard mode. Restricts editing scope and adds extra confirmation for destructive operations.
Scope: the task/scope the user described when invoking this skill (if none given, ask or infer from context)
When the task/scope the user described when invoking this skill (if none given, ask or infer from context) contains a path or file pattern:
$guard src/auth/ → only files under src/auth/ may be modified.When the task/scope the user described when invoking this skill (if none given, ask or infer from context) is empty or contains "careful":
rm, git reset, git checkout ., git cleanDROP, TRUNCATE, DELETE FROMdocker rm, docker system pruneWhen the task/scope the user described when invoking this skill (if none given, ask or infer from context) contains both a path and "careful", apply both.
Print:
Guard Mode Activated
- Scope: [restricted path or "all files"]
- Mode: [freeze / careful / full]
- To deactivate: tell me "guard off"
Before every edit or shell command, check:
When the user says "guard off" or "가드 해제":
Guard Mode Deactivated
- All restrictions removed