You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use frontmatter names in skills table, remove inheritance lines
- SKILL.md: Use skill names from YAML frontmatter (e.g., cve-queries)
instead of filenames (e.g., cve.md) to match Anthropic convention
- Sub-skills: Remove redundant inheritance statement since skills
are only reachable via SKILL.md where Core Rules are defined
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
9
-
10
8
## Stop Criteria
11
9
12
10
**STOP when you have `compatibility.json`.** It contains all breaking changes with impact levels and doc links. Only fetch `documentation` URLs if you need detailed migration steps or rationale.
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
9
-
10
8
## Stop Criteria
11
9
12
10
**STOP when you have the month index.**`_embedded.disclosures[]` contains severity, CVSS, titles, and fix commits. Only fetch `cve.json` for full CVSS vectors, CWE, or package version ranges.
0 commit comments