$ timeahead.in
/ servers/pypi/skill-seekers
pypi

skill-seekers

Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with automatic conflict detection

14k stars3k/wkupdated 0d agogithub ↗
54poor
▣ Overview
VersionLicense: MITPython 3.10+MCP IntegrationTestedProject BoardPyPI versionPyPI - DownloadsPyPI - Python VersionWebsiteTwitter FollowGitHub Repo stars

What it does

Skill Seekers is a CLI and MCP server that extracts structured knowledge from documentation sites, GitHub repositories, PDFs, videos, notebooks, and 10+ other source types, then packages that knowledge for AI systems. The workflow is straightforward: run skill-seekers create <source> to extract and parse content, then skill-seekers package <output> --target <format> to export for your target platform. It handles the data transformation layer that bridges raw documentation and AI-ready knowledge assets.

Who it's for

Backend engineers and fullstack developers building Claude skills for Code, teams implementing LangChain or LlamaIndex RAG pipelines, and groups maintaining Cursor or Windsurf setups who need to ingest proprietary or public documentation at scale without manual formatting.

Common use cases

  • Package framework documentation (React, Vue) as Claude skills for intelligent code generation
  • Convert API reference docs into LangChain Documents for semantic search–backed QA agents
  • Extract GitHub repository code and markdown into LlamaIndex TextNodes for contextualized retrieval
  • Build .cursorrules files from existing documentation for IDE context injection
  • Create Gemini or OpenAI skills from internal wikis, reducing manual documentation effort

Setup pitfalls

  • 8 secrets detected — the codebase contains hardcoded credentials or tokens; audit and rotate any exposed API keys before production deployment
  • Requires filesystem write access — the tool creates output directories and persists extracted knowledge, so run in a sandboxed environment with controlled write permissions
  • Network timeouts on large sources — fetching and parsing massive documentation sites or slow-responding URLs may exceed default timeouts
  • Requires Python 3.10 or later — older Python versions are not supported
8 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
0
0.0
Freshness
25%
100
25.0
Adoption
20%
81
16.2
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
54.2
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecevalsecrets
◆ Risk level: high
fs read + fs write + network + exec + eval + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "skill-seekers": {
      "command": "uvx",
      "args": [
        "skill-seekers"
      ]
    }
  }
}
📈 Score historylast 29 snapshots
5/10/20266/10/2026 · 29 snapshots
⚙ Maintenance health
62/ 100 · is this project alive?
contributors (1y)43
top contributor share88%
releases (1y)31
last release11d ago
ci✓ passing
⛁ Raw data
weekly downloads3k
github stars14k
forks1k
open issues102
license✓ present
readme length53955 chars
last publish0d ago
last commit0d ago
last updated1d ago
install verified✓ pass · 25d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points