intake_article

Automates intake and verification of user-provided articles and blog posts into markdown knowledge files with YAML frontmatter.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/JoNaYeon/claude-code-skills --skill intake-article
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: intake_article
Source: https://github.com/JoNaYeon/claude-code-skills/tree/main/intake/intake_article
Command: npx skills add https://github.com/JoNaYeon/claude-code-skills --skill intake-article

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow automates the intake of articles, blog posts, and threads by applying a structured, four-step verification process to ensure credibility and generate actionable insights before saving to a knowledge base.

Core Features & Use Cases

  • 4-step validation: source quality, evidence tagging, alternate scenario consideration, and applicability assessment.
  • Insight extraction: derives concise, decision-ready takeaways with confidence tags.
  • Knowledge storage: stores validated results under knowledge/{domain}/ as markdown with YAML frontmatter.
  • Use cases: intake of articles for research summaries, post curation, or auditable knowledge capture.

Quick Start

Paste an article or blog post to trigger the intake workflow.

Frequently Asked Questions about intake_article

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate article verification and insight extraction for a knowledge base?▼

Article verification and insight extraction are automated through a four-step pipeline that validates source quality, tags evidence, considers alternate scenarios, and assesses applicability. Results are stored as markdown files with YAML frontmatter under knowledge/{domain}/.

What is the best way to save verified articles into a structured knowledge base?▼

The best way to save verified articles is using automated intake validation, which extracts decision-ready takeaways with confidence tags and stores them as structured markdown files with YAML frontmatter under a specified knowledge/{domain}/ directory.

Can I use this article intake workflow for blog posts and social media threads?▼

Yes, the article intake workflow supports pasted articles, blog posts, and threads. The four-step validation process applies source quality checks and evidence tagging to each content type before storing extracted insights.

How does source evaluation work during the article intake process?▼

Source evaluation works by applying a critical validation step that checks source quality and tags evidence before extracting insights. The pipeline also considers alternate scenarios and assesses applicability to ensure credibility.

Do I need any dependencies or extra components to run the article intake pipeline?▼

No dependencies or extra components are required to run the article intake pipeline. You simply paste an article or blog post to trigger the automated four-step validation and knowledge storage workflow.

What format are verified insights stored in after article intake processing?▼

Verified insights are stored in markdown format with YAML frontmatter after article intake processing. The structured files are saved directly under the knowledge/{domain}/ directory for auditable knowledge capture.