一键导入
branding
Regenerate all brand assets under .github/media/ from .github/brand/tokens.yml. Run after editing tokens, templates, or bumping the workspace version.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Regenerate all brand assets under .github/media/ from .github/brand/tokens.yml. Run after editing tokens, templates, or bumping the workspace version.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | branding |
| description | Regenerate all brand assets under .github/media/ from .github/brand/tokens.yml. Run after editing tokens, templates, or bumping the workspace version. |
Generates every visual artifact in .github/media/ from a single source of truth.
.github/brand/tokens.yml.[workspace.package].version in Cargo.toml (the /release skill does this for you).templates/..github/workflows/brand-lint.yml fails with a "drift" error.Recipe / workflow / docs-harness counts are not baked into any template, so adding one of those does not require a regeneration.
.github/brand/tokens.yml (palette, type, space, motion).{{VERSION}} ← Cargo.toml [workspace.package].version{{TOKEN}} scalars into every template under templates/.xmllint --noout..github/media/.See .github/brand/README.md for the canonical list. Summary:
hero-{dark,light}.svg (1200×630)divider-{dark,light}.svg (1200×12)og-image.svg (1200×630)social-preview.svg (1280×640)pathway-{pallets,contracts,transactions,xcm,networks}-dark.svg (1200×200)contributing-hero-{dark,light}.svg../docs/favicon.svgbash .claude/skills/branding/generate.sh
# or
bash .claude/skills/branding/generate.sh --dry-run # preview; no writes
Exit codes: 0 ok, 1 token/template error, 2 xmllint failure, 3 drift (in --dry-run).
.claude/skills/branding/templates/..github/media/ — they're regenerated. CI enforces..svg.template + (optional) .data.md contract, then wire into generate.sh.Cut a new versioned release. Analyzes changes since last tag, determines semver bump, generates release notes and manifest, updates Cargo.toml and CHANGELOG.md, and opens a draft PR that triggers publish-release.yml on merge. Supports `--dry-run` to preview all artifacts in a scratch dir without any git or GitHub mutations.
Automated pipeline to create a polkadot-docs test harness from a tutorial URL. Analyzes the guide, generates all files, runs tests, debugs failures, and creates PRs.
Detect upstream changes to polkadot-docs tutorials, classify drifts, and sync dependency versions from upstream variables.yml.
Verify that internal documentation (READMEs, docs/ site, badges) stays consistent with the codebase. Catches version mismatches, broken links, and stale references.
Create a new recipe test harness that verifies an external recipe repository. Use when adding a new recipe to the cookbook.