chore: remove skill delivery from installer#18
Closed
bakeb7j0 wants to merge 1 commit into
Closed
Conversation
Skills now live in claudecode-workflow, not here. MCP servers deliver tools; the workflow repo delivers skills. Removes skill install/check/ uninstall from both installers and release script. Updates README, architecture doc, and CLAUDE.md to reflect the change. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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
Skills now live in claudecode-workflow, not here. MCP servers deliver tools; the workflow repo delivers skills.
Changes
scripts/install-remote.sh— removed skill download, uninstall, and check sectionsscripts/install.sh— removedinstall_skills(), skill check, skill uninstallscripts/ci/release.sh— removed skill asset copying to releaseREADME.md— updated install/uninstall descriptions to not mention skillsdocs/architecture.md— removedskills/from file tree, updated Layer 1 descriptionCLAUDE.md— removedskills/from project layoutLinked Issues
Companion to Wave-Engineering/claudecode-workflow#378
Test Plan
./scripts/ci/validate.sh— 86 tests pass, 0 failshellcheckpasses on all modified scripts./scripts/install.sh --checkno longer checks for skills