docs: Add official website https://skillseekersweb.com/ to repository
- Added website badge to README.md - Updated pyproject.toml URLs (Homepage, Documentation, Config Browser) - Added website links to CLAUDE.md - Website features: browse 24+ configs, share configs, complete documentation
This commit is contained in:
@@ -9,6 +9,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
**Current Version:** v2.7.0
|
||||
**Python Version:** 3.10+ required
|
||||
**Status:** Production-ready, published on PyPI
|
||||
**Website:** https://skillseekersweb.com/ - Browse configs, share, and access documentation
|
||||
|
||||
## 🏗️ Architecture
|
||||
|
||||
@@ -681,6 +682,9 @@ pytest tests/test_file.py --cov=src/skill_seekers --cov-report=term-missing
|
||||
|
||||
## 📖 Additional Documentation
|
||||
|
||||
**Official Website:**
|
||||
- [SkillSeekersWeb.com](https://skillseekersweb.com/) - Browse 24+ preset configs, share configs, complete documentation
|
||||
|
||||
**For Users:**
|
||||
- [README.md](README.md) - Complete user documentation
|
||||
- [BULLETPROOF_QUICKSTART.md](BULLETPROOF_QUICKSTART.md) - Beginner guide
|
||||
|
||||
@@ -11,9 +11,12 @@
|
||||
[](https://pypi.org/project/skill-seekers/)
|
||||
[](https://pypi.org/project/skill-seekers/)
|
||||
[](https://pypi.org/project/skill-seekers/)
|
||||
[](https://skillseekersweb.com/)
|
||||
|
||||
**Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes.**
|
||||
|
||||
> 🌐 **[Visit SkillSeekersWeb.com](https://skillseekersweb.com/)** - Browse 24+ preset configs, share your configs, and access complete documentation!
|
||||
|
||||
> 📋 **[View Development Roadmap & Tasks](https://github.com/users/yusufkaraaslan/projects/2)** - 134 tasks across 10 categories, pick any to contribute!
|
||||
|
||||
## What is Skill Seeker?
|
||||
|
||||
@@ -99,10 +99,12 @@ all = [
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/yusufkaraaslan/Skill_Seekers"
|
||||
Homepage = "https://skillseekersweb.com/"
|
||||
Website = "https://skillseekersweb.com/"
|
||||
Repository = "https://github.com/yusufkaraaslan/Skill_Seekers"
|
||||
"Bug Tracker" = "https://github.com/yusufkaraaslan/Skill_Seekers/issues"
|
||||
Documentation = "https://github.com/yusufkaraaslan/Skill_Seekers#readme"
|
||||
Documentation = "https://skillseekersweb.com/"
|
||||
"Config Browser" = "https://skillseekersweb.com/"
|
||||
|
||||
[project.scripts]
|
||||
# Main unified CLI
|
||||
|
||||
Reference in New Issue
Block a user