Skip to content

feat: make pack installable via skills CLI (npx skills add humblebeeai/opencode)#4

Open
thekhaji wants to merge 1 commit into
humblebeeai:mainfrom
humblebeeai-academy:feat/skills-cli-support
Open

feat: make pack installable via skills CLI (npx skills add humblebeeai/opencode)#4
thekhaji wants to merge 1 commit into
humblebeeai:mainfrom
humblebeeai-academy:feat/skills-cli-support

Conversation

@thekhaji

@thekhaji thekhaji commented Jul 8, 2026

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant