What problem does it solve?
Provides an automated orchestration layer for ambiguous CTF challenges by determining challenge type and dispatching the appropriate specialized solve workflow, reducing manual triage and speeding up initial analysis.
Core Features & Use Cases
- Automatic Classification: Heuristics based on file type, keywords, and service indicators to map challenges to categories like pwn, web, crypto, reverse, forensics, osint, malware, or misc.
- Skill Orchestration: Recommends or triggers specialized skills (ctf-pwn, ctf-web-methodology, ctf-crypto, ctf-reverse, ctf-forensics, etc.) to follow an optimized solving path.
- Triage & Recovery Strategies: Provides fallback actions when stuck—reclassification guidance, additional reconnaissance checks, and simplified alternative approaches.
- Use Case: When given an unknown challenge binary or service endpoint, use this Skill to determine whether to run reverse-engineering, fuzzing, crypto analysis, or forensic extraction and then proceed with the appropriate sub-skill.
Quick Start
Ask the skill to analyze the provided challenge files or endpoint and return a classified solving plan with recommended next steps.