adapt
Installation
SKILL.md
Adapt — Build a New Platform Adapter
Guide the process of adding extraction support for a new platform. The result is a working adapter that plugs into the existing extraction pipeline.
Before You Start
- Check if the platform is already supported. Read
src/adapters/— if an adapter exists, this skill isn't needed. - Ask the user for a live site URL on the target platform. You need a real site to reverse-engineer against.
Phase 1: Reconnaissance
Understand how the target platform works before writing any code.
1a. Platform Detection
Figure out how to identify sites on this platform. Check: