ingest

Scan standards and artifacts directories for changed content and suggest updates.

6|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/vibbs/company-os --skill ingest-vibbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingest
Source: https://github.com/vibbs/company-os/tree/main/.claude/skills/ingest
Command: npx skills add https://github.com/vibbs/company-os --skill ingest-vibbs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your AI system's knowledge base stays up-to-date by automatically detecting and suggesting updates based on new or changed standards documents and artifacts.

Core Features & Use Cases

  • Change Detection: Scans specified directories for new or modified files.
  • Impact Analysis: Classifies changes and identifies affected skills and agents.
  • Recommendation Generation: Proposes specific updates to skill configurations and agent documentation.
  • Use Case: After adding a new API specification to the standards/api/ directory, this Skill will identify the change, determine which API-related skills need updating, and suggest the exact modifications required in their SKILL.md files.

Quick Start

Run the ingest skill to synchronize the system with any new standards or artifacts.

Frequently Asked Questions about ingest

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

FAQPage Schema
How do I synchronize system knowledge with new standards and artifacts?

To synchronize system knowledge, run the ingest skill to scan standards and artifacts directories for new or changed content. It then suggests specific updates for skills, agents, and configuration files.

How does change detection work for evolving documentation and specifications?

Change detection works by using shell scripts to scan specified directories for new or modified files, classifying the changes, and identifying which skills and agents are affected.

Do I need shell scripts to classify changes and update skill configurations?

Yes, the ingest skill requires shell scripts to perform change detection, classify content modifications, and run health checks to ensure system integrity after updates are applied.

What's the best way to update agent documentation after adding new API specifications?

The best way is to add the specification to the standards directory and run the ingest skill. It identifies the change, determines affected agents, and proposes exact modifications for their documentation.

How do I ensure system integrity after synchronizing configuration with new artifacts?

You ensure system integrity by running the built-in health checks provided by the ingest skill. These checks verify stability after applying recommended updates to skills and configuration.

Can I use this for configuration management across multiple skills and agents?

Yes, you can use this for configuration management because it analyzes new standards, identifies affected skills and agents, and generates specific recommendations for updating their configurations.