What problem does it solve? When you receive a CTF challenge bundle, remote service, or suspicious file with no clear category, this Skill performs first-pass reconnaissance and classification so you know exactly where to start instead of guessing. ## Core Features & Use Cases - Automated Triage and Categorization: Runs file identification, string analysis, and service probing to classify challenges into web, pwn, crypto, reverse, forensics, OSINT, malware, misc, or AI/ML categories. - Skill Routing: Dispatches execution to the matching specialized ctf-* skill and supports pivoting between categories when challenges span multiple domains. - Proactive Search Workflow: Defaults to searching writeups, GitHub, and CTFtime when the challenge type is unfamiliar, rather than attempting random approaches. - Use Case: You download a challenge archive containing an unknown binary and a netcat address. The Skill runs file, strings, and checksec, identifies it as a pwn challenge, and invokes the ctf-pwn skill with the right exploitation techniques. ## Quick Start Use the ctf-solve skill to analyze the attached challenge files and tell me which category this challenge belongs to and how to start solving it.