소스 정보
- 저장소
- TokenRollAI/llmdoc
- 최근 소스 활동
- 2026년 8월 27일 12:02
- 감지된 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 init명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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 | init |
| description | Explicit V3 bootstrap for repositories that do not already have valid llmdoc knowledge. |
Use this command only when the repository does not already have valid V3 llmdoc/.
Load the llmdoc skill before broad exploration. CLI commands below run as npx -y @tokenroll/llmdoc <cmd>.
An explicit /llmdoc:init invocation authorizes this run to:
llmdoc/, .llmdoc-tmp/, and llmdoc/meta.jsonrecorder.llmdoc-tmp/investigations/Stop instead of improvising when:
llmdoc/ already exists: tell the user to run /llmdoc:updategit status -- llmdoc/ must be clean before the first formal write.llmdoc/ surface (it did not exist before this run); never leave a half-bootstrapped tree behind.validate fails after writes, revert the init write-set before reporting failure.Inventory the repository surface.
investigator subagents for complementary evidence scopes when the repository is large enough to benefit; keep their write ownership in .llmdoc-tmp/.recorder.Build the first V3 knowledge surface with recorder.
llmdoc/ and validity state in llmdoc/meta.json.index.mdx entry node.Validate before reporting success.
init-state (writes meta.json with null revisions), then run validate and fix all schema, routing, and reference failures.validate as structural only. After it passes, run the reference's Context Floor acceptance: natural-query searches, per-boundary context --files probes, broad-glob precision probes, and tree --docs plus index/context relation review.init-state already seeded the ledger get their entries via adopt <path...>; never hand-edit meta.json or recreate existing files through new.commit --all -m "docs: bootstrap llmdoc" — it commits the surface, brands fingerprints, and lands the meta follow-up commit in one step.source: init; failed, incomplete, and dry-run paths never change it.success: V3 surface created, validated, and baseline initialized.no_change: the declared scope was fully checked and no write was needed.dry_run: investigation or planning completed without writing llmdoc/; do not advance state.incomplete: init was refused (valid V3 already exists, legacy migration is required) or evidence/user input was insufficient; roll back writes and do not advance state.failed: bootstrap failed and writes were rolled back.Always report:
validate and commit resultsincomplete, not success