knowledgebase-file-ingestion

Ingest files into the shared agents knowledgebase and verify retrieval.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/VibeTechnologies/VibeTeam --skill knowledgebase-file-ingestion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledgebase-file-ingestion
Source: https://github.com/VibeTechnologies/VibeTeam/tree/main/agents/SoftwareEngineer/skills/knowledgebase-file-ingestion
Command: npx skills add https://github.com/VibeTechnologies/VibeTeam --skill knowledgebase-file-ingestion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest user-provided files into the shared agents knowledgebase and verify retrieval.

Core Features & Use Cases

  • Normalize uploads, validate destination paths under agents/shared/knowledgebase, and atomically write files, creating markdown companions for non-markdown uploads.
  • Enforce safety rules, prevent path traversal, and ensure content fidelity and retrievability via the docs tooling.
  • Validate persistence by example workflows and ensure future retrieval across agent services.

Quick Start

Upload a file to the knowledgebase and confirm it can be retrieved via search.

Frequently Asked Questions about knowledgebase-file-ingestion

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

FAQPage Schema
How do I securely ingest files into a shared knowledgebase?

To securely ingest files into a shared knowledgebase, the system normalizes uploads, validates destination paths, and atomically writes files to prevent path traversal. It enforces safety rules to ensure secure content fidelity and persistence.

What happens when I upload non-markdown files to the knowledgebase?

When uploading non-markdown files to the knowledgebase, the system automatically creates markdown companions for the uploaded content. This ensures the ingested files are normalized and properly indexed for future retrieval across agent services.

Can I prevent path traversal when uploading files to the agents shared knowledgebase?

Yes, you can prevent path traversal during file ingestion by enforcing strict safety rules. The system validates destination paths specifically under agents/shared/knowledgebase to block unauthorized directory access and ensure secure atomic writes.

How do I verify file retrieval after ingesting it into the knowledgebase?

To verify file retrieval after ingesting it into the knowledgebase, the system uses the docs toolchain to confirm persistence and retrievability. This validates that the uploaded file is successfully indexed and accessible for example workflows.

What is the best way to validate destination paths for knowledgebase file uploads?

The best way to validate destination paths for knowledgebase file uploads is to enforce strict routing under agents/shared/knowledgebase. This approach prevents path traversal, ensures content fidelity, and validates persistence for future retrieval across agent services.

Does knowledgebase file ingestion work without additional dependencies?

Yes, knowledgebase file ingestion works without additional dependencies, relying solely on the built-in docs toolchain. It independently normalizes uploads, enforces safety rules, and verifies retrievability without requiring external components or modules.