wiki_compile — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited wiki_compile (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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>/../../bin
>
Do 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 the AI-driven "compilation" of high-entropy raw source texts into beautiful, structured, and interconnected literature cards and concept sheets.
Tooling (framework-agnostic): This skill is written tool-agnostic. Map each capability to your own agent's tool — read-file (Readin Claude Code,view_filein Antigravity), sub-agent / parallel task (Task/Agentin Claude Code,invoke_subagentin Antigravity), web-search (WebSearchin Claude Code,search_web), shell (Bash/PowerShell). Use the closest equivalent your framework provides; if a parallel sub-agent tool is unavailable, perform the steps sequentially yourself.
When the user asks to compile the wiki or process raw files, follow this parallelized workflow:
python <BIN>/detect_uncompiled.py --topic-dir \"<TOPIC_DIR>\" This script output will list the relative paths of uncompiled source files.
<SKILL_DIR>/templates/paper_template.md.[STUB: Awaiting synthesis] as the placeholder. Do not generate other variations like "No explicit definition".[[Concept]] or [[Concept|Alias]]. Do NOT use standard markdown relative links for these.wiki/concepts/. Instead, use the provided script to safely append your perspective. For each extracted concept, run:python <BIN>/add_concept.py --name "Concept Name" --source "Source Paper Name" --content "Your detailed definition and perspective on this concept based on the paper you just read."
wiki/references/._index.md files:python <BIN>/index_builder.py "<TOPIC_DIR>"
python <BIN>/llm-wiki.py lint --fix "<TOPIC_DIR>" on the full topic workspace as a final structural pass.log.md, including the count of successful vs. failed compilations.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.