원클릭으로
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 직업 분류 기준
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__/