Back to Plugins

Skill Seekers

Convert documentation websites into Claude Skills automatically. Transform any docs site into an installable skill for Claude Code

skillsdocumentationconverterautomationcommunity

Installation

git clone https://github.com/yusufkaraaslan/skill-seekers.git && cd skill-seekers && npm install

Configuration

{
  "enabledPlugins": {
    "skill-seekers": true
  }
}

Commands

/seekConvert a documentation URL into a Claude Skill
/skill-from-docsGenerate skill from documentation website

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub