Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

document-chunking

النجوم١٢
التفرعات٤
آخر تحديث١٧ مايو ٢٠٢٦ في ٠٤:٥٠

Split documents into chunks for downstream processing. Use when batching samples for observation, feeding extraction workflows, or breaking long regulation documents into pieces small enough to fit a worker LLM. Covers cheap methods (page, fixed-size, header-based) for quick exploration AND the onion-peeler hierarchical strategy + wedge fallback for production-grade chunking of long structured documents. Also covers the central balance question: chunk-too-big (information lost in a haystack) vs. chunk-too-small (semantic continuity broken).

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly