Skill Seekers Roadmap banner
yusufkaraaslan yusufkaraaslan

Skill Seekers Roadmap

AI community intermediate

Description

Transform Skill Seekers into the easiest way to create Claude AI skills from **any knowledge source** - documentation websites, PDFs, codebases, GitHub repos, Office docs, and more - with both CLI and

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for yusufkaraaslan/Skill_Seekers, shared by 5 entries in this directory. It describes the repository, not this entry specifically.

Skill Seekers Roadmap

Transform Skill Seekers into the easiest way to create Claude AI skills from **any knowledge source** - documentation websites, PDFs, codebases, GitHub repos, Office docs, and more - with both CLI and MCP interfaces.


🎯 Current Status: v3.2.0 ✅

**Latest Release:** v3.2.0 (March 2026)

**What Works:**

  • 17 source types — documentation, GitHub, PDF, video, Word, EPUB, Jupyter, local HTML, OpenAPI, AsciiDoc, PowerPoint, RSS/Atom, man pages, Confluence, Notion, Slack/Discord, local codebase
  • ✅ Unified multi-source scraping with generic merge for any source combination
  • ✅ 26+ MCP tools fully functional
  • ✅ Multi-platform support (16 platforms: Claude, Gemini, OpenAI, LangChain, LlamaIndex, Haystack, ChromaDB, FAISS, Weaviate, Qdrant, Cursor, Windsurf, Cline, Continue.dev, Pinecone, Markdown)
  • ✅ Auto-upload to all platforms
  • ✅ 24 preset configs (including 7 unified configs)
  • ✅ Large docs support (40K+ pages with router skills)
  • ✅ C3.x codebase analysis suite (C3.1-C3.10)
  • ✅ Bootstrap skill feature - self-hosting capability
  • ✅ 1,880+ tests passing
  • ✅ Unified create command with auto-detection for all 17 source types
  • ✅ Enhancement workflow presets (5 bundled: default, minimal, security-focus, architecture-comprehensive, api-documentation)
  • ✅ Cloud storage integration (S3, GCS, Azure)
  • ✅ Source auto-detection via source_detector.py

**Recent Improvements (v3.2.0):**

  • 10 new source types: Word, EPUB, video, Jupyter, local HTML, OpenAPI, AsciiDoc, PowerPoint, RSS/Atom, man pages, Confluence, Notion, Slack/Discord
  • Generic merge system: _generic_merge() in unified_skill_builder.py handles arbitrary source combinations
  • Unified CLI: create command auto-detects all 17 source types
  • Workflow Presets: YAML-based enhancement presets with CLI management
  • Progressive Disclosure: Default help shows 13 universal flags, detailed help per source
  • Bug Fixes: Markdown parser h1 filtering, paragraph length filtering
  • Docs Cleanup: Removed 47 stale planning/QA/release markdown files

🧭 Development Philosophy

**Small tasks → Pick one → Complete → Move on**

Instead of rigid milestones, we use a **flexible task-based approach**:

  • 136 small, independent tasks across 10 categories
  • Pick any task, any order
  • Start small, ship often
  • No deadlines, just continuous progress

**Philosophy:** Small steps → Consistent progress → Compound results


📋 Task-Based Roadmap (136 Tasks, 10 Categories)

🌐 **Category A: Community & Sharing**

Small tasks that build community features incrementally

A1: Config Sharing (Website Feature)

  • Task A1.1: Create simple JSON API endpoint to list configs ✅ COMPLETE
  • Task A1.2: Add MCP tool fetch_config to download from website ✅ COMPLETE