A skill is a little instruction card you hand to your agent — so it knows how you like things done. We'll interview you, polish your words, and hand you back a tidy SKILL.md file.
Name. Purpose. When to use it. Steps. Gotchas. An example. Plain English, no jargon.
One click and the muse tightens grammar, sharpens specifics, and shapes your steps into proper imperative voice.
A real, valid skill file with YAML frontmatter and the right structure. Drop it in ~/.claude/skills/ and you're off.
Skillsmith ships as an MCP server too — the same six-step pipeline, callable from Claude, Cursor, ChatGPT, and any other tool that speaks MCP. Pick yours below, paste once, restart, done.
https://v0-hack-phi-orcin.vercel.app/api/mcp/mcpIn Claude Desktop, open Settings → Developer → Edit Config, then paste this inside the file.
{
"mcpServers": {
"skillsmith": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://v0-hack-phi-orcin.vercel.app/api/mcp/mcp"]
}
}
}Save the file, fully quit Claude Desktop, then reopen it. Ask Claude to “make a SKILL.md for X” and it'll reach for Skillsmith on its own.
search_skills — look for prior-art SKILL.md files on GitHubpolish_skill_field — rewrite a single answer in Skillsmith's voiceresearch_skill — pull findings, pitfalls, and sources for the topicsynthesize_skill — produce the full SKILL.md from interview answersoptimize_skill_description — sharpen the description so the agent firestest_skill_trigger — stress-test whether the trigger would catch real asksrun_skill_pipeline — do all of the above in one callSame prompts, same model, same registry as the webpage above — agents and humans share one source of truth.
Don't see your tool? Any MCP-compatible client works — point it at the URL up top.