-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Related
- https://github.com/vercel-labs/add-skill: deprecated CLI, now forwards to
npx skills add - https://github.com/vercel-labs/skills: active CLI, 6,300+ stars, supports 37+ agents including Cursor
- https://skills.sh: public skills directory for discoverability
Problem
Skills in KemingHe/common-devx are currently installed by manual copy-paste from the agent-skills/ directory into each consuming project. This requires knowing the repo exists, browsing the directory, and manually syncing updates. There is no versioned install or update path.
Proposed Solution
Restructure agent-skills/ to the skills/ path that the vercel-labs/skills CLI discovers automatically, so users can install and update skills via:
npx skills add KemingHe/common-devxRequired changes:
- Rename or symlink
agent-skills/toskills/(CLI discoversskills/by default) - Verify each
SKILL.mdhas valid YAML frontmatter withnameanddescriptionfields (all current skills already satisfy this requirement) - Add
npx skills add KemingHe/common-devxinstall instructions to README
This enables per-skill installs, multi-agent targeting, and npx skills update for downstream consumers without changing the SKILL.md format or content.
Alternatives Considered
- Keep manual copy-paste (current working state, no urgency to change)
- Publish to npmjs as a standalone package (heavier overhead, overkill for SKILL.md files)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request