From 503da4e3085ebb7106652864cdd68d6eee080eaf Mon Sep 17 00:00:00 2001 From: Love-JourneY <169901027+Love-JourneY@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:16:10 -0700 Subject: [PATCH] fix(skills): align skill directory names with frontmatter name Salvaged from PR #42788 by @Love-JourneY, re-applied at current locations (audiocraft and segment-anything have since moved to optional-skills/): - skills/mlops/inference/vllm -> serving-llms-vllm - skills/mlops/evaluation/lm-evaluation-harness -> evaluating-llms-harness - optional-skills/mlops/models/segment-anything -> segment-anything-model - optional-skills/creative/audiocraft -> audiocraft-audio-generation Directory name != frontmatter name breaks skill_view() lookup by dir name and causes hermes update sync re-seeding duplicates (#42786). The authoring guide calls this out as Pitfall #8. Fixes #42786 --- .../creative/{audiocraft => audiocraft-audio-generation}/SKILL.md | 0 .../references/advanced-usage.md | 0 .../references/troubleshooting.md | 0 .../models/{segment-anything => segment-anything-model}/SKILL.md | 0 .../references/advanced-usage.md | 0 .../references/troubleshooting.md | 0 .../{lm-evaluation-harness => evaluating-llms-harness}/SKILL.md | 0 .../references/api-evaluation.md | 0 .../references/benchmark-guide.md | 0 .../references/custom-tasks.md | 0 .../references/distributed-eval.md | 0 skills/mlops/inference/{vllm => serving-llms-vllm}/SKILL.md | 0 .../{vllm => serving-llms-vllm}/references/optimization.md | 0 .../{vllm => serving-llms-vllm}/references/quantization.md | 0 .../{vllm => serving-llms-vllm}/references/server-deployment.md | 0 .../{vllm => serving-llms-vllm}/references/troubleshooting.md | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename optional-skills/creative/{audiocraft => audiocraft-audio-generation}/SKILL.md (100%) rename optional-skills/creative/{audiocraft => audiocraft-audio-generation}/references/advanced-usage.md (100%) rename optional-skills/creative/{audiocraft => audiocraft-audio-generation}/references/troubleshooting.md (100%) rename optional-skills/mlops/models/{segment-anything => segment-anything-model}/SKILL.md (100%) rename optional-skills/mlops/models/{segment-anything => segment-anything-model}/references/advanced-usage.md (100%) rename optional-skills/mlops/models/{segment-anything => segment-anything-model}/references/troubleshooting.md (100%) rename skills/mlops/evaluation/{lm-evaluation-harness => evaluating-llms-harness}/SKILL.md (100%) rename skills/mlops/evaluation/{lm-evaluation-harness => evaluating-llms-harness}/references/api-evaluation.md (100%) rename skills/mlops/evaluation/{lm-evaluation-harness => evaluating-llms-harness}/references/benchmark-guide.md (100%) rename skills/mlops/evaluation/{lm-evaluation-harness => evaluating-llms-harness}/references/custom-tasks.md (100%) rename skills/mlops/evaluation/{lm-evaluation-harness => evaluating-llms-harness}/references/distributed-eval.md (100%) rename skills/mlops/inference/{vllm => serving-llms-vllm}/SKILL.md (100%) rename skills/mlops/inference/{vllm => serving-llms-vllm}/references/optimization.md (100%) rename skills/mlops/inference/{vllm => serving-llms-vllm}/references/quantization.md (100%) rename skills/mlops/inference/{vllm => serving-llms-vllm}/references/server-deployment.md (100%) rename skills/mlops/inference/{vllm => serving-llms-vllm}/references/troubleshooting.md (100%) diff --git a/optional-skills/creative/audiocraft/SKILL.md b/optional-skills/creative/audiocraft-audio-generation/SKILL.md similarity index 100% rename from optional-skills/creative/audiocraft/SKILL.md rename to optional-skills/creative/audiocraft-audio-generation/SKILL.md diff --git a/optional-skills/creative/audiocraft/references/advanced-usage.md b/optional-skills/creative/audiocraft-audio-generation/references/advanced-usage.md similarity index 100% rename from optional-skills/creative/audiocraft/references/advanced-usage.md rename to optional-skills/creative/audiocraft-audio-generation/references/advanced-usage.md diff --git a/optional-skills/creative/audiocraft/references/troubleshooting.md b/optional-skills/creative/audiocraft-audio-generation/references/troubleshooting.md similarity index 100% rename from optional-skills/creative/audiocraft/references/troubleshooting.md rename to optional-skills/creative/audiocraft-audio-generation/references/troubleshooting.md diff --git a/optional-skills/mlops/models/segment-anything/SKILL.md b/optional-skills/mlops/models/segment-anything-model/SKILL.md similarity index 100% rename from optional-skills/mlops/models/segment-anything/SKILL.md rename to optional-skills/mlops/models/segment-anything-model/SKILL.md diff --git a/optional-skills/mlops/models/segment-anything/references/advanced-usage.md b/optional-skills/mlops/models/segment-anything-model/references/advanced-usage.md similarity index 100% rename from optional-skills/mlops/models/segment-anything/references/advanced-usage.md rename to optional-skills/mlops/models/segment-anything-model/references/advanced-usage.md diff --git a/optional-skills/mlops/models/segment-anything/references/troubleshooting.md b/optional-skills/mlops/models/segment-anything-model/references/troubleshooting.md similarity index 100% rename from optional-skills/mlops/models/segment-anything/references/troubleshooting.md rename to optional-skills/mlops/models/segment-anything-model/references/troubleshooting.md diff --git a/skills/mlops/evaluation/lm-evaluation-harness/SKILL.md b/skills/mlops/evaluation/evaluating-llms-harness/SKILL.md similarity index 100% rename from skills/mlops/evaluation/lm-evaluation-harness/SKILL.md rename to skills/mlops/evaluation/evaluating-llms-harness/SKILL.md diff --git a/skills/mlops/evaluation/lm-evaluation-harness/references/api-evaluation.md b/skills/mlops/evaluation/evaluating-llms-harness/references/api-evaluation.md similarity index 100% rename from skills/mlops/evaluation/lm-evaluation-harness/references/api-evaluation.md rename to skills/mlops/evaluation/evaluating-llms-harness/references/api-evaluation.md diff --git a/skills/mlops/evaluation/lm-evaluation-harness/references/benchmark-guide.md b/skills/mlops/evaluation/evaluating-llms-harness/references/benchmark-guide.md similarity index 100% rename from skills/mlops/evaluation/lm-evaluation-harness/references/benchmark-guide.md rename to skills/mlops/evaluation/evaluating-llms-harness/references/benchmark-guide.md diff --git a/skills/mlops/evaluation/lm-evaluation-harness/references/custom-tasks.md b/skills/mlops/evaluation/evaluating-llms-harness/references/custom-tasks.md similarity index 100% rename from skills/mlops/evaluation/lm-evaluation-harness/references/custom-tasks.md rename to skills/mlops/evaluation/evaluating-llms-harness/references/custom-tasks.md diff --git a/skills/mlops/evaluation/lm-evaluation-harness/references/distributed-eval.md b/skills/mlops/evaluation/evaluating-llms-harness/references/distributed-eval.md similarity index 100% rename from skills/mlops/evaluation/lm-evaluation-harness/references/distributed-eval.md rename to skills/mlops/evaluation/evaluating-llms-harness/references/distributed-eval.md diff --git a/skills/mlops/inference/vllm/SKILL.md b/skills/mlops/inference/serving-llms-vllm/SKILL.md similarity index 100% rename from skills/mlops/inference/vllm/SKILL.md rename to skills/mlops/inference/serving-llms-vllm/SKILL.md diff --git a/skills/mlops/inference/vllm/references/optimization.md b/skills/mlops/inference/serving-llms-vllm/references/optimization.md similarity index 100% rename from skills/mlops/inference/vllm/references/optimization.md rename to skills/mlops/inference/serving-llms-vllm/references/optimization.md diff --git a/skills/mlops/inference/vllm/references/quantization.md b/skills/mlops/inference/serving-llms-vllm/references/quantization.md similarity index 100% rename from skills/mlops/inference/vllm/references/quantization.md rename to skills/mlops/inference/serving-llms-vllm/references/quantization.md diff --git a/skills/mlops/inference/vllm/references/server-deployment.md b/skills/mlops/inference/serving-llms-vllm/references/server-deployment.md similarity index 100% rename from skills/mlops/inference/vllm/references/server-deployment.md rename to skills/mlops/inference/serving-llms-vllm/references/server-deployment.md diff --git a/skills/mlops/inference/vllm/references/troubleshooting.md b/skills/mlops/inference/serving-llms-vllm/references/troubleshooting.md similarity index 100% rename from skills/mlops/inference/vllm/references/troubleshooting.md rename to skills/mlops/inference/serving-llms-vllm/references/troubleshooting.md