소스 정보
- 저장소
- Morrison-Lab/ai-config
- 최근 소스 활동
- 2026년 8월 18일 23:46
- 감지된 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/Morrison-Lab/ai-config --skill detect-hypothetical-examples명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | detect-hypothetical-examples |
| description | Flag invented examples when real data exists. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Grep","Edit","Write"] |
A worked example can be perfectly well-formed — its own {#exm-...} div, a
clean derivation, correct arithmetic — and still reach for invented,
round-number quantities ("suppose 20% of the exposed group...") when the
document already loads a real dataset it uses elsewhere. That's not a wrong
example, and it's not detect-informal-definitions's missing-div problem —
it's a missed opportunity to ground the teaching point in real data that was
already sitting right there.
The full detection heuristic, confirmation checklist, and fix menu live in
shared/writing/hypothetical-examples.md ---
read it before running this skill; the steps below are the short version.
detect-informal-definitions, fix-forward-references,
fact-check-prose, and find-ai-tells.{#exm-...} div, or the
equivalent in a non-Quarto project).hypothetical-examples.md ---
the "hypothetical"/"suppose a"/"consider a hypothetical"/"if N% of"
signal phrases, plus suspiciously round proportions (0.1, 0.3,
20%) sitting inside an example or definition div.read.csv/
read_csv/glm(...)-style loading chunk earlier in the same document,
or a project-level running-example dataset convention. No real dataset
in scope at all means the hit isn't a finding — skip it.detect-informal-definitions --- a sibling content-quality check on
the same #exm-/#def- divs, but a different failure mode: that skill
catches a concept defined with definitional precision that never got a
formal div; this skill assumes the div already exists and asks whether
its illustrative numbers should have come from real data instead of
being invented.fact-check-prose --- verifies a document's claims and computed
values are correct; this skill runs upstream of that, since an invented
example can be internally consistent and still be a finding here even
before any accuracy check applies.math-derivation-steps.md (cited from CLAUDE.md's "math
derivations" section, not a standalone skill) --- governs the
completeness of a derivation's algebraic steps; run it alongside this
skill when substituting real numbers into an existing derivation, since
every step needs re-verifying against the new values.check-info-quality --- its misleading/out-of-context check (check
C) covers a citation or statistic that misrepresents its source; this
skill is narrower and fires even with no citation involved, whenever a
made-up number stands in for a value the document's own data could have
supplied.ard / ardi --- when reviewing a PR/MR, or self-reviewing before a
push, apply this check alongside the other prose-review rules CLAUDE.md
lists.