2 months ago
MCP server that turns any documentation URL into a Claude Code skill file. No API key required — the agent does the reasoning, the server handles fetching and saving
Server Config
{
"mcpServers": {
"skill-doc-generator": {
"command": "npx",
"args": [
"skill-doc-generator"
]
}
}
}