What problem does it solve? Large markdown documents become hard to navigate, edit, and load into AI context. This Skill splits a monolithic markdown file into smaller, organized section files so each part can be managed and referenced independently. ## Core Features & Use Cases - Automated Sharding: Runs npx @kayvan/markdown-tree-parser explode to split a markdown file by level 2 sections into a destination folder. - Guided Workflow: Walks through source selection, destination confirmation, execution, output verification, and completion reporting with halt conditions on errors. - Original Document Handling: Offers delete, archive, or keep options for the source file after sharding to avoid duplicate content. - Use Case: You have a 2,000-line architecture.md file. Shard it into per-section files with an index.md so each section can be loaded on demand. ## Quick Start Shard the document docs/architecture.md into smaller section files using the default destination folder.