docs: add llms.txt support documentation
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://www.python.org/downloads/)
|
||||
[](https://modelcontextprotocol.io)
|
||||
[](tests/)
|
||||
[](tests/)
|
||||
[](https://github.com/users/yusufkaraaslan/projects/2)
|
||||
|
||||
**Automatically convert any documentation website into a Claude AI skill in minutes.**
|
||||
@@ -34,6 +34,7 @@ Skill Seeker is an automated tool that transforms any documentation website into
|
||||
## Key Features
|
||||
|
||||
### 🌐 Documentation Scraping
|
||||
- ✅ **llms.txt Support** - Automatically detects and uses LLM-ready documentation files (10x faster)
|
||||
- ✅ **Universal Scraper** - Works with ANY documentation website
|
||||
- ✅ **Smart Categorization** - Automatically organizes content by topic
|
||||
- ✅ **Code Language Detection** - Recognizes Python, JavaScript, C++, GDScript, etc.
|
||||
@@ -60,7 +61,7 @@ Skill Seeker is an automated tool that transforms any documentation website into
|
||||
- ✅ **Caching System** - Scrape once, rebuild instantly
|
||||
|
||||
### ✅ Quality Assurance
|
||||
- ✅ **Fully Tested** - 142 tests with 100% pass rate
|
||||
- ✅ **Fully Tested** - 207 tests with 100% pass rate
|
||||
|
||||
## Quick Example
|
||||
|
||||
@@ -139,6 +140,7 @@ graph LR
|
||||
G --> H[Upload to Claude AI]
|
||||
```
|
||||
|
||||
0. **Detect llms.txt** - Checks for llms-full.txt, llms.txt, llms-small.txt first
|
||||
1. **Scrape**: Extracts all pages from documentation
|
||||
2. **Categorize**: Organizes content into topics (API, guides, tutorials, etc.)
|
||||
3. **Enhance**: AI analyzes docs and creates comprehensive SKILL.md with examples
|
||||
|
||||
Reference in New Issue
Block a user