plugins/lisa-wiki/skills/lisa-wiki-connector-docs/SKILL.md
Ingest a local document (PDF, DOCX, Markdown, text) into a sanitized source note for lisa-wiki ingest. Use only when lisa-wiki-ingest routes to the docs connector (a file-path input). Uses available local converters; no heavy bundled dependency.
npx skillsauth add codyswanngt/lisa lisa-wiki-connector-docsInstall 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. Converts a local document to markdown using whatever converter is available, writes a source note, and hands off; the kernel does the rest.
pdftotext (Poppler) if available, else pandoc.pandoc if available, else textutil (macOS).
If no suitable converter is installed, skip that source and record a docs doctor finding (the
file could not be converted) so the user can install a converter — a targeted /ingest <file> reports
the skip rather than pretending success. Missing converters are connector-specific, never a
plugin-install blocker.connectors.docs.enabled and sideEffects: read-only-ingest.wiki/sources/docs/<YYYY-MM-DD>-<slug>.md with frontmatter
(type: source, dates, source_system: docs, original filename) and the converted, reader-safe
text. Redact secrets; honor sourceRetention/sensitivity.lisa-wiki-ingest.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.