用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lutzseverino/repository-standards --skill publish-repository命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | publish-repository |
| description | Publish a prepared creation baseline for the first time. |
| disable-model-invocation | true |
Move one prepared creation baseline to a standards-complete repository.
Read standards/repository-lifecycle.md from the selected release before
operating this transition.
Run the bundled adapter from the prepared repository. It obtains the exact selected release and invokes that release's publication goal:
python3 .agents/skills/publish-repository/scripts/publish \
/ABSOLUTE/PATH/TO/REPOSITORY
Surface the complete lifecycle proposal, including the initial commit, publication, default branch, declared GitHub state, verification, and exact confirmation phrase. Stop and ask the human for that exact phrase. Invoking this skill, supplying a repository reference, or asking to continue is not confirmation.
Only after exact confirmation, invoke the same goal with the phrase:
python3 .agents/skills/publish-repository/scripts/publish \
/ABSOLUTE/PATH/TO/REPOSITORY \
--confirm 'EXACT PHRASE FROM THE LIFECYCLE PROPOSAL'
Surface final verification or the exact completed, failed, uncertain, and remaining work. Do not roll back successful work. Any relevant state change or partial execution requires a fresh lifecycle proposal and confirmation.
Proposal persistence, serialization, identity, privacy, and storage location are internal adapter details. Do not ask the user to supply or manage them.