LLMs.txt
What is LLMs.txt?
LLMs.txt is a structured documentation format designed for large language models (LLMs). @movk/core provides LLMs.txt files containing comprehensive information about the utility library, enabling AI tools to better understand and assist with @movk/core development.
These files are optimized for AI consumption and contain structured information about function signatures, API parameters, usage patterns, and best practices.
Available Endpoints
We provide LLMs.txt endpoints to help AI tools access our documentation:
/llms.txt— A structured overview of all functions with links to their documentation (~5K tokens)/llms-full.txt— Full documentation including implementation details, examples, type definitions, and best practices (100K+ tokens)
Choosing the Right File
/llms-full.txt if you need complete implementation examples and your AI tool supports a large context (200K+ tokens).Important Usage Notes
@ symbol directly in the chat interface. Copying and pasting will break the tool's ability to recognize it as a context reference.How to Use with AI Tools
Any AI tool that supports LLMs.txt can use these endpoints to better understand @movk/core.
- "Use @movk/core docs https://core.mhaibaraai.cn/llms.txt"
- "Follow the @movk/core full guide https://core.mhaibaraai.cn/llms-full.txt"
MCP Server
Use the @movk/core MCP server to let AI assistants discover functions, read source, and fetch usage examples through the Model Context Protocol.
Agent Skills
@movk/core ships a Claude Agent Skill (SKILL.md) that teaches AI coding agents which utility to reach for and how to use it correctly, alongside the MCP server.