Skip to content

Commit 6658d11

Browse files
richlanderclaude
andcommitted
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]>
1 parent ad44130 commit 6658d11

File tree

7 files changed

+6
-18
lines changed

7 files changed

+6
-18
lines changed

release-notes/skills/SKILL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Fetch when your query matches. **Core Rules apply to all.**
1717

1818
| Skill | Fetch When | URL |
1919
| ----- | ---------- | --- |
20-
| cve.md | CVE severity, CVSS, history | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/cve.md> |
21-
| breaking-changes.md | Compatibility, migration | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/breaking-changes.md> |
22-
| version-eol.md | EOL versions, lifecycle | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/version-eol.md> |
23-
| os-support.md | Distros, packages, glibc | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/os-support.md> |
24-
| navigation.md | Multi-hop, unsure which links | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/navigation.md> |
25-
| schema.md | Document structure, properties | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/schema.md> |
20+
| cve-queries | CVE severity, CVSS, history | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/cve.md> |
21+
| breaking-changes | Compatibility, migration | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/breaking-changes.md> |
22+
| version-eol | EOL versions, lifecycle | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/version-eol.md> |
23+
| os-support | Distros, packages, glibc | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/os-support.md> |
24+
| navigation-flows | Multi-hop, unsure which links | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/navigation.md> |
25+
| schema-reference | Document structure, properties | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/schema.md> |
2626

2727
## Core Rules
2828

release-notes/skills/breaking-changes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: Compatibility queries, breaking changes, migration guidance, and TF
55

66
# Breaking Changes Queries
77

8-
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
9-
108
## Stop Criteria
119

1210
**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.

release-notes/skills/cve.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: CVE queries needing severity, CVSS, affected versions, or security
55

66
# CVE Queries
77

8-
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
9-
108
## Stop Criteria
119

1210
**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.

release-notes/skills/navigation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: Multi-hop query patterns and visual navigation maps through the rel
55

66
# Navigation Flows
77

8-
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
9-
108
## Stop Criteria
119

1210
**STOP when you reach `─► DONE`.** Each flow shows terminal nodes. Do not fetch beyond them.

release-notes/skills/os-support.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: OS packages, distro support, glibc/musl requirements
55

66
# OS Packages and Support Queries
77

8-
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
9-
108
## Stop Criteria
119

1210
**STOP when you have the JSON file.** Parse it—don't fetch anything else.

release-notes/skills/schema.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: Document structure, properties, link relations, and glossary
55

66
# Schema Reference
77

8-
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
9-
108
## Stop Criteria
119

1210
**This is a reference document.** Use it to understand structure, then navigate the actual graph. Do not fetch during normal queries.

release-notes/skills/version-eol.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: EOL versions, support lifecycle, version history, and release types
55

66
# Version and EOL Queries
77

8-
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
9-
108
## Stop Criteria
119

1210
**For supported versions:** STOP at `llms.json`. All data is in `_embedded.latest_patches[]`.

0 commit comments

Comments
 (0)