ソース情報
- リポジトリ
- TokenRollAI/llmdoc
- ソースの最終更新活動
- 2026年8月27日 04:39
- 検出された 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コマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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.
SKILL.md を表示中
| 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