Capture Nt banner
NakliTechie NakliTechie

Capture Nt

Communication community

Description

--- description: "Capture a URL / file / PDF / chat share into the knowledge vault (~/Code/knowledge) as a schema'd source note linked into topics; commits + pushes. Idempotent." argument-hint: "<url | file path> [realm: knowledge|personal|work]" entry: "knowledge vault present at the configured path" exit: "schema'd source note written, linked, committed + pushed; idempotent on re-run" writes: "the knowledge vault" --- Capture something into the **knowledge vault** and wire it into the web of

Installation

Installs to ~/.claude/skills/naklitechie-ntkit-capture-nt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/naklitechie-ntkit-capture-nt && curl -fsSL https://raw.githubusercontent.com/NakliTechie/ntkit/HEAD/commands/capture-nt.md -o ~/.claude/skills/naklitechie-ntkit-capture-nt/SKILL.md

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

Full documentation available on GitHub

View Source Repository