This is the front door for CTF challenges when you don't yet know what you're dealing with. It runs triage on whatever you throw at it (a binary, a PCAP, a URL, a zip of mixed files), figures out if it's pwn, crypto, web, reversing, forensics, OSINT, malware, or misc, then hands off to the specialized skill for that category. The recon workflow is solid: it checks file types, pulls strings, fetches remote services, and even detects CTFd platforms to switch into API mode. Use this when you're staring at a challenge bundle with no obvious entry point. Skip it if you already know the category and can go straight to the specialist. It's a dispatcher, not a reference manual.
npx skills add https://github.com/ljagiello/ctf-skills --skill solve-challenge