بنقرة واحدة
repository.dobbelina
يحتوي repository.dobbelina على 7 من skills المجمعة من rpeters1430، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Comprehensive workflow for syncing with the upstream repository, cherry-picking code fixes, and translating upstream regex modifications to BeautifulSoup4 site scrapers.
Decision-tree workflow for Playwright-based site investigation. Use when a site's pytest test passes but Kodi playback is broken, a new site needs probing before a scraper is written, or a Cloudflare-blocked site needs investigation.
Focused workflows for migrating Kodi site scrapers from fragile Regex patterns to robust BeautifulSoup4 (BS4) parsing. Use when refactoring site modules in plugin.video.cumination/resources/lib/sites/.
Specialized guide for Kodi-specific APIs (xbmc, xbmcplugin), addon.xml schemas, and cross-version compatibility (Matrix/Nexus/Omega). Use when developing or refactoring Kodi addons, updating metadata, or handling Kodi-specific lifecycle events.
Automation and guidance for building Kodi addons, packaging ZIPs, and updating repository indexes (addons.xml). Use when preparing releases or updating the repository.
Comprehensive workflow for investigating issues, debugging site scrapers, adding new sites, and updating tests. Use when a site is reported broken or when expanding the addon's content.
Best practices for writing pytest suites with mocked Kodi modules and managing HTML fixtures for scraper testing. Use when writing tests for new sites or debugging existing scrapers.