mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-25 16:06:02 +03:00
[GH-ISSUE #47] Please use the folder structure of anthropics/skills #32
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#32
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?
Originally created by @tiptinker on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/47
https://github.com/anthropics/skills
@OthmanAdi commented on GitHub (Feb 4, 2026):
Hey @snowbedding, thanks for this suggestion — it helped push us to clean up the maintenance story.
We now use
skills/planning-with-files/as the canonical source (matching Anthropic's structure), and builtscripts/sync-ide-folders.pyto keep all 13 IDE-specific folders in sync from that single source.The repo still has per-IDE folders (each IDE needs slightly different SKILL.md frontmatter and some have custom files like hooks), but the shared content — templates, references, scripts — all flows from one place now. No more manual copy-paste across folders.
Fixed in commit
7f73508.