ワンクリックで
defending-code-customize-plan
Plan safe harness customization only.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Plan safe harness customization only.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Orient static defending-code review work.
Build a static security threat model.
Draft inert patches for verified findings.
Run static repo-read vulnerability review.
Triages static security findings.
Manage Apple Notes via memo CLI: create, search, edit.
| name | defending-code-customize-plan |
| description | Plan safe harness customization only. |
| version | 1.0.0 |
| author | Anthropic, ported by Hermes Agent |
| license | Apache-2.0 |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"category":"security","tags":["security","harness-customization","planning"]}} |
Use this skill when the user wants to adapt the reference harness idea to another language, target shape, vulnerability class, or detection signal, but only wants a Phase 1 planning artifact.
delegate_task available for read-only source or documentation review with toolsets=["repo-read"].Interview the user, inspect only local docs or source with read-only children, and write a customization plan. Do not validate the plan by executing target code.
CUSTOMIZE-PLAN.mddelegate_task(..., toolsets=["repo-read"], role="leaf")delegate_task(
goal="Map which local harness or target files appear domain-specific and which are generic.",
context="Path: <path>. Static planning only. Do not modify files or execute code.",
toolsets=["repo-read"],
role="leaf",
)
CUSTOMIZE-PLAN.md with:
CUSTOMIZE-PLAN.md exists and is explicitly labeled planning-only.toolsets=["repo-read"].