ideas-funnel:ingest

Ingest raw markdown notes into structured wiki pages with v2 frontmatter.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/cosmicdreams/claude-plugins --skill ideas-funnel-ingest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ideas-funnel:ingest
Source: https://github.com/cosmicdreams/claude-plugins/tree/main/ideas-funnel/skills/ingest
Command: npx skills add https://github.com/cosmicdreams/claude-plugins --skill ideas-funnel-ingest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns unprocessed notes and inbox items into consistently structured wiki pages, so concepts and entities stay discoverable and the index stays accurate.

Core Features & Use Cases

  • Multi-domain ingest: Processes Raw/ daily notes and Raw/Inbox/<domain>/ items within a requested domain scope.
  • Structured wiki page generation: Creates Source pages and domain-scoped Concept and Entity pages using the v2 frontmatter schema.
  • Manifest + logging + archiving: Updates index.md, log.md, and Raw/.manifest.json, then archives processed raw files to Archive/Raw/<domain>/.
  • Concept-density signal emission: Emits wiki/concept-density-threshold when a concept crosses the ≥3-unrelated-sources bar for later Refinery promotion.

Quick Start

Tell the agent to ingest today’s inbox by running: ingest /ideas-funnel:ingest

Frequently Asked Questions about ideas-funnel:ingest

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

FAQPage Schema
How do I ingest raw markdown notes into a structured wiki?

To ingest raw markdown notes into a structured wiki, this Skill scans daily notes and inbox items to generate Source, Concept, and Entity pages with v2 frontmatter. It then updates index.md, log.md, and a manifest, and archives processed items.

What does it mean when a concept meets the wiki concept-density threshold?

When a concept meets the concept-density threshold, it means the concept has been cited in at least three unrelated sources. The Skill emits a wiki/concept-density-threshold signal to flag that concept for later promotion.

Can I process inbox items across multiple domain taxonomies at once?

Yes, you can process multiple domain taxonomies at once. The Skill supports multi-domain ingest by scanning Raw/ daily notes alongside Raw/Inbox/<domain>/ items within your requested domain scope.

How are duplicate notes handled during markdown knowledge management ingest?

Duplicate notes are handled during ingest via Raw/.manifest.json tracking and status: ingested checks. This deduplication mechanism prevents the same raw notes from being processed into the wiki multiple times.

What happens to raw daily notes after they are ingested?

After raw daily notes are ingested, the Skill updates index.md, log.md, and Raw/.manifest.json atomically to reflect the changes. The processed raw files are then archived to Archive/Raw/<domain>/.