Skip to main content

stop-me-init

Write a .stop-me.yml for the current repository by scanning it, guessing every field, and asking the user to confirm. Use for "/stop-me-init", "set up stop-me", "configure stop-me", or when an install of the stop-me skill reaches the config step.

설치로 이동

소스 정보

저장소
Win-Hao/stop-me
최근 소스 활동
2026년 8월 31일 21:56
감지된 SKILL.md 언어
영어
스타
1
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
stop-me-init
description
Write a .stop-me.yml for the current repository by scanning it, guessing every field, and asking the user to confirm. Use for "/stop-me-init", "set up stop-me", "configure stop-me", or when an install of the stop-me skill reaches the config step.
# stop-me-init Write `.stop-me.yml` by reading the repo, never by interviewing the user. What the fields *mean* is defined in the stop-me skill (gate 1 overrides, gate 3 horizon) — this skill only decides their values for one repo. Guess every field, show each guess with the evidence behind it, ask once, write. ## Guess `horizon` Read before you guess: `git log` (age, contributor count via `git log --format=%ae | sort -u`), deploy files (Dockerfile, fly.toml, Procfile, compose, k8s manifests), CI workflows, publish config (package.json `publishConfig`/not-private, pyproject classifiers), schema files for tenancy columns. - `prototype` — repo under ~30 days old, one deploy target or none, no CI - `platform` — publishes a package, exposes a documented API, or carries tenancy columns - `product` — everything else. When torn between two, pick `product`; the horizon only weights gate 3, and a wrong guess costs one line to fix. ## Guess `irreversible` / `reversible` Only list what the built-in surfaces get wrong for **this** repo: - published SDK, proto, or wire-format directories the defaults would miss → `irreversible` - local-only throwaway paths (dev migrations recreated on boot, scratch dirs) → `reversible` Most repos need neither list. An empty guess is a real answer — say "the defaults already fit this repo" instead of padding the file to look thorough. ## Confirm and write Show the proposed YAML in one block, one line of evidence per field, then exactly one question: write it as-is, or with which edits? Write `.stop-me.yml` to the repo root only after the answer. Never write `DECISIONS.md` — stop-me creates that on its first objection.
GitHub에서 보기