skill.md.
Extract
The page is loaded in a real browser and its meaningful content is pulled out —
text, structure, navigation, and key assets — while boilerplate and chrome are
stripped away.
Classify
skillmd picks the generation mode that fits the
source: a marketing site, an API reference, a library, or general docs.
Structure
The model produces typed metadata — title, summary, tags — then drafts a body with
the sections an agent actually needs.
Stream
The Markdown body streams back token by token, so you see the skill take shape live.
Publish
Keep the file private, or publish it to Discover for others
to install.
Mode-aware generation
A single prompt can’t do justice to both a design system and an OpenAPI spec. skillmd runs a dedicated strategy per mode, so an API skill leads with endpoints and auth, while a design skill leads with tokens and components.Always Markdown
Every skill is portable Markdown — no proprietary format, no lock-in. The same file works in your editor’s rules, in an MCP response, or committed to a repo.See the anatomy of a skill file
Understand exactly what’s inside a generated
skill.md.