feat: distribute selected skills from their owning packages - #260
Merged
LadyBluenotes merged 8 commits intoSep 11, 2026
Conversation
Contributor
|
Warning Review limit reachedNext included review available in 52 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (14)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
4 tasks
|
View your CI Pipeline Execution ↗ for commit 8133d37
☁️ Nx Cloud last updated this comment at |
commit: |
4 tasks
LadyBluenotes
marked this pull request as ready for review
September 11, 2026 02:54
4 tasks
LadyBluenotes
added this pull request to stack #274
September 11, 2026 22:02
LadyBluenotes
force-pushed
the
feat-skill-distribution
branch
from
September 11, 2026 22:22
8133d37 to
c11c7a7
Compare
LadyBluenotes
force-pushed
the
feat-skill-distribution
branch
from
September 11, 2026 22:25
657aee5 to
ad1e250
Compare
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.
🎯 Changes
Stacked on #258. Adds a saved repository-distribution choice to the maintainer workflow so package-owned skills can also reach consumers through GitHub skill installers and native plugins.
maintainer setuprecords explicitly selected skills or an opt-out inskill_tree.yaml.maintainer syncgenerates Claude/Cursor plugin metadata and copyablenpx skills addandgh skill addcommands pointing to the existing directories.maintainer checkcatches an unconfigured choice and stale generated files. Adding a skill never expands the selection automatically.Skills stay alongside their code. Existing plugin fields and other marketplace entries are preserved; conflicting identities, source roots, and missing selected prerequisites are reported before synchronization writes files. The authoring procedure explains this choice during setup and distinguishes pre-install discovery guidance from installed-version implementation guidance.
The selection controls generated metadata and suggested commands; third-party installers retain their own repository discovery behavior. Publication stays with the library's release process. Documentation is in #259, which remains open for the maintainer release.
✅ Checklist
pnpm run test:pr.🚀 Release Impact