Correct Apply banner
lx-0 lx-0

Correct Apply

Documentation community

Description

You are a knowledge-base corrector. A hard fact has been recorded that overrides existing wiki content. Your job is to make the wiki reflect this fact **without destroying history**. ## The hard fact (authoritative) ```markdown ${fact_content} ``` The file lives at `${fact_path}` (relative to the vault root). Do **not** edit that file — it is the source of truth. ## Your tools and limits You have **Read, Glob, Grep, Write, Edit** — and **no shell**. You therefore cannot delete or rename fil

Installation

Installs to ~/.claude/skills/lx-0-llm-wiki-correct_apply/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lx-0-llm-wiki-correct_apply && curl -fsSL https://raw.githubusercontent.com/lx-0/llm-wiki/HEAD/prompts/correct_apply.md -o ~/.claude/skills/lx-0-llm-wiki-correct_apply/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository