在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:37
forks:4
updated:2026年3月22日 08:33
SKILL.md
Add a new resource type converter to acplugin (e.g., adding support for converting a new Claude Code resource type)
Add support for a new target platform to acplugin (e.g., Windsurf, Zed, etc.)
Publish acplugin to npm with version bump, build, test, and 2FA handling
Add a new resource type converter to acplugin (e.g., adding support for converting a new Claude Code resource type)
Add support for a new target platform to acplugin (e.g., Windsurf, Zed, etc.)
Publish acplugin to npm with version bump, build, test, and 2FA handling
| name | npm-publish |
| description | Publish acplugin to npm with version bump, build, test, and 2FA handling |
| disable-model-invocation | true |
版本升级
npm version <major|minor|patch> --no-git-tag-version
构建 + 测试
npm run build && npm test
检查打包内容(确认无测试文件)
npm pack --dry-run
发布 账号有 2FA,需要用户手动输入 OTP:
提示用户运行: ! npm publish --access=public
Commit + Push
git add package.json package-lock.json
git commit -m "chore: bump version to $(node -p 'require("./package.json").version')"
git push
@disdjj/acplugin(scoped),必须加 --access=publicprepublishOnly 脚本会自动编译files 字段已排除 dist/__tests__/