challenges
Author and test cybersecurity CTF challenges and curriculum
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install pwn.college challenges?โผ
Run `npx skills add pwncollege/challenges --all -g -y` in your terminal to install all skills in this suite globally.
How to create a CTF challenge with AI?โผ
The authoring-challenges skill guides your agent through picking an archetype, extending shared templates, and writing descriptions, code, and tests that meet pwn.college standards.
How are pwn.college challenges tested?โผ
Challenges are built as Docker containers and verified with the pwnshop CLI inside a Nix dev shell, running public functionality tests and encrypted private solve tests.
Does this work with Claude Code and other AI agents?โผ
Yes. The skill follows the universal SKILL.md standard and works in Claude Code, OpenClaw, Cursor, and Codex.
Can beginners use this to learn cybersecurity?โผ
The repository hosts beginner-friendly modules like Linux Luminarium, and the skill helps contributors write clear, one-concept-per-level lessons for learners.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides