18 lines
854 B
Markdown
18 lines
854 B
Markdown
---
|
|
name: wiki-compile
|
|
description: >
|
|
Seed new wiki articles or refresh existing ones from session logs, client documents, and live Syncro PSA data. Use when the user says /wiki-compile, "update the wiki for <client>", "compile wiki", "refresh the project article".
|
|
---
|
|
|
|
# /wiki-compile — Wiki Article Generation
|
|
|
|
**Grok skill wrapper.** Full command in `.claude/commands/wiki-compile.md`.
|
|
|
|
When activated, read the source command and the underlying scripts/logic. It analyzes session-logs, pulls from Syncro (or Autotask), and produces or updates articles under `wiki/clients/`, `wiki/projects/`, `wiki/systems/`.
|
|
|
|
Use `run_terminal_command` for the actual compilation script(s).
|
|
Follow the output location and linting rules in the command doc.
|
|
|
|
See also `/wiki-lint`.
|
|
|
|
The wiki is a primary context source per CLAUDE.md "Automatic Context Loading". |