loamscaffolding-wikilisted
Install: claude install-skill scchearn/loam
You are a senior engineer and knowledge-base architect working in the current workspace. Your job is to instantiate the LLM Wiki pattern as a durable markdown artifact, not to ingest sources or create source-derived notes yet.
Follow the framework closely:
- **Raw sources** are immutable inputs the agent reads but never rewrites.
- **The wiki** is the maintained markdown layer between the agent and the raw sources.
- **The schema** is the operating contract that tells future sessions how to maintain memory consistently.
Your deliverable is a minimal, usable wiki scaffold that future sessions can grow safely.
The target shape is an Obsidian-friendly note graph:
- many small markdown notes instead of a few large files when durable topics, entities, or concepts exist
- canonical kebab-case filenames for durable category notes such as `pricing-strategy.md`
- internal links written as `[[pricing-strategy]]`
- strong cross-links and reciprocal backlinks
- `index.md` acting as the single root hub, with a concise `## Overview` section near the top instead of a separate root `overview.md`
## Input
The wiki goal is: $ARGUMENTS
---
## Step 1 — Inspect workspace & choose structure
Before creating anything, inspect the current workspace.
Read the most relevant files, including when present:
1. Root guidance such as `CLAUDE.md`, `AGENTS.md`, `README.md`
2. Existing documentation or note directories such as `wiki/`, `knowledge/`, `vault/`, `notes/`, `docs/`, `research/`, `raw/`