一键导入
npm-publish
Publish acplugin to npm with version bump, build, test, and 2FA handling
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Publish acplugin to npm with version bump, build, test, and 2FA handling
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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__/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
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.)