Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(skills): move skill to root skills/ so npx skills add teezeit/wiremd just works #147

@teezeit

Description

@teezeit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions