feat: distribute selected skills from their owning packages - #260
Draft
LadyBluenotes wants to merge 1 commit into
Draft
feat: distribute selected skills from their owning packages#260LadyBluenotes wants to merge 1 commit into
LadyBluenotes wants to merge 1 commit into
Conversation
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks 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 0a9eec3
☁️ Nx Cloud last updated this comment at |
commit: |
4 tasks
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