Community repository for Skill Seekers configuration files
Convert any documentation website into an AI skill using these pre-configured scrapers!
Skill Seekers v3.1.0+ β 178 production configs across 21 categories.
Unity, Unreal Engine, Godot, Bevy, Phaser, Babylon.js, PlayCanvas, GameMaker, GDevelop, Defold, Solar2D, Cocos2d, Pygame, Raylib, LΓVE, Ren'Py, Twine, RPG Maker, Construct, Stencyl, MonoGame, HaxeFlixel, Heaps, O3DE, Stride, Flax, Panda3D, Urho3D, Torque3D, Armory3D, PICO-8, AGS, Bitsy, PyGame Zero, Clickteam Fusion
anthropic, openai-api, huggingface, langchain, llamaindex, pytorch, tensorflow, keras, jax, pytorch-lightning, fastai, deepspeed, onnx, scikit-learn, xgboost, lightgbm, catboost, gensim, spacy, nltk, opencv, pinecone, weaviate, chroma, mlflow, wandb, kubeflow, dvc, ray, matplotlib, seaborn, plotly, modin, cohere
angular, astro, django, express, fastapi, flask, hono, htmx, httpx, laravel, nestjs, nextjs, nuxt, react, react-query, ruby-on-rails, solidjs, svelte, sveltekit, vue, zod
postgresql, mongodb, redis, prisma, mysql, sqlite, elasticsearch-db, cassandra, dynamodb, neo4j, couchdb, influxdb, supabase, planetscale, fauna, cockroachdb
artillery, cypress, insomnia, jest, k6, playwright, postman, pytest, selenium, testing-library, vitest
docker, kubernetes, github-actions, terraform, ansible, helm, gitlab-ci, jenkins, argocd
aws-boto3, azure-sdk, gcp, aws-cdk, pulumi, serverless, cloudflare-workers, vercel, netlify
claude-code, vscode, git, neovim, tmux, zsh, homebrew, wsl
vite, webpack, esbuild, rollup, turbopack, parcel, gradle
tailwind, bootstrap, chakra-ui, material-ui, shadcn-ui, daisyui
pandas, numpy, pytorch (see AI/ML), tensorflow (see AI/ML)
auth0, clerk, sentry
contentful, strapi, sanity
flutter, react-native
kafka, rabbitmq
opengl, webgpu
graphql, rest-api
elasticsearch
stripe
typescript
steam-economy
# In Claude Code
fetch_config(config_name='nextjs')# Download specific config
curl -O https://raw.githubusercontent.com/yusufkaraaslan/skill-seekers-configs/main/official/web-frameworks/nextjs_unified.json
# Use with Skill Seekers
skill-seekers scrape --config nextjs_unified.json# Download via Skill Seekers API
curl -O https://api.skillseekersweb.com/api/download/nextjs.jsonHave a config for a popular framework or tool? Share it with the community!
- Test your config β
skill-seekers scrape --config your-config.json --dry-run - Validate your config β
python scripts/validate-config.py your-config.json - Submit via Issue β Create submission issue
- Review process β Maintainers will test and approve
- Published! β Your config becomes available to everyone
All configs follow strict quality guidelines for reliability and comprehensive coverage.
See QUALITY_GUIDELINES.md for detailed standards including:
- Category quality (5-13 categories, 3-6 keywords each)
- Selector fallback chains (semantic HTML, resilient)
- Description best practices (explain when to use, list capabilities)
- Rate limiting guidelines (0.3β0.7s based on server type)
- URL pattern optimization (specific includes, comprehensive excludes)
# Validate a single config
python scripts/validate-config.py official/web-frameworks/react_unified.json
# Validate all configs in a directory
python scripts/validate-config.py official/skill-seekers-configs/
βββ official/ # Verified, tested configs (178 configs)
β βββ ai-ml/ # 34 AI/ML tools
β βββ api-tech/ # 2 API technologies
β βββ build-tools/ # 7 build tools
β βββ cloud/ # 9 cloud platforms
β βββ cms/ # 3 CMS platforms
β βββ css-frameworks/ # 6 CSS frameworks
β βββ data-science/ # 4 data science tools
β βββ databases/ # 16 databases & ORMs
β βββ development-tools/ # 8 dev tools
β βββ devops/ # 9 DevOps tools
β βββ game-engines/ # 35 game engines
β βββ gaming/ # 1 gaming platform
β βββ graphics/ # 2 graphics APIs
β βββ languages/ # 1 language
β βββ messaging/ # 2 messaging systems
β βββ mobile/ # 2 mobile frameworks
β βββ payments/ # 1 payment platform
β βββ search/ # 1 search engine
β βββ security/ # 3 auth/security tools
β βββ testing/ # 11 testing tools
β βββ web-frameworks/ # 21 web frameworks
β βββ test-examples/ # 4 templates & test configs
βββ community/ # Community-submitted configs (pending review)
βββ scripts/ # Validation scripts
βββ .github/
βββ ISSUE_TEMPLATE/ # Issue templates for submissions and bug reports
- Main Project: Skill Seekers
- PyPI Package: pip install skill-seekers
- API: api.skillseekersweb.com
- Website: skillseekersweb.com
- Total Official Configs: 178
- Categories: 21 production + 1 test-examples
- Skill Seekers Compatibility: v3.1.0+
- Quality Level: All production configs validated to v1.1.0 standards
Quality First! All submissions must meet our quality standards.
- Review QUALITY_GUIDELINES.md β Learn best practices
- Review CONTRIBUTING.md β Detailed contribution guide
- Use the template from
official/test-examples/template-example.json - Validate with
python scripts/validate-config.py your-config.json - Test with dry-run mode (
skill-seekers scrape --config your-config.json --dry-run) - Submit via submission issue
MIT License β Same as Skill Seekers
Questions? Open an issue or start a Discussion