Source Ingestion banner
bradduy bradduy

Source Ingestion

Development community

Description

--- name: source-ingestion description: Skill for ingesting raw sources into the knowledge base with proper storage, metadata, and provenance tracking type: rigid --- # Source Ingestion Skill This skill governs how raw sources are added to the knowledge base. Follow it exactly. ## Pre-ingestion checklist Before ingesting any source: - [ ] Determine source type: file (PDF, markdown, text), URL, or pasted content - [ ] Generate a kebab-case filename from the source title - [ ] Check if `knowl

Installation

Installs to ~/.claude/skills/bradduy-wiki-knowledge-compiler-source-ingestion/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bradduy-wiki-knowledge-compiler-source-ingestion && curl -fsSL https://raw.githubusercontent.com/bradduy/wiki-knowledge-compiler/HEAD/skills/source-ingestion.md -o ~/.claude/skills/bradduy-wiki-knowledge-compiler-source-ingestion/SKILL.md

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

Full documentation available on GitHub

View Source Repository