Problem
The wireframe skill lives at extensions/skills/wireframe/SKILL.md. The npx skills CLI scans from the repo root and finds .claude/skills/turborepo and .claude/skills/turborepo-monorepo first, stopping there. The wireframe skill is never discovered.
Users have to use the non-obvious path:
npx skills add teezeit/wiremd/extensions/skills
Expected
npx skills add teezeit/wiremd
Solution
Move extensions/skills/wireframe/ to skills/wireframe/ at the repo root — the standard convention used by vercel-labs/agent-skills and others. Update all scripts that reference the old path (scripts/package-skill.sh, build-bundle.mjs, turbo.json, CI workflows).
References
Problem
The wireframe skill lives at
extensions/skills/wireframe/SKILL.md. Thenpx skillsCLI scans from the repo root and finds.claude/skills/turborepoand.claude/skills/turborepo-monorepofirst, stopping there. The wireframe skill is never discovered.Users have to use the non-obvious path:
Expected
Solution
Move
extensions/skills/wireframe/toskills/wireframe/at the repo root — the standard convention used byvercel-labs/agent-skillsand others. Update all scripts that reference the old path (scripts/package-skill.sh,build-bundle.mjs,turbo.json, CI workflows).References
vercel-labs/agent-skills→skills/<name>/SKILL.md