用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lutzseverino/repository-standards --skill create-repository命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Bootstrap adoption from an exact immutable standards release.
Bootstrap a repository from an exact immutable standards release.
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
| name | create-repository |
| description | Create a prepared local and GitHub repository baseline. |
| disable-model-invocation | true |
Create one prepared creation baseline from settled repository facts.
Read standards/repository-lifecycle.md from the selected release before
operating this transition.
Reuse facts already settled in the conversation or supplied specification. Collect only missing decisions before running anything. Repository name, one-line purpose, visibility, and license must be explicit. Establish enough applicability facts to prove every selectable ecosystem profile matches or cannot match. Infer the GitHub owner, local destination, and applicability facts only from unambiguous context; collect an unspecified ecosystem before invocation and ask only for unproven facts. This step is complete only when every selectable profile fully matches or conflicts with a settled fact. Express the license as an SPDX identifier or key from the selected standards release's pinned license catalog.
Settle the new repository's canonical-validation declaration: one
executable, its ordered literal arguments, and an optional normalized
repository-relative working directory (default .). Do not encode shell
syntax, quoting, pipelines, redirects, glob expansion, or environment
expansion in these fields. Run the bundled adapter with the declaration and
settled facts. Pass an exact release when the user selected one; omit
--version to select the latest stable release. Repeat --fact NAME=VALUE
for applicability facts, including repeating the same name for each value of
a multi-value fact. Repeat --profile NAME for every explicitly selected
ecosystem profile.
python3 .agents/skills/create-repository/scripts/create \
--name NAME \
--purpose 'ONE LINE' \
--visibility private \
--license MIT \
--owner OWNER \
--destination /ABSOLUTE/PATH \
--validation-executable scripts/validate \
[--validation-argument='LITERAL ARGUMENT' ...] \
[--validation-working-directory RELATIVE/DIRECTORY] \
[--fact NAME=VALUE ...] [--profile NAME ...] [--version VERSION]
Surface the goal's assessment, retained-state report, and recovery action.
Completion means an uncommitted baseline on unborn main, an empty GitHub
repository configured as origin, and first publication still required.
Use the exact canonical phrase first publication in the final report and
leave that separate operation for the user to invoke.
The operation creates standards and documentation content only. Product scaffolding and package or build manifests remain outside this operation.