- package.json: yaml in devDependencies, repo url/bin from npm pkg fix - README, GETTING_STARTED, FAQ: fallback npx github:sickn33/antigravity-awesome-skills on 404 - publish-npm.yml: workflow on release published + workflow_dispatch - MAINTENANCE: bump package.json, publish to npm (manual + NPM_TOKEN CI) - release_cycle.sh: catalog step, version check, npm publish reminder - ISSUE_49_COMMENT.md: suggested reply for issue #49
714 B
714 B
Suggested comment for Issue #49. Paste this on the issue:
The 404 happens because the package wasn’t published to npm yet. We’ve addressed it in two ways:
-
Publish to npm – We’re set up to publish so
npx antigravity-awesome-skillswill work after the first release. You can also trigger a manual publish via the “Publish to npm” workflow (Actions tab) if you haveNPM_TOKENconfigured. -
Fallback – Until then (or if you hit a 404 for any reason), use:
npx github:sickn33/antigravity-awesome-skillsThe README, GETTING_STARTED, and FAQ now mention this fallback.
Thanks for reporting.