zio-knowledge
Installation
SKILL.md
ZIO Knowledge
Core Principles
- Accuracy over memory — Do not rely on training data for ZIO specifics. Fetch the relevant documentation page before answering.
- MCP tools first, sitemap fallback — If the
zio-docsMCP server is connected, use mcp tools instead ofWebFetch. Otherwise start athttps://zio.dev/llms.txtto discover the current documentation structure and pick the right page for your specific question. Not connected? See https://zio.dev/start.md to add it. - Source everything — Include the documentation URL (or doc
path, when using the MCP tools) in your response so the user can verify and learn more. - Right resource first — Navigate to the specific reference page rather than answering from the generic overview.
- Prefer Markdown pages — When falling back to
WebFetch, always fetch the.mdversion of a documentation URL first. Fall back to the regular HTML website page only if the.mdfetch fails or returns an error.
Question Routing
Any ZIO question?
→ Check whether the zio-docs MCP server (mcp.zio.dev/mcp) is connected: