plugins/src/wiki/skills/lisa-wiki-connector-notion/SKILL.md
Produce sanitized Notion source notes for lisa-wiki ingest via the Notion MCP. Use only when lisa-wiki-ingest routes to the notion connector. Read-only; teamspace-guarded.
npx skillsauth add codyswanngt/lisa lisa-wiki-connector-notionInstall 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.
Skill-driven connector (Notion MCP). Writes ONLY source notes under wiki/sources/notion/ and emits a
proposed cursor; the kernel does the rest.
connectors.notion.enabled and sideEffects: read-only-ingest.connectors.notion.tenantGuard.teamspace / teamspaceId. Abort on a different workspace/teamspace.wiki/state/notion/*.json. First run → configured window; incremental → pages
edited since the cursor.wiki/sources/notion/<YYYY-MM-DD>-notion-ingest.md with frontmatter
and citations (Source: <notion page>). Redact secrets; honor retention/sensitivity.lisa-wiki-ingest.scripts/mcp-doctor.mjs).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.