What problem does it solve? Solving CTF miscellaneous challenges requires broad knowledge across encodings, sandbox escapes, network protocols, and logic puzzles, and this Skill routes the agent to the correct technical manual and references for each challenge type. ## Core Features & Use Cases - Challenge Routing: Acts as a bridge entry point that directs the agent to the full technical manual at skill-library/ctf-misc/SKILL.md before loading per-type references. - Multi-Domain Coverage: Handles encoding/decoding tasks, Python jail escapes, protocol analysis, puzzles, and cross-category challenges. - Evidence Discipline: Instructs the agent to save scripts and evidence rather than submitting flags directly, supporting verifiable solve workflows. - Use Case: During an authorized CTF competition, the agent encounters a misc challenge involving an unusual encoding chain; it loads this Skill, follows the referenced manual, writes a verification script in scratch, and records the candidate flag with evidence. ## Quick Start Load the ctf-misc skill and analyze the current miscellaneous challenge, then write a verification script before reporting any candidate flag.