Skip to content
Data
Command

/sync-config

Sync a scraping config's URLs against the live documentation site

From plugin
skill-seekers
15k3 skills3 commands1 MCP
Install
$ npx -y skills add yusufkaraaslan/Skill_Seekers --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/sync-config

Context preview

What this command does when you run it.

Sync a scraping config's URLs against the live documentation site

Command definition

sync-config.md
description: Sync a scraping config's URLs against the live documentation site

Sync Config

Synchronize a Skill Seekers config file with the current state of a documentation site. Detects new pages, removed pages, and URL changes.

Usage

/skill-seekers:sync-config <config-path-or-name>

Instructions

When the user provides a config path or preset name via `$ARGUMENTS`:

1. If it's a preset name (e.g., `react`, `godot`), look for it in the `configs/` directory or fetch from the API. 2. Run the sync command:

   skill-seekers sync-config "$CONFIG"

3. Report what changed: new URLs found, removed URLs, and any conflicts. 4. Ask the user if they want to update the config and re-scrape.

Examples

/skill-seekers:sync-config configs/react.json
/skill-seekers:sync-config react
Ships withskill-seekers

🧠 The data layer for AI systems. Skill Seekers turns documentation sites, GitHub repos, PDFs, videos, notebooks, wikis, and more — 18 source types — into structured knowledge assets, ready to power AI Skills (Claude, Gemini, OpenAI), RAG pipelines

Get the whole plugin, auto-invoked
Stats
14,726
Stars
1
Views
1,499
Forks
Active
Maintenance
Python
Language
MIT
License
5d ago
Last commit
9mo ago
Created

Repo: yusufkaraaslan/Skill_Seekers