plugins/lisa-wiki/skills/lisa-wiki-connector-roles/SKILL.md
Ingest the wiki's own digital-staff roster (config.staff[] + wiki/staff/*) into a sanitized source note. Use only when lisa-wiki-ingest routes to the roles connector. Does not run any subagent.
npx skillsauth add codyswanngt/lisa lisa-wiki-connector-rolesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A universal, deterministic connector backed by scripts/ingest-roles.mjs. It captures the roster so
the wiki documents its own digital staff.
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.
config.staff[] and wiki/staff/*.md only; never invokes/schedules the role subagents
(that is out of scope — see lisa-wiki-add-role).development
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
development
Guidelines for upgrading Expo SDK versions and fixing dependency issues
development
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).
tools
`@expo/ui/swift-ui` package lets you use SwiftUI Views and modifiers in your app.