feat(skills): separate public and contributor workflows - #2899
Open
johnnygreco wants to merge 1 commit into
Open
feat(skills): separate public and contributor workflows#2899johnnygreco wants to merge 1 commit into
johnnygreco wants to merge 1 commit into
Conversation
Closes #2736 Publish the four user-facing OpenShell skills from the top-level skills directory, mark contributor workflows internal, and update portability guidance, validation, and documentation. Signed-off-by: Johnny Greco <jogreco@nvidia.com>
johnnygreco
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
August 23, 2026 22:34
9 tasks
|
🌿 Preview your docs: https://nvidia-preview-pr-2899.docs.buildwithfern.com/openshell |
johntmyers
approved these changes
Aug 26, 2026
Collaborator
|
lgtm @johnnygreco but you'll need to rebase and resolve conflicts then can re-stamp |
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
Publish the four user-facing OpenShell skills as a portable top-level collection while keeping repository contributor workflows internal. Public skills now use installed CLI help and published documentation as their sources of truth, and repository guidance clearly distinguishes using OpenShell from developing it.
Related Issue
Closes #2736
Changes
openshell-cli,generate-sandbox-policy,debug-inference, anddebug-openshell-clustertoskills/..agents/skills/with internal discovery metadata.sync-agent-infrato validate audience placement, metadata, unique names, references, portability, and public discovery.Deviations from Plan
None — implemented as planned.
Testing
npx -y skills add <disposable-local-copy> --listfinds exactly the four public skills.mise run pre-commitpasses.mise run docspasses with zero errors.mise run cipasses. An initial Go SDK test returned a transientEOF;mise run go:ciand the full CI rerun both passed.Checklist
Documentation updated:
README.md: public versus contributor skills and thenpx skills add NVIDIA/OpenShellinstallation command.AGENTS.mdandCONTRIBUTING.md: canonical locations, inventories, and maintenance guidance.docs/CONTRIBUTING.mdxanddocs/get-started/quickstart.mdx: contributor workflow distinction and public skill installation.