Integrate LynxHub capabilities and actionable workflows into AI agents using skill.md.
LynxHub hosts a skill.md file at the root of the documentation site to describe LynxHub capabilities, required parameters, and workflows directly to AI agents.The skill.md specification follows the agent-skills standard. It allows AI coding assistants (such as Cursor, Claude Code, Antigravity, and custom subagents) to understand how to build extensions, manage modules, configure settings, and resolve issues within LynxHub.
When you connect your AI agent to the LynxHub search MCP server, the skill.md file is automatically exposed as an MCP resource. Your agent can inspect and utilize these skills without requiring a separate CLI installation.
While both formats assist AI models, they target different operational needs:
llms.txt is a documentation index: It lists available documentation pages so agents know where to find informational text.
skill.md is a capability framework: It instructs agents on what tasks they can execute, what inputs they need, and what constraints apply when interacting with LynxHub.