mirror of
https://github.com/badlogic/pi-skills.git
synced 2026-04-27 04:55:58 +03:00
[PR #13] Move skills into skills/ subdirectory #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pi-skills#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/badlogic/pi-skills/pull/13
State: open
Merged: No
Summary
This restructures the repo to match the anthropic-skills layout:
Problem
Previously, skill folders were at the repo root alongside
README.md. This caused issues with pi-coding-agent (and likely other skill loaders) because they scan for.mdfiles in the skills directory root and try to parseREADME.mdas a skill definition, failing with:Solution
By moving skills into a
skills/subdirectory, users configure their skill path to point atpi-skills/skills/which contains only actual skill folders—no stray markdown files to confuse the scanner.This matches how anthropic-skills is structured, where the README lives at the repo root and skills are nested one level deeper.