ingest-articlelisted
Install: claude install-skill michaeljauk/brain-starter
# Ingest Article
Takes a URL or raw text, extracts the key knowledge, and places it in the right location(s) in the brain vault.
## Trigger phrases
- "ingest this: [URL]"
- "ingest article: [URL]"
- "/ingest-article [URL]"
- "add this to my brain: [URL or text]"
- "save this knowledge: [URL or text]"
## Input
The user provides one of:
- **A URL** — extract content using Defuddle CLI
- **Raw text** — use directly (pasted article, email, notes)
Optional: the user may specify a target topic or project to file under.
## Step-by-step workflow
### 1. Extract content
**If URL:**
```bash
defuddle parse <url> --md
```
Also grab metadata:
```bash
defuddle parse <url> -p title
defuddle parse <url> -p domain
defuddle parse <url> -p description
```
**If raw text:** Use the text as-is. Ask the user for a title/source if not obvious.
**Paywall bail-out:** If defuddle output is < 500 chars AND contains markers like `subscribe`, `paywall`, `sign up to read`, `become a member`, abort the auto-ingest. Tell the user the source is paywalled and ask them to paste the full text. Do NOT write a thin note from a paywalled snippet.
### 2. Analyze and classify
Read the extracted content and determine:
1. **Topic summary** — What is this article about? (1-2 sentences)
2. **Key insights** — The 3-8 most actionable or notable takeaways
3. **Actionable insights with application targets** — For each key insight, identify the specific project/area where it could be applied. Format as `{insight