> ## Documentation Index
> Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-ia-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

Kernel offers a suite of agent skills that can be used to debug your development workflows and give your browser agents runtime superpowers.

Especially useful skills:

* [Bot Detection](/skills/bot-detection) — teaches your agent how to profile a site's bot-detection setup and land on a browser configuration that gets through it.
* [Browser Profiles](/skills/profiles) — teaches your agent how to compare the actual contents of two Kernel browser profiles to identify state differences that could explain a reported issue.
* [Kernel Auth](/skills/kernel-auth) — teaches your agent best practices for using managed auth to log in to websites.

Every first-party skill, with install commands for Claude Code, Codex, Cursor, and any other agent, is on [All skills](/skills/all). They're open source in [`kernel/skills`](https://github.com/kernel/skills) and listed on [skills.sh](https://skills.sh/kernel/skills).

## Skills for your own sites

The skills above teach an agent about Kernel. To make an agent reliable on a website you care about — the login flow, the URL patterns, the waits — write a [site-specific skill](/skills/site-specific).
