Skip to content
PirefactorCLI & tooling

Rename SKILL.md frontmatter names to match folder names

Session from pi-coding-sessions on Hugging Face by championswimmer · MIT · condensed by Coders Talk

1msession
0interventions
GOAL

Rename the `name:` field in every skill's SKILL.md frontmatter to match its containing folder name, using parallel subagents for the work.

  1. Prompt · +0
    Go into every skill in the skills folder and rename their names to match the folder name for consistency, using up to 5 parallel agents in waves.
  2. Agent did · +0m
    Listed available agents and located the skills directory, finding 7 skill folders under .agents/skills.
  3. Agent did · +0m
    Read the frontmatter name/title of each of the 7 SKILL.md files to determine current names versus folder names.
  4. Agent did · +0m
    Dispatched wave 1 with 5 parallel worker subagents to update the `name:` field in 5 SKILL.md files to match their folder names; all 5 succeeded.
  5. Agent did · +1m
    Dispatched wave 2 with 2 parallel worker subagents for the remaining files (ui-components and one more); both succeeded.
  6. Agent did · +1m
    Verified all 7 SKILL.md files now have `name:` matching their folder names, and checked git diff to confirm only the name lines changed.
  7. Outcome · +1m
    All 7 skill SKILL.md files updated across 2 parallel waves (5 then 2 agents); git diff confirmed only the name field changed in each file.
VERDICT

I'd keep the same prompt next time — it was already specific about using parallel agents in waves, and that's exactly what happened. The verification step at the end, checking the diff to confirm nothing else changed, is what gave me confidence the parallel edits didn't clobber anything unrelated.

I tried this · 0

Discussion · 0

How Builds work