Solves CTF challenges by performing first-pass triage, identifying the dominant category, and routing execution to the right specialized ctf-* skill. Use when the user gives you a challenge bundle, a remote service, a suspicious file, or only a vague challenge description and you must determine where to start. Do not use it when the category is already clear and a specialized skill can be invoked directly; this is the dispatcher and recon entrypoint, not the deepest reference for category-specific techniques.
$npx -y skills add ljagiello/ctf-skills --skill solve-challengeInstalls into the current project.
Run `npx skills use "https://github.com/ljagiello/ctf-skills" --skill "ljagiello/ctf-skills/solve-challenge"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ljagiello/ctf-skills" that are relevant to the current task. Run `npx skills add "https://github.com/ljagiello/ctf-skills"` and select the relevant skills, then follow their instructions.