Documentation
README
Skill Builder
This skill uses the Skill Seekers MCP server, which provides 40 tools for converting knowledge sources into AI-ready skills. If the MCP tools are not available, use the CLI fallback at the bottom of this file instead โ do not stop.
Prerequisites
The MCP tools below only work when the Skill Seekers MCP server is connected:
- Install the package:
pip install "skill-seekers[mcp]" - Connect the server:
- Installed as the Skill Seekers plugin? Nothing to do โ the plugin's bundled
.mcp.jsonstarts the server automatically (it still needs step 1). - Installed standalone (e.g. copied into
~/.claude/skills/)? Register the server once:claude mcp add skill-seekers -- python -m skill_seekers.mcp.server_fastmcp
- Installed as the Skill Seekers plugin? Nothing to do โ the plugin's bundled
This is the opening of the README. Read the full README on GitHub.