ctf-misc
Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails, bash jails, RF/SDR, DNS oddities, unicode tricks, esoteric languages, QR or audio puzzles, constraint solving, game theory, unusual sandbox escapes, and hybrid logic puzzles. Prefer a more specific skill first when the challenge is mainly web, pwn, reverse, forensics, malware, OSINT, or crypto. Treat this as the fallback skill for genuine cross-category or edge-case challenges, not the default starting point.
npx skills add ljagiello/ctf-skills --skill ctf-misc --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
What it does
Provides quick-reference techniques for miscellaneous CTF challenges that don’t fit main categories, including encoding puzzles, jails, RF/SDR, DNS, unicode tricks, esoteric languages, QR/audio puzzles, constraint solving, game theory, sandbox escapes, and hybrid logic puzzles. It acts as a fallback when a challenge spans multiple areas and is not primarily web, pwn, reverse, forensics, malware, OSINT, or crypto.
How it works
The skill outlines prerequisites and setup, including required Python packages and system packages, then points to allied resources and specific technique files. It lists a quick-start set of commands and example code blocks for various techniques (e.g., PyInstaller, marshal, Python env RCE, Z3, QR, encodings, and more) and references supporting documents such as pyjails.md, bashjails.md, encodings.md, dns.md, and others. It also enumerates general tips, common encodings, and specific patterns for several technique domains. The instructions are presented as one-liner references and linked technique files rather than procedural steps within this summary.
When to use it
Use when the puzzle genuinely crosses categories or is edge-case in nature, especially if it involves encoding puzzles, jail escapes, esoteric encodings, RF/SDR, DNS oddities, unicode tricks, QR or audio puzzles, constraint solving, game theory, or unusual sandbox escapes. If the challenge is primarily web, pwn, reverse, forensics, malware, OSINT, or crypto, prefer a more specific skill first.
What it can touch
The skill declares allowed tools: Bash Read Write Edit Glob Grep Task WebFetch WebSearch Skill. It requires a filesystem-based agent with bash, Python 3, and internet access for tool installation.
Caveats
License: MIT. Compatibility notes specify the need for a filesystem-based agent (Claude Code or similar) with bash, Python 3, and internet access for tool installation. User-invocable is false in metadata, indicating it is not directly triggerable by users without appropriate orchestration.
# CTF Miscellaneous Quick reference for miscellaneous CTF challenges. Each technique has a one-liner here; see supporting files for full details. ## Prerequisites **Python packages (all platforms):** ```bash pip install z3-solver pwntools Pillow numpy requests dnslib ``` **Linux (apt):** ```bash apt install ffmpeg qrencode ``` **macOS (Homebrew):** ```bash brew install ffmpeg qrencode ``` **Manual
What does the ctf-misc skill do?
Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails, bash jails, RF/SDR, DNS oddities, unicode tricks, esoteric languages, QR or audio puzzles, constraint solving, game theory, unusual sandbox escapes, and hybrid logic puzzles. Prefer a more specific skill first when the challenge is mainly web, pwn, reverse, forensics, malware, OSINT, or crypto. Treat this as the fallback skill for genuine cross-category or edge-case challenges, not the default starting point.
How do I install it?
Run `npx skills add ljagiello/ctf-skills --skill ctf-misc --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ljagiello/ctf-skills, a repository with 2,919 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
