ワンクリックで
kebab-case-name
<one-sentence trigger condition — when should this skill be loaded? Start with "Apply when ..." for consistency.>
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
<one-sentence trigger condition — when should this skill be loaded? Start with "Apply when ..." for consistency.>
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Git-versioned agent memory — agents that never make the same mistake twice.
Apply when generating ideas, exploring solution space, or facilitating divergent thinking before committing to an approach.
Apply when closing out a feature branch — pre-merge checklist, rebase, CI verification, cleanup, and post-merge steps.
Apply when writing or refactoring code. Generic rules to prevent the most common review comments — function length, naming, error handling, security, and tooling.
Apply when designing database schemas, writing migrations, or reviewing table structure. Covers naming, keys, indexes, constraints, nullability, and migration safety.
Apply when diagnosing a bug, reproducing a failure, or performing root cause analysis. Covers systematic isolation, binary search, logging strategy, and hypothesis-driven investigation.
| name | <kebab-case-name> |
| description | <one-sentence trigger condition — when should this skill be loaded? Start with "Apply when ..." for consistency.> |
| license | MIT |
| version | 1.0.0 |
| tokens_target | 1500 |
| triggers | ["<short trigger phrase>","<another phrase the router matches against>"] |
| loads_after | [] |
| supersedes | [] |
Purpose: [1-2 sentences. What this sub-skill does and why it exists.]
skills/code-quality/SKILL.md (when this skill specialises a generic rule, link to it)skills/error-log/SKILL.md (errors that motivated rules in this skill)tools/validate_rules.py) will fail any sub-skill without a valid frontmatter against schemas/skill-manifest.json.Reference: ERR-YYYY-NNN on every rule born out of a real observed mistake.loads_after chains.