ワンクリックで
wiki-links
Audit and repair wiki link integrity, argument chain links, and link-layer structural rules across the repository.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Audit and repair wiki link integrity, argument chain links, and link-layer structural rules across the repository.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Analyze one raw source file and write a structured `.cache/source-id-analysis.md` handoff document for `wiki-generation`.
Generate or update formal wiki notes from one `.cache/source-id-analysis.md` handoff document.
Reduce one theme or domain concept to its irreducible generators, then use that explanation to distinguish it from adjacent concepts and infer natural theme boundaries. Use when the user asks for 降秩, 秩是什么, 背后是什么, or when reviewing an old theme concept or proposing a new theme concept before deciding theme boundaries and argument scope.
Review unresolved items emitted by `wiki-generation` and convert them into concrete next actions.
写作引擎。带着一个观点出发,在写的过程中把它想透。
| name | wiki-links |
| description | Audit and repair wiki link integrity, argument chain links, and link-layer structural rules across the repository. |
Use this as the standalone skill for wiki link maintenance. It owns the repository's deterministic link audit and repair workflow.
argument-notes -> permanent-notes deterministic link syncsupports / next audit and repairLinks block cleanupLinks / References cleanup[[wikilink]] target detection across wiki/archive/.cache/* being treated as broken for Obsidian browsingstructure-notesReferences format auditaudit
fix
supports/next, prune disallowed Links residue, or normalize known-safe link structures.audit or fix.Audit the whole wiki:
python3 skills/wiki-links/scripts/audit_argument_links.py
Audit selected argument notes:
python3 skills/wiki-links/scripts/audit_argument_links.py \
wiki/argument-notes/20260414-如何构建长期有效的学习系统.md
Sync argument-derived supports/next:
python3 skills/wiki-links/scripts/sync_argument_links.py --apply
Sync selected argument notes and prune disallowed residue:
python3 skills/wiki-links/scripts/sync_argument_links.py --apply --prune-disallowed \
wiki/argument-notes/20260414-如何构建长期有效的学习系统.md
Clean all permanent-note Links blocks without changing chain order:
python3 skills/wiki-links/scripts/clean_permanent_links.py --apply
Normalize permanent-note and reference-note structural residue:
python3 skills/wiki-links/scripts/normalize_permanent_references.py --apply
audit and fix as two separate modes, even when they use the same rule set.[[wikilink]] targets in wiki/ are repository issues and must not be ignored.archive/.cache/ are considered broken for Obsidian use.References when the source file is in the vault.structure-notes 只允许指向 argument-notes。argument-notes 只允许与 structure-notes 和 permanent-notes 建立结构性关联。permanent-notes 用 supports 指向 argument-notes,用 next 指向同链路中的下一条 permanent-note。reference-notes 不使用 supports / next,Links 只用于相关 permanent-notes,References 统一使用 from / references / url。