# Lw Output

> Render wiki-grounded content as slides, charts, reports, or other non-canonical artifacts and file them under outputs/. Usage: /lw-output --slides <question|file> or /lw-output --chart <question|file>

- Skill: `geeksfino/lw-output` (Agent Skill)
- Install (CLI): `npx skillmds@latest add geeksfino/lw-output`
- Raw SKILL.md: https://api.skillmd.com/api/skills/geeksfino/lw-output/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: geeksfino (https://skillmd.com/u/geeksfino)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/geeksfino/lw-output

---


# LLM Wiki Output

Render non-canonical artifacts from the wiki.

`outputs/` is for exports, renderings, reports, and operational artifacts derived from the wiki.
It is not the canonical knowledge base.

## Steps
1. If input is a question, use index-first research.
2. If input is a file, read the file body.
3. Produce the requested output format.
4. Save it to `outputs/`.
5. Update `wiki/log.md`.
6. Only add the artifact to `wiki/index.md` if the workspace explicitly maintains an output/export catalog.

## Rules
- Outputs should remain grounded in actual wiki pages.
- Use profile rules for customer-safe wording if the active project requires it.
- Do not treat outputs as canonical query material.
- If an output contains durable knowledge that future wiki queries should rely on, promote that knowledge into `wiki/` during maintenance rather than relying on the output file itself.

