Analysis updated 2026-08-13
Load a routed set of security skills into an AI agent for an authorized penetration test
Look up a specific attack technique like SQL injection or SSRF in a structured skill file
Practice CTF challenges using organized reverse engineering and binary exploitation playbooks
Study privilege escalation and Active Directory attack chains for security research
| yaklang/hack-skills | karpathy/karpathy.github.io | mdo/wtf-html-css | |
|---|---|---|---|
| Stars | 1,731 | 1,656 | 1,447 |
| Language | CSS | CSS | CSS |
| Last pushed | — | 2026-04-10 | 2022-03-04 |
| Maintenance | — | Maintained | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | developer | writer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Meant for authorized security testing and CTF use, not for use against systems without permission.
HACK.SKILLS is a knowledge base of security skills meant to be loaded by AI agents, built for people doing authorized work like bug bounty hunting, penetration testing, and CTF competitions. Instead of one giant document, the knowledge is broken into 101 focused skill files spread across 14 security domains, covering things like web security, API security, login and authorization flaws, privilege escalation on Linux, Windows, and macOS, Active Directory attacks, mobile security, binary exploitation, reverse engineering, cryptography attacks, blockchain security, AI and LLM security, network pivoting, and digital forensics. The project organizes this material in three layers so an AI agent does not have to read everything at once. There is one master entry point that handles routing and figuring out what phase of an engagement you are in, six category entries that route toward a specific type of attack surface, and then deep topic skills that only get loaded on demand once a category is chosen. For example, a category entry like auth-sec routes you toward login, session, and token related skills, and a deep topic skill covers something specific like SQL injection in full detail. Rather than copying large existing wordlists or payload collections wholesale, the authors say they distill knowledge from established public references, such as PayloadsAllTheThings, hacktricks, and ctf-wiki, into more compact, organized, and auditable skill files. The content is explicitly framed as educational methodology, without customer-specific or vendor-identifiable details. You can browse the skills three ways: through a searchable web interface, by reading the plain Markdown files directly in this repository, or by downloading an encrypted zip file for offline or air-gapped use. The recommended way to install the skills into your own agent tooling is a single command, npx skills add yaklang/hack-skills, after which you are meant to start from the master entry and drill down into deeper topics only as needed. The full README is longer than what was shown.
A library of 101 AI-agent skill files covering web, network, and system security techniques for authorized penetration testing, bug bounty, and CTF work.
Mainly CSS. The stack also includes Markdown, CSS, Static Site.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.