بنقرة واحدة
wiki-lint
Statically check and repair double-bracket linkages and frontmatter within your compiled wiki directory.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Statically check and repair double-bracket linkages and frontmatter within your compiled wiki directory.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Compile raw sources into detailed, Obsidian-compatible, interlinked Markdown pages under wiki/ references/ and concepts/.
Deduplicates concepts, splits overly broad concepts, and synthesizes multi-source concept definitions by dynamically searching and analyzing all papers that reference them.
Ingest new academic papers or PDFs into the raw/ folder of your active topic wiki using the local OCR model configured in config.yaml.
Ingest new academic papers, notes, or web articles into the raw/ folder of your active topic wiki.
Initialize a new topic workspace folder with standard raw/, wiki/, inbox/, and output/ directories.
Automatically builds semantic links between concept markdown files by calculating vector similarity using a local Ollama embedding model.
| name | wiki_lint |
| description | Statically check and repair double-bracket linkages and frontmatter within your compiled wiki directory. |
| commands | {"lint":"Statically analyze the wiki folder to check and repair double-bracket linkages."} |
Resolving script paths (read first): Commands below invoke scripts as
<BIN>/X.py(and a few as<SKILLS>/...). Resolve these to absolute paths once before running anything:
<SKILL_DIR>= the directory thisSKILL.mdlives in.<SKILLS>= theskills/folder containing this skill =<SKILL_DIR>/..<BIN>= thebin/folder beside it =<SKILL_DIR>/../../binDo not hardcode a fixed prefix like
.agents/binor../bin: shell relative paths resolve against the current working directory (usually the topic root), not this skill's location. Once resolved,<BIN>is typically.agents/binwhen invoked from the hub root, or.claude/binfrom inside a topic directory.
This skill handles static validation, claim mapping, and link structural checks to keep the personal knowledge base completely healthy and integrated.
When the user asks to lint, repair, or audit the links in their vault:
python <BIN>/llm-wiki.py lint --fix <TOPIC_DIR>
wiki/ files are critical (blocking), while errors in raw/ files are warnings (non-blocking).--skip-math flag:
python <BIN>/llm-wiki.py lint --skip-math <TOPIC_DIR>[[links]], missing metadata frontmatter properties, math syntax errors, or directory structure discrepancies.<SKILL_DIR>/tests/fixtures/ to benchmark and verify the validator's performance:
golden-wiki/ contains a flawless mock vault.defects/ contains defect-injected vaults.log.md.