Solve Challenge
ljagiello/ctf-skillsSolves 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.
At a glance
git clone --depth 1 https://github.com/ljagiello/ctf-skills
cp -r ctf-skills/solve-challenge ~/.claude/skills/solve-challenge
Setup, runtime and requirements describe ljagiello/ctf-skills, the repo this skill ships in.
Also in ljagiello/ctf-skills
View the repoProvides AI and machine learning techniques for CTF challenges. Use when attacking ML models, crafting adversarial examples, performing mode...
Provides cryptography attack techniques for CTF challenges. Use when attacking encryption, hashing, signatures, ZKP, PRNG, or mathematical c...
Provides digital forensics and signal analysis techniques for CTF challenges. Use when analyzing disk images, memory dumps, event logs, netw...
Provides malware analysis and network traffic techniques for CTF challenges. Use when analyzing obfuscated scripts, malicious packages, cust...
Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails,...
Provides open source intelligence techniques for CTF challenges. Use when gathering information from public sources, social media, geolocati...
Provides binary exploitation techniques for CTF challenges. Use when you already have a vulnerable native target or service and need to turn...
Provides reverse engineering techniques for CTF challenges. Use when the main job is to understand how a compiled, obfuscated, packed, or vi...
Provides web exploitation techniques for CTF challenges. Use when the target is primarily an HTTP application, API, browser client, template...
Generates a single standardized submission-style CTF writeup for competition handoff and organizer review. Use after solving a CTF challenge...