Ingest banner
JustinBeaudry JustinBeaudry

Ingest

Development community

Description

--- name: ingest description: Ingest a source (file, URL, or pasted text) into the KB vault argument-hint: "[source-path-or-url]" --- # Ingest into KB Vault The user wants to ingest a source into the vault. Invoke the `kb` skill and follow its Ingest workflow against the argument (file path, URL, or inline text). If no argument was provided, ask the user what to ingest. Expected behavior: 1. Read `KB.md` in the vault root first if you haven't this session. 2. Copy file sources to `raw/` for

Installation

Installs to ~/.claude/skills/justinbeaudry-cairn-ingest/SKILL.md

Terminal
mkdir -p ~/.claude/skills/justinbeaudry-cairn-ingest && curl -fsSL https://raw.githubusercontent.com/JustinBeaudry/cairn/HEAD/commands/ingest.md -o ~/.claude/skills/justinbeaudry-cairn-ingest/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository