🚀 v2.0.0 Released - Unified Multi-Source Scraping! #160
yusufkaraaslan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Skill Seekers v2.0.0 is Live! 🎉
Release: https://github.com/yusufkaraaslan/Skill_Seekers/releases/tag/v2.0.0
We're thrilled to announce v2.0.0, our biggest release yet!
🎯 What's New?
Unified Multi-Source Scraping
Combine documentation, GitHub repos, and PDFs into one comprehensive skill!
Before v2.0.0:
With v2.0.0:
{ "name": "react_complete", "merge_mode": "claude-enhanced", "sources": [ {"type": "documentation", "base_url": "https://react.dev/"}, {"type": "github", "repo": "facebook/react", "extract_api": true}, {"type": "pdf", "path": "react-patterns.pdf"} ] }Result: One unified skill with docs + actual code + reference materials!
✨ Key Features
1. GitHub Code Analysis
2. Conflict Detection
Compare docs vs actual code:
3. Smart Merging
Two modes:
4. MCP Integration
Use natural language in Claude Code:
📦 What's Included
New Tools: 7 CLI tools (3,200+ lines)
New Tests: 369 total (up from 350), 100% passing
New Docs: Complete unified scraping guide (633 lines)
Example Configs: 8 unified examples
Bug Fixes:
Cleanup:
🚀 Try It Now
Quick Start:
Or Use MCP:
📖 Documentation
🎓 Example Use Cases
1. Complete Framework Skills
Combine official docs + actual source code:
2. Quality Assurance
Find documentation issues:
# Detect doc vs code conflicts python3 cli/conflict_detector.py --config configs/react_unified.json3. Comprehensive Training
Build complete reference including PDFs:
{ "sources": [ {"type": "documentation", "base_url": "..."}, {"type": "github", "repo": "..."}, {"type": "pdf", "path": "tutorial.pdf"} ] }🙏 Thank You!
This release represents:
Special thanks to everyone who reported bugs, suggested features, and tested early versions!
🔜 What's Next?
See our roadmap for upcoming features:
Questions? Feedback? Issues?
Happy skill building! 🚀
Beta Was this translation helpful? Give feedback.
All reactions