mdsel
Original:🇺🇸 English
Translated
Use mcp__mdsel__mdsel for .md files unless reading entire file or planning to edit. Triggers: markdown, .md, README, documentation, docs
2installs
Sourcedabstractor/mdsel-skill
Added on
NPX Install
npx skill4agent add dabstractor/mdsel-skill mdselTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →mdsel
Use tool for markdown files:
mcp__mdsel__mdsel- Index first: (no selector)
files: ["README.md"] - Then select:
files: ["README.md"], selector: "h2.4,h3.6"
0-based indexing. Always index before selecting.
NEVER use the wildcard selector. If you need the entire document, use the Read tool instead - that's what it's for. The purpose of mdsel is selective reading to save tokens.
*When to use Read instead
Use the Read tool for markdown files when:
- You need the entire file content (don't use mdsel with or
*- just use Read)root - You plan to edit the file (Edit tool requires prior Read)