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 <noreply@anthropic.com>
This commit is contained in:
@@ -17,12 +17,12 @@ Fetch when your query matches. **Core Rules apply to all.**
|
||||
|
||||
| Skill | Fetch When | URL |
|
||||
| ----- | ---------- | --- |
|
||||
| cve.md | CVE severity, CVSS, history | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/cve.md> |
|
||||
| breaking-changes.md | Compatibility, migration | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/breaking-changes.md> |
|
||||
| version-eol.md | EOL versions, lifecycle | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/version-eol.md> |
|
||||
| os-support.md | Distros, packages, glibc | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/os-support.md> |
|
||||
| navigation.md | Multi-hop, unsure which links | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/navigation.md> |
|
||||
| schema.md | Document structure, properties | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/schema.md> |
|
||||
| cve-queries | CVE severity, CVSS, history | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/cve.md> |
|
||||
| breaking-changes | Compatibility, migration | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/breaking-changes.md> |
|
||||
| version-eol | EOL versions, lifecycle | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/version-eol.md> |
|
||||
| os-support | Distros, packages, glibc | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/os-support.md> |
|
||||
| navigation-flows | Multi-hop, unsure which links | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/navigation.md> |
|
||||
| schema-reference | Document structure, properties | <https://raw.githubusercontent.com/dotnet/core/refs/heads/release-index/release-notes/skills/schema.md> |
|
||||
|
||||
## Core Rules
|
||||
|
||||
|
||||
@@ -5,8 +5,6 @@ description: Compatibility queries, breaking changes, migration guidance, and TF
|
||||
|
||||
# Breaking Changes Queries
|
||||
|
||||
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
|
||||
|
||||
## Stop Criteria
|
||||
|
||||
**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.
|
||||
|
||||
@@ -5,8 +5,6 @@ description: CVE queries needing severity, CVSS, affected versions, or security
|
||||
|
||||
# CVE Queries
|
||||
|
||||
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
|
||||
|
||||
## Stop Criteria
|
||||
|
||||
**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.
|
||||
|
||||
@@ -5,8 +5,6 @@ description: Multi-hop query patterns and visual navigation maps through the rel
|
||||
|
||||
# Navigation Flows
|
||||
|
||||
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
|
||||
|
||||
## Stop Criteria
|
||||
|
||||
**STOP when you reach `─► DONE`.** Each flow shows terminal nodes. Do not fetch beyond them.
|
||||
|
||||
@@ -5,8 +5,6 @@ description: OS packages, distro support, glibc/musl requirements
|
||||
|
||||
# OS Packages and Support Queries
|
||||
|
||||
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
|
||||
|
||||
## Stop Criteria
|
||||
|
||||
**STOP when you have the JSON file.** Parse it—don't fetch anything else.
|
||||
|
||||
@@ -5,8 +5,6 @@ description: Document structure, properties, link relations, and glossary
|
||||
|
||||
# Schema Reference
|
||||
|
||||
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
|
||||
|
||||
## Stop Criteria
|
||||
|
||||
**This is a reference document.** Use it to understand structure, then navigate the actual graph. Do not fetch during normal queries.
|
||||
|
||||
@@ -5,8 +5,6 @@ description: EOL versions, support lifecycle, version history, and release types
|
||||
|
||||
# Version and EOL Queries
|
||||
|
||||
*Core Rules from SKILL.md apply: follow `_links` for navigation, use `_embedded` first.*
|
||||
|
||||
## Stop Criteria
|
||||
|
||||
**For supported versions:** STOP at `llms.json`. All data is in `_embedded.latest_patches[]`.
|
||||
|
||||
Reference in New Issue
Block a user