Agent skills¶
Draft.js exporter ships Agent Skills that help users get better results with agentic coding. They’re published in multiple ways so you can reuse them easily with a wide range of tools.
Direct link to the skill¶
Nice and simple - it’s here: https://wagtail.github.io/draftjs_exporter/.well-known/agent-skills/draftjs-exporter/SKILL.md.
Open the URL to read the skill, point an agent at it, or download it and place it in .agents/skills/draftjs-exporter/SKILL.md in your project so tooling that reads local skills picks it up.
Well Known Discovery¶
Machine-readable index of all skills: /.well-known/agent-skills/. This is per the Well Known Discovery RFC. Agents that support the format can fetch it to discover the skills.
AI catalog¶
Machine-readable index that also covers other options than skills: /.well-known/ai-catalog.json. This is per the AI Catalog specification.
Library Skills¶
Because the skill is bundled inside the exported package, it lands in your environment at site-packages/draftjs_exporter/.agents/skills/draftjs-exporter/SKILL.md when you install the exporter.
Library Skills scans installed packages for these bundled skills and installs them into your project. It symlinks to the installed package, so the skill updates automatically whenever you upgrade the exporter.