Skip to content

Commit a4cfbf3

Browse files
committed
Remove related_skills from SKILL.md frontmatter (dead metadata)
what: - Remove 'related_skills' line from SKILL.md YAML frontmatter - Thoroughly review every file in the repo for stale references why: related_skills is agent-specific frontmatter not read by any major runtime (Hermes, Claude Code, Codex, Cursor). We already concluded in the investigation that extra frontmatter fields are dead bytes. Removing it eliminates speculative metadata with zero observed value. Thorough review confirmed zero stale references remain: - No python-best-practices-skill references (old repo name) - No review-checklist references (deleted file) - No run_phase2_checks or run_benchmark references (deleted scripts) - 13 tracked files, all consistent with current scope
1 parent 2339e40 commit a4cfbf3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

skill/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ref:
1616
metadata:
1717
hermes:
1818
tags: [python, project-setup, workflow, tooling, verification]
19-
related_skills: [codebase-inspection, shell-scripting]
2019
---
2120

2221
# Python Project Workflow

0 commit comments

Comments
 (0)