fix: migrate Claude distribution from commands/ to skills/ format (#78)#93
Draft
fix: migrate Claude distribution from commands/ to skills/ format (#78)#93
Conversation
…tandard skills/ format - postinstall.js: install bootstrap to ~/.claude/skills/researchskills-extract/SKILL.md, convert to ~/.claude/skills/researchskills-convert/SKILL.md, helpers to ~/.claude/skills/researchskills-extract/scripts/; add cleanup of legacy ~/.claude/commands/ and ~/.claude/utils/ paths - postuninstall.js: update cleanup targets to new skills/ paths; also clean legacy paths if they still exist - store-local.js: output extracted skills to ~/.claude/skills/researchskills/<slug>/SKILL.md instead of ~/.claude/commands/researchskills/<slug>.md; keep YAML frontmatter (stop stripping via extractBody) and add description field like Codex path - researchskills-extract.md: update all ~/.claude/utils/ references to ~/.claude/skills/researchskills-extract/scripts/ - SKILL.md, README.md: update path references Closes #78 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
~/.claude/commands/+~/.claude/utils/to standard~/.claude/skills/formatstore-local.jsnow preserves YAML frontmatter for Claude (stopped stripping it), matching Codex behaviorFiles changed:
postinstall.js,postuninstall.js,store-local.js,researchskills-extract.md,SKILL.md,README.mdFixes #78
🤖 Generated with Claude Code