# Lisa Wiki Connector Roles

> Ingest the wiki's own…

- Skill: `codyswanngt/lisa-wiki-connector-roles` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add codyswanngt/lisa-wiki-connector-roles`
- Raw SKILL.md: https://api.skillmd.com/api/skills/codyswanngt/lisa-wiki-connector-roles/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: codyswanngt (https://skillmd.com/u/codyswanngt)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/codyswanngt/lisa-wiki-connector-roles

---


# lisa-wiki-connector-roles

A universal, deterministic connector backed by `scripts/ingest-roles.mjs`. It captures the roster so
the wiki documents its own digital staff.

## Flow
```
node "${PLUGIN_ROOT}/scripts/ingest-roles.mjs" --config wiki/lisa-wiki.config.json \
  --wiki wiki --source-dir wiki/sources/roles \
  --state wiki/state/roles/roles.json --emit-meta wiki/state/handoff/roles-<runId>.json
```
Hand the source note + proposed cursor back to `lisa-wiki-ingest`.

## Rules
- Reads `config.staff[]` and `wiki/staff/*.md` only; never invokes/schedules the role subagents
  (that is out of scope — see lisa-wiki-add-role).
- Writes only its source note + handoff meta; the kernel advances state.

