Agent skill
publish
Publish Dart/Flutter packages to pub.dev using Melos. Use when user wants to publish packages, run publish dry-run, or check package validation. Triggers on "publish package", "pub publish", "publish dry run", "melos publish".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/publish-aoeiuv020-video-concat
SKILL.md
发布 Dart/Flutter 包
使用 Melos 发布工作区中的 Dart/Flutter 包到 pub.dev。
前置条件
需要先安装 Melos(参考 init-melos skill)并执行 melos bootstrap。
验证发布(dry run)
melos publish -y --dry-run
正式发布
melos publish -y --no-dry-run
注意事项
- 正式发布需要 pub.dev 认证(CI 中通过 OIDC JWT 实现)
- dry run 会验证包但不会上传
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?