LeafPage Agent Skill
An Agent Skills–compatible skill that teaches an AI coding agent to publish LeafPage reports and read them back.
Install it
Paste this into your AI coding agent (Claude Code, Cursor, or any other Agent Skills–compatible tool):
Install the LeafPage skill for your AI agent from https://docs.leafpage.cc/skill — it covers publishing HTML reports and reading them back with a token.Agents that speak the open Agent Skills format directly can instead fetch the manifest: https://docs.leafpage.cc/.well-known/skills/index.json.
What's in it
/.well-known/skills/leafpage/SKILL.md/.well-known/skills/leafpage/references/report-design.md/.well-known/skills/leafpage/references/api.md
The .well-known layout
/.well-known/skills/index.json lists every skill this site publishes — name, description, version, and a SHA-256 per file — so an agent (or another site) can discover and verify them without guessing paths. Each listed file is served as raw markdown at its own URL, one level under /.well-known/skills/leafpage/.
Staying current
Tell your agent “update the LeafPage skill” at any point. It re-fetches this same manifest, verifies the new files before touching anything on disk, and asks for your OK before installing — see the skill's own “Updating this skill” section for the exact rules it follows.