소스 정보
- 저장소
- TokenRollAI/llmdoc
- 최근 소스 활동
- 2026년 8월 24일 19:05
- 감지된 SKILL.md 언어
- 영어
- 스타
- 464
- 포크
- 50
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/TokenRollAI/llmdoc --skill upgrade명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Explicit V3 bootstrap for repositories that do not already have valid llmdoc knowledge.
Default V3 operating skill for llmdoc-enabled projects. Route discovery — exploring the codebase, locating a concept or contract, judging the blast radius of a change — through the llmdoc CLI instead of broad file crawling.
Explicit V3 convergence pass that removes duplicated, fragmented, or low-value reconstructable llmdoc content.
| name | upgrade |
| description | Explicit V2 to V3 migration surface. Never suggest this command implicitly. |
| disable-model-invocation | true |
Use this command only for an explicit legacy-to-V3 migration.
Do not suggest this command proactively. Do not mention its internals outside this file.
CLI commands below run as npx -y @tokenroll/llmdoc <cmd>.
An explicit /llmdoc:upgrade invocation authorizes this run to:
llmdoc/ surface into the V3 layoutllmdoc/meta.json.llmdoc-tmp/investigations/This command should run against a rollback-safe git state.
git status -- llmdoc/ must be clean before the first formal write.git checkout -- llmdoc/ plus deleting newly created files, restoring the pre-migration legacy surface; never hand-edit files back.Map the legacy knowledge surface.
investigator to identify the current legacy structure, surviving durable knowledge, and obsolete material.Run the deterministic CLI migration or diagnostic path.
upgrade.Finalize with recorder.
Validate before reporting success.
init-state when no llmdoc/meta.json survives the migration; validate cannot pass without a ledger.adopt <path...>; never hand-edit meta.json or rebuild existing bodies through new.validate and repair every failure it reports.commit --all -m "<message>".source: init; later convergence changes belong only to prune.success: CLI migration completed, recorder follow-up succeeded, and validation passed.no_change: the declared scope was fully verified and no migration write was needed.dry_run: migration diagnostics or a plan was produced without writing llmdoc/; do not advance state.incomplete: evidence was insufficient, user input is required, or normal update/prune is needed; roll back writes and do not advance state.failed: migration failed and writes were rolled back.Always report:
upgrade resultvalidate and commit results