Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: Dev tools

17,418 results · page 118 of 581

  • arbitrary-write-to-rceSkillDev tools

    Arbitrary write to RCE playbook. Use when you have an arbitrary write primitive (from heap exploitation, format string, or OOB write) and need to convert it into code execution by targeting GOT, hooks, _IO_FILE vtable, exit_funcs, TLS_dtor_list, modprobe_path, .fini_array, or C++ vtables.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • binary-protection-bypassSkillDev tools

    Binary protection bypass playbook. Use when identifying and bypassing ASLR, PIE, NX/DEP, stack canary, RELRO, FORTIFY_SOURCE, CET, and MTE protections in ELF binaries to enable exploitation.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • business-logic-and-idorSkillDev tools

    Evaluates multi-tenant authorization barriers, Insecure Direct Object References (IDOR), parameter tampering, and privilege escalation logic.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • business-logic-vulnSkillDev tools

    Entry P1 category router for business logic testing. Use when workflow abuse, race conditions, pricing flaws, or multi-step state attacks matter more than parser-level input injection.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • classical-cipher-analysisSkillDev tools

    Classical cipher analysis playbook. Use when encountering substitution ciphers, Vigenere, transposition, XOR, or encoded text in CTF challenges that requires frequency analysis, Kasiski examination, or known-plaintext cryptanalysis.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • clickjackingSkillDev tools

    Clickjacking playbook. Use when testing whether target pages can be framed, whether X-Frame-Options or CSP frame-ancestors are properly configured, and whether UI redress attacks can trigger sensitive actions.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • cmdi-command-injectionSkillDev tools

    Command injection playbook. Use when user input may reach shell commands, process execution, converters, import pipelines, or blind out-of-band command sinks.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • code-obfuscation-deobfuscationSkillDev tools

    Code obfuscation analysis and deobfuscation playbook. Use when reversing binaries protected by junk code, opaque predicates, self-modifying code, control flow flattening, VM protection, or string encryption.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • custom-ai-router-assessmentSkillDev tools

    Assess self-hosted AI API routers/gateways built on CUSTOM web stacks (Next.js App Router class — Custom AI Router, 9router-style), as opposed to New API/One API forks. Use when target shows x-powered-by Next.js + /_next/static/chunks bundles, an AI-gateway product description, /subscription custome

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • dangling-markup-injectionSkillDev tools

    Dangling markup injection playbook. Use when HTML injection is possible but JavaScript execution is blocked (CSP, sanitizer strips event handlers, WAF blocks script tags) — exfiltrate CSRF tokens, session data, and page content by injecting unclosed HTML tags that capture subsequent page content.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • graphql-and-hidden-parametersSkillDev tools

    GraphQL and hidden parameter testing playbook. Use when exploring introspection, batching, undocumented fields, hidden parameters, schema abuse, and GraphQL authorization gaps.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • hash-attack-techniquesSkillDev tools

    Hash attack playbook. Use when exploiting length extension, MD5/SHA1 collisions, HMAC timing leaks, birthday attacks, or hash-based proof of work in CTF and authorized testing scenarios.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • http-host-header-attacksSkillDev tools

    HTTP Host header injection and routing abuse playbook. Use when the application trusts the Host header for generating URLs, routing requests, or access control — enabling password reset poisoning, web cache poisoning, SSRF via routing, and virtual host bypass.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • http-parameter-pollutionSkillDev tools

    HTTP Parameter Pollution (HPP): duplicate query/body keys parsed differently by servers, proxies, WAFs, and app frameworks. Use when filters and application layers disagree on which value wins, enabling bypass, SSRF second URL, logic abuse, or CSRF token confusion.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • http2-specific-attacksSkillDev tools

    HTTP/2 protocol-specific attack playbook. Use when the target supports HTTP/2 and you need to exploit binary framing, HPACK compression, h2c upgrade smuggling, pseudo-header injection, stream multiplexing abuse, or H2→H1 downgrade translation flaws.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • hunt-deserializationSkillDev tools

    Hunt Insecure Deserialization — Java gadget chains (ysoserial), PHP object injection (phpggc), Python pickle RCE, .NET BinaryFormatter, Ruby Marshal.load, JNDI/Log4Shell. RCE via deserialization is almost always Critical. Use when target runs Java, PHP serialization, Python pickle, .NET, or Ruby on

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • hunt-http-smugglingSkillDev tools

    Hunt HTTP request smuggling (CL.TE, TE.CL, H2.CL, H2.TE). Cause: front-end proxy and back-end server disagree on where one request ends and the next begins (Content-Length vs Transfer-Encoding header parsing inconsistency). CL.TE: front-end uses CL, back uses TE → smuggle by sending TE: chunked but

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • hunt-sstiSkillDev tools

    Hunt server-side template injection (SSTI) across Jinja2 (Flask/Django), Twig (Symfony), Freemarker (Java), ERB (Rails), Spring, Velocity, Mako, Thymeleaf, Smarty. Detection probes use double-curly and dollar-curly math expressions evaluated server-side. Once an engine is fingerprinted, escalate to

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • idor-broken-object-authorizationSkillDev tools

    IDOR and broken object authorization testing playbook. Use when requests expose object identifiers, tenant boundaries, writable fields, or missing object-level authorization checks.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • injection-checkingSkillDev tools

    Entry P1 category router for injection testing. Use when routing between XSS, SQLi, SSRF, XXE, SSTI, command injection, and NoSQL injection workflows based on how attacker-controlled input is consumed.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • insecure-source-code-managementSkillDev tools

    Source control and artifact exposure (.git, .svn, .hg, backups, .env). Use when recon finds VCS paths, 403 on hidden dirs, or backup/config leaks during authorized testing.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • js-recon-secret-huntingSkillDev tools

    Downloads client-side JavaScript bundles, searches for leaked API keys, tokens, hardcoded credentials, and hidden internal endpoints.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • linux-privilege-escalationSkillDev tools

    Linux privilege escalation playbook. Use when you have low-privilege shell access and need to escalate to root via SUID/SGID binaries, capabilities, cron abuse, kernel exploits, misconfigurations, or credential harvesting on Linux systems.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • macos-process-injectionSkillDev tools

    macOS process injection playbook. Use when you need to inject code into running or launching macOS processes via dylib hijacking, DYLD environment variables, XPC exploitation, Mach port manipulation, or Electron/Chromium abuse.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • mobile-ssl-pinning-bypassSkillDev tools

    Mobile SSL pinning bypass playbook. Use when intercepting HTTPS traffic from mobile applications that implement certificate pinning, public key pinning, or SPKI hash pinning on Android and iOS, including React Native, Flutter, and Xamarin frameworks.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • network-protocol-attacksSkillDev tools

    Network protocol attack playbook. Use when exploiting layer 2/3 protocols including ARP spoofing, LLMNR/NBT-NS/mDNS poisoning, WPAD abuse, DHCPv6 attacks, VLAN hopping, STP manipulation, DNS spoofing, IPv6 attacks, and IDS/IPS evasion.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • oast-blind-testingSkillDev tools

    Generates Out-of-Band (OAST) interaction payloads with interactsh-client to detect and confirm Blind SSRF, Blind RCE, and Out-of-Band data leakage.

    Ready to connect★ 790

    github.com/zyrexnn/cybermes730 stars

    View details
  • clean-branchesSkillDev tools

    Delete local branches whose remote has been deleted ([gone]), including their worktrees. Use for branch cleanup after merging PRs.

    Ready to connect★ 785

    github.com/kdlbs/kandev737 stars

    View details
  • interview-meSkillDev tools

    Clarify a standalone idea or check assumptions before feature or fix planning. Use focused questions, stress-test intent, and map unresolved decisions for large uncertain initiatives.

    Ready to connect★ 785

    github.com/kdlbs/kandev737 stars

    View details
  • kandev-approvalsSkillDev tools

    Clear the CEO approval queue when hire requests, budget grants, or other sensitive Office mutations are waiting for approve or reject decisions.

    Ready to connect★ 785

    github.com/kdlbs/kandev737 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

55,111 of the 55,543 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI