소스 정보
- 저장소
- lutzseverino/repository-standards
- 최근 소스 활동
- 2026년 8월 28일 13:53
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/lutzseverino/repository-standards --skill create-repository명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| 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.