用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/OpenZeppelin/contracts-wizard --skill changeset命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | changeset |
| description | Add a changeset file for a package version bump |
| user_invocable | true |
Create a changeset file in .changeset/ for the specified package(s).
---
'package-name': patch|minor|major
---
First line is a high-level summary without leading dash (PR number gets appended automatically).
- Additional detail line.
- Another detail line.
- **Breaking change**: Description of what breaks.
add-cli-package.md, move-schemas-to-common.md.x.y.z (>=1.0.0): major for breaking, minor for features, patch for fixes. 0.x.y: minor for breaking, patch for features/fixes. 0.0.x: patch for everything.ui is private (versioned in-repo, not published to npm). MCP App HTML is built from ui when @openzeppelin/contracts-mcp is published. Changes to Wizard controls or other UI that ships in MCP Apps need one changeset listing both ui and @openzeppelin/contracts-mcp. Web-only UI (Cairo Alpha, Polkadot, App.svelte) does not need a changeset. Never version ui in a changeset without also listing @openzeppelin/contracts-mcp..changeset/<descriptive-name>.md.