用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/tomes --skill release-workflows命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | release-workflows |
| description | | Use when this capability is needed. |
aa-sdk has a single manual package publish workflow on main and two
post-merge docs hooks that affect external systems. The legacy v5 beta and v5
docs sync workflows were retired when v5 graduated to main.
| Rule | When to read |
|---|---|
| Package publish | Before changing .github/workflows/publish-package.yml or Lerna config. |
| Main docs hooks | Before changing docs revalidation or SDK indexer workflows. |
publish-package.yml is dispatched manually with a publish boolean. It
runs pnpm lerna publish --conventional-commits --no-private --yes --no-verify-access and pushes the version commit + tags back to main.revalidate-sdk-content.yml posts changed docs/pages/**/*.md and
docs/pages/**/*.mdx paths to the docs site revalidation API on main.trigger-sdk-indexer.yml dispatches index-sdk-references to
alchemyplatform/docs when docs/docs.yml changes on main.lerna.json sets distTag: latest and does not pin allowBranch, so Lerna
publishes from main (and master) by default. The v4.x.x branch sets
allowBranch: "v4.x.x" locally so legacy backports can publish.Source: alchemyplatform/aa-sdk — distributed by TomeVault.