一键导入
create-alignment-page
Create or amend a portable HTML alignment review page in a target repo using bundled conventions and skillpacks alignment commands
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create or amend a portable HTML alignment review page in a target repo using bundled conventions and skillpacks alignment commands
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Provision workflow orchestration and agent conventions into project CLAUDE.md and AGENTS.md
Provision workflow orchestration and agent conventions into project CLAUDE.md and AGENTS.md
Provision workflow orchestration and agent conventions into project CLAUDE.md and AGENTS.md
Provision workflow orchestration and agent conventions into project CLAUDE.md and AGENTS.md
Manage the portfolio of product paths — review, activate, archive, restore, promote, fork, and check revisit triggers across the product-path manifest
Manage the portfolio of product paths — review, activate, archive, restore, promote, fork, and check revisit triggers across the product-path manifest
| name | create-alignment-page |
| description | Create or amend a portable HTML alignment review page in a target repo using bundled conventions and skillpacks alignment commands |
| type | ops |
| version | v0.4 |
| required_conventions | ["alignment-page"] |
| argument-hint | <skill-or-topic> [target artifact or repo path] |
Invoke as /create-alignment-page.
Use this skill when the user asks to create, refresh, or amend an alignment/*.html review page for an existing skill output, research artifact, spec, plan, report, prototype, or other durable deliverable. This skill is for target repositories that may only have skills installed through the skillpacks npm package, so it must not assume this source checkout's docs/ or scripts/ directories are present.
Resolve the target repository and page scope:
alignment/<skill-name>-<topic>.html.alignment/, and ends in .html.Load the best available convention:
ALIGNMENT-PAGE.md from the installed skill directory, such as .codex/skills/<skill>/ALIGNMENT-PAGE.md or .claude/skills/<skill>/ALIGNMENT-PAGE.md.npx skillpacks alignment pages scaffold <skill> <topic> --out alignment/<skill>-<topic>.html, then replace every placeholder with the actual artifact, evidence, gates, and compiler content before handoff.docs/, base/, and packs/, source paths such as base/<agent>/<skill>/ALIGNMENT-PAGE.md, packs/<pack>/<agent>/<skill>/ALIGNMENT-PAGE.md, docs/alignment-page-convention.md, and node scripts/upgrade-alignment-page.mjs --check are acceptable maintenance fallbacks.npx skillpacks alignment bundles --check is a source/package maintenance check for repositories that contain the packaged convention inputs (docs/, base/, and packs/). Do not use it as a bare target-repo fallback.ALIGNMENT-PAGE.md or valid source/package-shaped convention source exists, stop and report which skill convention is missing. Do not route that normal skill invocation through create-alignment-page; the scaffold is infrastructure, not a replacement for skill-owned gates.Build or amend the page:
data-alignment-status="review", data-alignment-category, and data-visual-tier.docs/history/archive/YYYY-MM-DD/HHMMSS/alignment/<filename>.html, show what changed, and regenerate affected gates from the amended content.<script src="../scripts/alignment-tts-kokoro.js"></script> before </body>.Verify and make the page portable:
npx skillpacks alignment pages inject-tts alignment/<page>.html so the packaged TTS asset is installed when missing and the page tag is current.npx skillpacks alignment pages audit.npx skillpacks alignment pages open alignment/<page>.html --browser auto.npx skillpacks is unavailable, fall back to node scripts/inject-tts.mjs alignment/<page>.html, node scripts/audit-alignment-pages.mjs, and node scripts/open-html-page.mjs alignment/<page>.html --browser auto.blocked as non-fatal when the page was written and audited successfully; report the absolute path.Handoff:
review, give a concrete handoff: ask the user to review alignment/<skill-name>-<topic>.html, use local Compile Feedback YAML under a section for targeted revision feedback or bottom Compile Responses for gate answers and final approval, then paste the YAML into the producing skill context, normally /<producing-skill> ... with the YAML included.feedback_status: revision-request, partial response YAML, and any approval_status: not-approved YAML as a review/revision request. The receiving producing skill investigates, answers or pushes back when needed, amends the page or artifacts when warranted, and returns the page for renewed review.approval_status: ready-for-agent-review and no unresolved negative or clarification feedback as authorization to write or confirm approved canonical artifacts.Report:
focused, opened, fallback-opened, blocked, or failedscripts/ or docs/ exist outside this source checkout.Follow the shared alignment-page convention via the packaged convention resolver; output path is alignment/create-alignment-page-{topic}.html.
agentic-skills repository, follow docs/github-delivery-contract.md and publish intended tracked changes through an issue-backed non-primary branch and ready pull request unless the user explicitly says not to ship.