From ctf-kit
Initializes .ctf/ folder in current CTF challenge directory, detects files, guesses category, and saves metadata. Use when starting new challenges, entering directories, or setting context for analysis.
npx claudepluginhub mysterionrise/ctf-kitThis skill uses the workspace's default tool permissions.
Set competition context for the current challenge directory.
Suggests manual /compact at logical task boundaries in long Claude Code sessions and multi-phase tasks to avoid arbitrary auto-compaction losses.
Share bugs, ideas, or general feedback.
Set competition context for the current challenge directory.
Use this command when you:
.ctf/ folder before using other CTF commandsFirst verify ctf-kit is available: bash scripts/check-tools.sh
Set the competition context:
ctf here $ARGUMENTS
Review the output:
.ctf/ structure (if new)After setting context, suggest next steps:
/ctf-kit:analyze to examine challenge files in detail--category, -c — Manually set the challenge category--name, -n — Override the challenge name (default: directory name)--points, -p — Set the challenge point value--flag-format, -f — Set expected flag format regex/ctf-kit:here
/ctf-kit:here -c crypto
/ctf-kit:here -n "RSA Baby" -p 200
/ctf-kit:here path/to/challenge
/ctf-kit:analyze — Analyze challenge files after setting context/ctf-kit:status — View challenge progress/ctf-kit:flag — Submit a flag when solved