Agent skill
raw-undistilled-triage
Identify raw notes in this vault that do not have corresponding distilled notes yet (based on wikilinks and front matter), and report broken raw↔distilled references.
Install this agent skill to your Project
npx add-skill https://github.com/dudarev/ai-assisted-software-development/tree/main/skills/raw-undistilled-triage
SKILL.md
Raw undistilled triage
Use this when you want a quick, repeatable inventory of:
- raw notes that have no corresponding distilled note yet
- broken
[[raw/...]]links fromdistilled/ - broken
[[distilled/...]]links fromraw/
Run
From the repo root:
python3 skills/raw-undistilled-triage/scripts/find_undistilled_raw.py
Optional:
--limit 0to print all items--format jsonfor machine-readable output
Interpretation
- “Undistilled raw” means the raw file has no outgoing
[[distilled/...]]link and no incoming[[raw/...]]link from any distilled note. - If a raw note is already distilled, record lineage in raw front matter:
distilled_refs:- "[[distilled/<note>.md]]"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
weekly-youtube-picks
Create or update the weekly YouTube picks note in notes/ — mining distilled notes for insights, sanitizing video titles, writing tight editorial copy, and linking to published notes.
youtube-history-markdown-triage
Given pasted Markdown of YouTube watch history, triage which videos are worth distilling for this AI-assisted software development vault, check whether they are already captured in raw/, and propose the top priorities.
make-distilled
Transform raw captured content into distilled knowledge by extracting topics (outline), summary, key points, principles, patterns, entities, and quotes, storing the result in the distilled/ directory.
get-web-page-raw
Capture a web page as raw material (extracted text/Markdown) with metadata, storing it in the raw/ directory for later distillation.
youtube-search
Search YouTube for recent videos using the python youtube_search library, especially when you need last-7-days results or want to filter by publish time without the YouTube Data API.
plan-incremental-commits
Review a mixed working tree and produce (and optionally execute) a small, logically grouped sequence of incremental git commits.
Didn't find tool you were looking for?