lode-capturelisted
Install: claude install-skill e128/dotnet-reference
# Lode Capture
Persist a single insight into `lode/`. One insight, one file, one timestamp.
## Workflow
### 1. Extract the insight
Parse the insight from `$ARGUMENTS` or the preceding conversation context.
### 2. Route to the correct file
| Topic signals | Target lode file |
| ------------------------------------------------------------------- | ---------------------------------------------- |
| C#, .NET, dotnet, async, analyzer, Roslyn, nullable | `lode/dotnet/*.md` (find closest match) |
| Infrastructure, CI, GitHub Actions, hooks, skills, agents | `lode/infrastructure/*.md` |
| Scripts, shell | `lode/infrastructure/*.md` |
| Practices, code style, conventions, patterns | `lode/practices.md` |
| Dependencies, NuGet, packages | `lode/dependency-policy.md` |
| Project-wide, architecture, overview | `lode/summary.md` |
| Terminology, domain words, definitions | `lode/terminology.md` |
### 3. Read the target file, find the best section heading
### 4. Check file size before writing
```bash
scripts/lode-guard.sh lode/path/to/file.md
```
If over li