- Add Claude Code Plugin: plugin.json, .mcp.json, 3 slash commands, skill-builder agent skill - Add GitHub Action: composite action.yml with 6 inputs/2 outputs, comprehensive README - Add Smithery: publishing guide with namespace yusufkaraaslan/skill-seekers created - Add render-mcp.yaml for MCP server deployment on Render - Fix Dockerfile.mcp: --transport flag (nonexistent) → --http, add dynamic PORT support - Update AGENTS.md to v3.3.0 with corrected test count and expanded CI section - Allow distribution/claude-plugin/.mcp.json in .gitignore
834 B
834 B
description
| 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:
- If it's a preset name (e.g.,
react,godot), look for it in theconfigs/directory or fetch from the API. - Run the sync command:
skill-seekers sync-config "$CONFIG" - Report what changed: new URLs found, removed URLs, and any conflicts.
- 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