Repository of reusable Agent Skills (Claude Code / Codex / OpenCode). Follow these rules when working here.
SKILL.md.install/ (one per tool: claude-code.md, codex.md, opencode.md) — keep install steps out of the README, which only links to them.## Skills table and every install/*.md guide list all skills — keep them in sync when adding or removing one.Follow the official Agent Skills best practices:
name and description only.
name: lowercase letters, numbers, hyphens; ≤ 64 chars; must match the folder name; no reserved words (claude, anthropic).description: ≤ 1024 chars, third person, non-empty. State what it does and when to use it, with key terms first — this is what drives auto-triggering.references/…, one level deep, never nested).Each skill reviews only the changed lines of a diff and outputs a findings table ordered by impact, with this severity legend:
🔴 Critical · 🟠 High · 🟡 Medium · 🔵 Low
Keep every skill consistent with that shape: Scope → grouped criteria → Output format table. List only what needs to change; ignore what is correct.
<name>/SKILL.md following the authoring rules above.## Skills table.install/*.md guides.