feat: make pack installable via skills CLI (npx skills add humblebeeai/opencode)#4
Open
thekhaji wants to merge 1 commit into
Open
Conversation
…onest about the push block:
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.
What changed
Added skills/skills/SKILL.md — a single setup skill (name: skills) with the frontmatter specified in the task. It references the existing profiles and the existing install.sh rather than duplicating them.
Added an "Install via the skills CLI" section to README.md with the install command and a link to the npm skills package.
Nothing else touched: no profiles moved, install.sh unchanged, existing OpenCode setup intact.
Testing
npx skills add . --list → finds exactly 1 skill (skills); existing profile skills are not exposed (screenshot 1)
One install lands it for multiple agents — Cursor, Codex, OpenCode via the universal .agents/skills/ dir, Claude Code via symlink (screenshots 2–3)
Clean removal verified, no artifacts left in the tree (screenshots 4–5)
Note on the install command
The task's original command (npx skills add humlebeeai/skills) contains an org typo and points at a non-existent repo. Resolved with [lead's name] in the task thread: acceptance command is npx skills add humblebeeai/opencode — chosen over creating a separate skills repo so the skills remain reusable across agents directly from this repo.