Skip to content

Bug: Incorrect Skill Directory Structure for bowser Skill #16

@henri-edh

Description

@henri-edh

Description

The bowser skill was defined using the wrong directory and file naming convention.

The Pi Coding Agent expects skills to follow this structure:

  • Folder named after the skill
  • Skill definition file always named SKILL.md

Incorrect Structure

.pi/
└── skills/
└── bowser.md

Correct Structure

.pi/
└── bowser/
└── SKILL.md

Impact

Anyone cloning the repo and attempting to use the bowser skill would find it not discovered or loaded, since Pi looks for .pi/<skill-name>/SKILL.md — not
.pi/skills/<skill-name>.md.

Fix

mkdir -p .pi/bowser
mv .pi/skills/bowser.md .pi/bowser/SKILL.md
rmdir .pi/skills

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions