ingestion

Ingest CFN Loop dependency manifests and diagrams into deduplicated Read commands.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill ingestion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingestion
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/skills/cfn-dependency-management/lib/ingestion
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill ingestion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fs, path, child_process, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Ingests dependencies from dependency diagrams and manifests, generating Read commands for orchestration tools.

Core Features & Use Cases

  • Diagram parsing
  • Manifest ingestion
  • Token-aware content injection

Quick Start

node ingest-dependencies.js --diagram cli --inject-content

Frequently Asked Questions about ingestion

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

FAQPage Schema
How do I ingest dependencies from CFN Loop manifests and diagrams?

Ingesting dependencies from manifests and diagrams involves parsing diagram-based or manifest-based dependency sources, applying filters by priority and type, validating file existence, and deduplicating results to generate structured Read commands for downstream processing.

Can I use dependency ingestion with both CLI and Trigger.dev contexts?

Yes, ingestion works in both CLI and Trigger.dev contexts. It processes manifest-based and diagram-based dependencies consistently across environments, optionally including deprecated files and enforcing a 25k-token budget for content injection.

What happens when I inject dependency content downstream?

Content injection delivers dependencies in chunks to downstream agents as structured, deduplicated Read output suitable for RAG context construction, respecting the 25k-token budget limit for safe content delivery.

How do I validate dependencies and remove duplicates during ingestion?

The ingestion process automatically validates file existence against the filesystem and deduplicate results, ensuring only valid, unique dependencies are output in the final Read commands for orchestration tools.

What file formats and tools does dependency ingestion work with?

Dependency ingestion processes CFN Loop dependency manifests and diagrams using Node.js filesystem operations, child process execution, and path resolution to extract and structure dependencies for orchestration and RAG workflows.

Related Skills