Skip to content

yusufkaraaslan/skill-seekers-configs

Repository files navigation

Skill Seekers Configs

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.


πŸ“¦ Official Configs (178 across 21 categories)

Game Engines (35 configs)

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

AI / ML (34 configs)

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

Web Frameworks (21 configs)

angular, astro, django, express, fastapi, flask, hono, htmx, httpx, laravel, nestjs, nextjs, nuxt, react, react-query, ruby-on-rails, solidjs, svelte, sveltekit, vue, zod

Databases (16 configs)

postgresql, mongodb, redis, prisma, mysql, sqlite, elasticsearch-db, cassandra, dynamodb, neo4j, couchdb, influxdb, supabase, planetscale, fauna, cockroachdb

Testing (11 configs)

artillery, cypress, insomnia, jest, k6, playwright, postman, pytest, selenium, testing-library, vitest

DevOps (9 configs)

docker, kubernetes, github-actions, terraform, ansible, helm, gitlab-ci, jenkins, argocd

Cloud (9 configs)

aws-boto3, azure-sdk, gcp, aws-cdk, pulumi, serverless, cloudflare-workers, vercel, netlify

Development Tools (8 configs)

claude-code, vscode, git, neovim, tmux, zsh, homebrew, wsl

Build Tools (7 configs)

vite, webpack, esbuild, rollup, turbopack, parcel, gradle

CSS Frameworks (6 configs)

tailwind, bootstrap, chakra-ui, material-ui, shadcn-ui, daisyui

Data Science (4 configs)

pandas, numpy, pytorch (see AI/ML), tensorflow (see AI/ML)

Security (3 configs)

auth0, clerk, sentry

CMS (3 configs)

contentful, strapi, sanity

Mobile (2 configs)

flutter, react-native

Messaging (2 configs)

kafka, rabbitmq

Graphics (2 configs)

opengl, webgpu

API Technology (2 configs)

graphql, rest-api

Search (1 config)

elasticsearch

Payments (1 config)

stripe

Languages (1 config)

typescript

Gaming (1 config)

steam-economy


πŸš€ Usage

Option 1: Use MCP Tool (Recommended)

# In Claude Code
fetch_config(config_name='nextjs')

Option 2: Download Manually

# 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

Option 3: Use API

# Download via Skill Seekers API
curl -O https://api.skillseekersweb.com/api/download/nextjs.json

πŸ“ Submit Your Config

Have a config for a popular framework or tool? Share it with the community!

  1. Test your config β€” skill-seekers scrape --config your-config.json --dry-run
  2. Validate your config β€” python scripts/validate-config.py your-config.json
  3. Submit via Issue β€” Create submission issue
  4. Review process β€” Maintainers will test and approve
  5. Published! β€” Your config becomes available to everyone

⭐ Quality Standards

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)

πŸ”§ Validation

# 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/

πŸ“‚ Repository Structure

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

πŸ”— Links


πŸ“Š Stats

  • 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

🀝 Contributing

Quality First! All submissions must meet our quality standards.

  1. Review QUALITY_GUIDELINES.md β€” Learn best practices
  2. Review CONTRIBUTING.md β€” Detailed contribution guide
  3. Use the template from official/test-examples/template-example.json
  4. Validate with python scripts/validate-config.py your-config.json
  5. Test with dry-run mode (skill-seekers scrape --config your-config.json --dry-run)
  6. Submit via submission issue

πŸ“„ License

MIT License β€” Same as Skill Seekers


Questions? Open an issue or start a Discussion

About

Community-contributed configuration files for Skill Seekers - Documentation scraping configs for popular frameworks and tools

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages