fix(skills): move platforms key out of folded description: > scalars

The platforms-frontmatter sweep inserted 'platforms: [linux, macos, windows]'
immediately after 'description: >' on 5 optional-skills, landing inside the
folded scalar and breaking YAML parsing. docs-site-checks tripped on
one-three-one-rule/SKILL.md and would have failed on the other 4 in turn.

Fixed files:
- optional-skills/communication/one-three-one-rule/SKILL.md
- optional-skills/health/fitness-nutrition/SKILL.md
- optional-skills/health/neuroskill-bci/SKILL.md
- optional-skills/research/drug-discovery/SKILL.md
- optional-skills/security/oss-forensics/SKILL.md

Moved each platforms line below the closing of the description block.
All 161 SKILL.md files across the repo now parse as valid YAML.
This commit is contained in:
Teknium 2026-05-08 14:02:09 -07:00
parent 59fbcd5ccb
commit 291a158441
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,6 @@
--- ---
name: one-three-one-rule name: one-three-one-rule
description: > description: >
platforms: [linux, macos, windows]
Structured decision-making framework for technical proposals and trade-off analysis. Structured decision-making framework for technical proposals and trade-off analysis.
When the user faces a choice between multiple approaches (architecture decisions, When the user faces a choice between multiple approaches (architecture decisions,
tool selection, refactoring strategies, migration paths), this skill produces a tool selection, refactoring strategies, migration paths), this skill produces a
@ -9,6 +8,7 @@ platforms: [linux, macos, windows]
and one concrete recommendation with definition of done and implementation plan. and one concrete recommendation with definition of done and implementation plan.
Use when the user asks for a "1-3-1", says "give me options", or needs help Use when the user asks for a "1-3-1", says "give me options", or needs help
choosing between competing approaches. choosing between competing approaches.
platforms: [linux, macos, windows]
version: 1.0.0 version: 1.0.0
author: Willard Moore author: Willard Moore
license: MIT license: MIT

View file

@ -1,12 +1,12 @@
--- ---
name: fitness-nutrition name: fitness-nutrition
description: > description: >
platforms: [linux, macos, windows]
Gym workout planner and nutrition tracker. Search 690+ exercises by muscle, Gym workout planner and nutrition tracker. Search 690+ exercises by muscle,
equipment, or category via wger. Look up macros and calories for 380,000+ equipment, or category via wger. Look up macros and calories for 380,000+
foods via USDA FoodData Central. Compute BMI, TDEE, one-rep max, macro foods via USDA FoodData Central. Compute BMI, TDEE, one-rep max, macro
splits, and body fat — pure Python, no pip installs. Built for anyone splits, and body fat — pure Python, no pip installs. Built for anyone
chasing gains, cutting weight, or just trying to eat better. chasing gains, cutting weight, or just trying to eat better.
platforms: [linux, macos, windows]
version: 1.0.0 version: 1.0.0
authors: authors:
- haileymarshall - haileymarshall

View file

@ -1,12 +1,12 @@
--- ---
name: neuroskill-bci name: neuroskill-bci
description: > description: >
platforms: [linux, macos, windows]
Connect to a running NeuroSkill instance and incorporate the user's real-time Connect to a running NeuroSkill instance and incorporate the user's real-time
cognitive and emotional state (focus, relaxation, mood, cognitive load, drowsiness, cognitive and emotional state (focus, relaxation, mood, cognitive load, drowsiness,
heart rate, HRV, sleep staging, and 40+ derived EXG scores) into responses. heart rate, HRV, sleep staging, and 40+ derived EXG scores) into responses.
Requires a BCI wearable (Muse 2/S or OpenBCI) and the NeuroSkill desktop app Requires a BCI wearable (Muse 2/S or OpenBCI) and the NeuroSkill desktop app
running locally. running locally.
platforms: [linux, macos, windows]
version: 1.0.0 version: 1.0.0
author: Hermes Agent + Nous Research author: Hermes Agent + Nous Research
license: MIT license: MIT

View file

@ -1,13 +1,13 @@
--- ---
name: drug-discovery name: drug-discovery
description: > description: >
platforms: [linux, macos, windows]
Pharmaceutical research assistant for drug discovery workflows. Search Pharmaceutical research assistant for drug discovery workflows. Search
bioactive compounds on ChEMBL, calculate drug-likeness (Lipinski Ro5, QED, bioactive compounds on ChEMBL, calculate drug-likeness (Lipinski Ro5, QED,
TPSA, synthetic accessibility), look up drug-drug interactions via TPSA, synthetic accessibility), look up drug-drug interactions via
OpenFDA, interpret ADMET profiles, and assist with lead optimization. OpenFDA, interpret ADMET profiles, and assist with lead optimization.
Use for medicinal chemistry questions, molecule property analysis, clinical Use for medicinal chemistry questions, molecule property analysis, clinical
pharmacology, and open-science drug research. pharmacology, and open-science drug research.
platforms: [linux, macos, windows]
version: 1.0.0 version: 1.0.0
author: bennytimz author: bennytimz
license: MIT license: MIT

View file

@ -1,11 +1,11 @@
--- ---
name: oss-forensics name: oss-forensics
description: | description: |
platforms: [linux, macos, windows]
Supply chain investigation, evidence recovery, and forensic analysis for GitHub repositories. Supply chain investigation, evidence recovery, and forensic analysis for GitHub repositories.
Covers deleted commit recovery, force-push detection, IOC extraction, multi-source evidence Covers deleted commit recovery, force-push detection, IOC extraction, multi-source evidence
collection, hypothesis formation/validation, and structured forensic reporting. collection, hypothesis formation/validation, and structured forensic reporting.
Inspired by RAPTOR's 1800+ line OSS Forensics system. Inspired by RAPTOR's 1800+ line OSS Forensics system.
platforms: [linux, macos, windows]
category: security category: security
triggers: triggers:
- "investigate this repository" - "investigate this repository"