docs → skill, in one line
Submit a docs page.
Attach your tutorial. We review.
Paste a docs URL — we extract, sanitize, and curate it into a constrained SKILL.md. Add up to six YouTube tutorials as evidence. Every submission is personally vetted before it joins the marketplace at /.
prompt-injection-hardenedverbatim API extractioncontent-hashedcurator-reviewed
Curator-only right now
The docs→SKILL.md auto-converter is currently turned off. SkillMake is being seeded by hand for the first wave of creators skills.
Got a skill in mind? Email it (or open an issue with a docs URL or a hand-written SKILL.md) and we'll add it. The converter will switch back on once we open public submissions.
Case study · Clerk custom sign-in page
We pasted clerk.com/docs/react/guides/development/custom-sign-in-or-up-page and checked whether the resulting skill captured every code pattern an agent needs.
Without SkillMake
agent fetches docs page
→ 244,956 tokens of HTML
├─ navigation, footer, scripts
├─ tab widgets, syntax highlighter
└─ ~7,600 tokens of actual content
once you strip the markupWith SkillMake
agent loads SKILL.md
→ 1,425 tokens (172× smaller)
├─ <SignIn /> mounted at /sign-in/*
├─ ClerkProvider + React Router
├─ signInFallbackRedirectUrl wiring
└─ 4 verbatim code blocks, all
copy-pasteable into your repoSee approved skills →every code block from the source page is preserved verbatim