## What problem does it solve?
Writing library documentation for AI consumption is time-consuming and can overwhelm an AI with excess detail. This skill provides a compact, practical blueprint to produce LLM.md files that AI assistants can use as a trusted reference without scanning full docs.
## Core Features & Use Cases
- Concise section structure: TL;DR, API at a glance, implicit behaviors, and anti-patterns to guide AI consumption.
- Reusable templates: a consistent, repeatable format that accelerates library documentation for AI workers.
- Use cases: generate AI-ready references for libraries, frameworks, and APIs to accelerate AI-assisted development.
### Quick Start
Follow these steps to create a new LLM.md for a library:
- Create an LLM.md at the library root with a short description and the required sections.
- Fill the TL;DR with a one-line summary, a minimal code example, and the library's primary use case.
- Provide an API-at-a-glance table and a section detailing implicit behaviors and common pitfalls.