What problem does it solve?
Working with the leadtype package requires knowing which APIs handle MDX components, markdown conversion, LLM bundle generation, and docs linting, and where the authoritative documentation lives. This Skill routes you to the correct packaged docs topic so you use the right function for each docs tooling task.
Core Features & Use Cases
- Topic Routing: Directs you to the smallest relevant docs page (components, convert, markdown, llm, or lint) starting from llms.txt.
- Path Priority Resolution: Prefers the installed package docs in node_modules and falls back to generated workspace docs or repo-root MDX sources.
- API Coverage: Covers mdxComponents, CommandTabs, TypeTable, convertMdxToMarkdown, generateLlmsTxt, generateLLMFullContextFiles, and lintDocs.
- Use Case: When asked to flatten MDX docs into markdown for an LLM context bundle, the Skill points you to convert.md and llm.md so you apply convertAllMdx and generateLlmsTxt correctly.
Quick Start
Ask how to convert the docs MDX files into markdown and generate an llms.txt bundle using leadtype.