extract-insights
This skill should be used when user wants to learn from their collected references, synthesize patterns across sources, or turn research into frameworks from curated reference collections (Are.na channels, bookmarks, saved articles).
npx skills add majiayu000/claude-skill-registry --skill extract-insights-rohunvora-my-claude-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Extract Insights from Reference Collections ## When This Activates - "Extract insights from my Are.na" - "Synthesize these articles" - "Turn my bookmarks into something useful" - "What patterns are in my saved references?" ## The Process ### Phase 1: Audit Understand the collection contents. ``` AUDIT CHECKLIST: - Total items: [count] - By type: [links, images, text, attachments] - Link domains: [group by source - medium.com, specific blogs, etc.] - Blocked sources: [paywalled, bot-detected] - High-value targets: [articles > images > text snippets] ``` **For Are.na:** Run `npx tsx scripts/audit-channel.ts <slug>` if available, or fetch via API. **Priority order for insight extraction:** 1. Articles/links (richest content) 2. Text blocks (direct notes) 3. Images with descriptions (frameworks, diagrams) 4. Images without descriptions (least context) ### Phase 2: Deep-Read **For articles/links:** ``` FETCH STRATEGY: 1. Direct fetch (WebFetch) 2. If blocked or inaccessible: - Flag for manual review - Note: "[url] - blocked, needs manual access" 3. If success: - Extract key insights (not full content) - Note source for citation ``` **For PDFs and attachments:** ``` PDF STRATEGY: 1. Ch
- When This Activates
- The Process
- Phase 1: Audit
- Phase 2: Deep-Read
- Phase 3: Cluster
- Phase 4: Synthesize
- Output Format
- Failure Modes
- When to Stop
What does the extract-insights skill do?
This skill should be used when user wants to learn from their collected references, synthesize patterns across sources, or turn research into frameworks from curated reference collections (Are.na channels, bookmarks, saved articles).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill extract-insights-rohunvora-my-claude-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
