#Agent workflows
Make Markdown Library is useful for coding agents and LLM workflows because it creates one stable, source-delimited Markdown file plus a machine-readable index.
#Why agents like it
Agents work better when context is:
- plain text;
- source-delimited;
- reproducible;
- small enough to inspect;
- backed by machine-readable metadata.
The combined library gives the text. The index gives provenance and rebuild metadata.
#Recommended tiers
- Install Make Markdown Library normally.
- Install LiteParse when PDF/OCR/layout support matters.
- Use
llms.txtto help agents understand the project quickly. - Use
--summary-jsonfor machine-readable command output.
#Generate a library for an agent
make-markdown-library make project-docs -o agent-library.md \
--converter auto \
--index-format json \
--summary-json#Agent-readable documentation
The repository includes:
llms.txtIt summarises purpose, commands, generated outputs, converter modes, processing rules, and project links.