smithery/agentient

intelligent-ingestion

[STUB - Not implemented] Intelligent document chunking and ingestion with multiple strategies for Vertex AI RAG Engine. PROACTIVELY activate for: [TODO: Define on implementation].

Installation

$ npx skills add smithery/agentient --skill intelligent-ingestion

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/agentient · top by installs.

npx skills add smithery/agentient

Browse all from smithery/agentient

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,213 B
  • docs SUMMARY.md 251 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Intelligent Ingestion

STUB: This skill is not yet implemented

This placeholder preserves the documented plugin structure.
See parent plugin README for planned capabilities.

Planned Capabilities

  • Intelligent Chunking Strategies:

- Fixed-size (512-1000 tokens) for prose documents - Semantic (paragraph-based) for legal documents - Sentence-boundary for Q&A content - Markdown-aware for technical documentation

  • Concurrent online embeddings with explicit RETRIEVALDOCUMENT tasktype
  • Bypass batch API limitation to ensure correct task_type
  • Document preprocessing and normalization

Implementation Status

  • Core implementation
  • References documentation
  • Output templates
  • Integration tests