一键导入
wiki-init
Use when bootstrapping or repairing the WP Knowledge wiki structure, schema rules, index, and log so all other wiki operations can run consistently.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when bootstrapping or repairing the WP Knowledge wiki structure, schema rules, index, and log so all other wiki operations can run consistently.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when adding a new source (file or URL) into the WP Knowledge wiki with synthesis, cross-linking, index updates, and log bookkeeping.
Скачивание изображений с веб-страниц и вставка их в статьи базы знаний wp-knowledge.
Создание и поддержка FAQ-страниц в вики: быстрые ответы на основе данных из каталога raw/ и существующих wiki-страниц, без gap analysis.
Use as an umbrella orchestrator for LLM Wiki work in this repository. Route tasks to wiki-init, wiki-ingest, wiki-query, wiki-lint, or wiki-update while enforcing shared wiki rules.
Use when revising existing wiki pages due to new information, contradictions, or user-requested corrections, with source attribution and downstream consistency checks.
Use when you need to extract web page content with the `summarize` CLI. Covers installation, usage, and troubleshooting of the summarize tool for fetching URL content as Markdown.
| name | wiki-init |
| description | Use when bootstrapping or repairing the WP Knowledge wiki structure, schema rules, index, and log so all other wiki operations can run consistently. |
Initialize or normalize the LLM Wiki structure for this repository.
Expected wiki root:
src/content/docs/Expected core files:
src/content/docs/index.mdsrc/content/docs/log.mdAGENTS.mdExpected raw structure:
raw/YYYY/MMDD/ — date-organized immutable sourcesExpected category folders:
core/, plugins/, themes/, security/, performance/, snippets/, queries/index.md has category-level catalog entries format:
- [Page Title](relative/path.md) - One-line summarylog.md has append-only convention:
## [YYYY-MM-DD] <operation> | <title>AGENTS.md:index.md and log.md include frontmatter with title and description.title with an # H1 heading — Starlight renders the title as H1. Start content from ##..md: все относительные ссылки на wiki-страницы пишутся с расширением .md (напр. [text](./page.md), ./category/index.md). НИКОГДА без .md или с / в конце. Плагин remarkStripMdLinks сам уберёт расширения при сборке.raw/ sources during init.index.md and log.md are present and usable.