diff --git a/CLAUDE.md b/CLAUDE.md index 1e0a2fe..d3a1e83 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 diff --git a/README.md b/README.md index 167d1ac..1f76e6f 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,12 @@ [![PyPI version](https://badge.fury.io/py/skill-seekers.svg)](https://pypi.org/project/skill-seekers/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/skill-seekers.svg)](https://pypi.org/project/skill-seekers/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/skill-seekers.svg)](https://pypi.org/project/skill-seekers/) +[![Website](https://img.shields.io/badge/Website-skillseekersweb.com-blue.svg)](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? diff --git a/pyproject.toml b/pyproject.toml index 822e219..bad50c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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