Lisa Add Ingest

Scaffold a project-specific front-door ingest skill that does something unique (classify a source, fetch from a special system, stamp domain frontmatter) and then chains into /ingest. Extends ingestion without forking the kernel.

codyswanngt 3d3e5a7 933 B Updated

File contents

Lisa Command Compatibility

  • Original Claude command: /lisa:add-ingest
  • OpenCode invocation: $lisa-add-ingest or a plain-English request that matches this skill.
  • Treat the user's surrounding request as the command arguments.
  • Claude argument hint: <short name for the new ingest path>

Use the lisa-wiki-add-ingest skill to generate a thin, registered front-door ingest skill: interview the project for the source type, bucket, frontmatter, and side-effect class; emit a lisa-wiki-local- skill that enriches then chains into /ingest; and register it under customConnectors. Use the user's surrounding request as this command's arguments.

codyswanngt/advisory-rankings/tree/main/.opencode/skills/lisa/lisa-add-ingest commit 3d3e5a774f

Frequently asked questions

npx skillmds@latest add codyswanngt/lisa-add-ingest-2