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: Files & storage
4,278 results · page 4 of 143
- View details
gws-drive-uploadSkillFiles & storage
Lets your agent upload files to Google Drive with metadata filled in automatically.
Ready to connect★ 31k
- View details
planning-with-filesSkillFiles & storage
Lets your agent keep a written plan, findings, and progress notes in files across multi-step tasks.
Ready to connect★ 27k
- View details
adopting-generated-api-typesSkillFiles & storage
Use when migrating frontend code from manual API client calls (`api.get`, `api.create`, `api.surveys.get`, `api.dashboards.list`, `new ApiRequest()`) and handwritten TypeScript interfaces to generated API functions and types. Triggers on files importing from `lib/api`, files with `api.get<`, `api.cr
Ready to connect★ 40k
- View details
auditing-warehouse-view-healthSkillFiles & storage
Audit the health of a PostHog project's materialized views (saved queries) — find every failed materialization and flag unused or stale materialized views that cost storage and compute. Use when the user asks "which of my views are broken?", "why is this materialized view failing?", "are any of my v
Ready to connect★ 40k
- View details
downloading-batch-export-filesSkillFiles & storage
Export PostHog events, persons, sessions, or the results of a HogQL query on demand and download the resulting files. Use when the user asks to download/export raw PostHog data, export HogQL query results, create a one-off file export, fetch a Parquet or JSONLines export, or use the file_download_ba
Ready to connect★ 40k
- View details
establishing-code-ownershipSkillFiles & storage
Determine which PostHog team owns a file, directory, or code path, or enumerate all code a team owns (via distributed `owners.yaml`, `products/*/product.yaml`, and `.github/CODEOWNERS`). Use when assigning a reviewer, attributing a bug or slow query to a team, routing work, scoping a team-wide audit
Ready to connect★ 40k
- View details
exploring-llm-tracesSkillFiles & storage
Debug and inspect LLM/AI agent traces using PostHog's MCP tools. Use when the user pastes a trace or session URL (e.g. /ai-observability/traces/<id> or /ai-observability/sessions/<id>), asks to debug a trace, figure out what went wrong, check if an agent used a tool correctly, verify context/files w
Ready to connect★ 40k
- View details
finding-experimentsSkillFiles & storage
Resolves a PostHog experiment reference from natural language to a concrete experiment ID by browsing `experiment-list` (not feature-flag tools), with disambiguation when multiple experiments match. Use when the user names or quotes an experiment ("split test demo", "the File engagement boost experi
Ready to connect★ 40k
- View details
improving-drf-endpointsSkillFiles & storage
Use when editing, reviewing, or auditing DRF viewsets and serializers in PostHog. Triggers on files in posthog/api/, products/*/backend/api/, products/*/backend/presentation/, or any file importing rest_framework. Covers field typing, schema annotations, enum collision fixes, and OpenAPI spec qualit
Ready to connect★ 40k
- View details
organizing-conversations-codeSkillFiles & storage
File layout for the conversations product. Use when adding, moving, renaming, or reviewing files under products/conversations/ — especially frontend components, scenes, helpers, and tests. Conversations React components live in their own folder under products/conversations/frontend/components/, neve
Ready to connect★ 40k
- View details
placing-product-frontend-codeSkillFiles & storage
Decide which tree a frontend file belongs in — `products/<name>/frontend/` or `frontend/src/scenes/<name>/` — and explain why the boundary is real rather than stylistic. Use when adding a new scene, component, or logic file for a product; when creating a new directory under `frontend/src/scenes/`; w
Ready to connect★ 40k
- View details
security-auditSkillFiles & storage
Focused security audit of code, calibrated to surface real exploitable bugs and suppress theoretical findings. Use when the user asks to "audit", "security-audit", "find vulnerabilities", "check for IDOR/SSRF/XSS/injection", or wants a security review of a file, directory, branch diff, or PR. Covers
Ready to connect★ 40k
- View details
splitting-oversized-modulesSkillFiles & storage
Split an oversized Python module (a thousand-plus-line logic.py, models.py, api.py, or its test file) into a package of one module per concern, mechanically and provably without changing behavior. Use on a request to split / break up / decompose a god module or move functions out of one, once a huma
Ready to connect★ 40k
- View details
writing-kea-logicsSkillFiles & storage
Guide for writing or reviewing PostHog kea logic files (`*Logic.ts` / `*Logic.tsx`). Use when creating a new logic, adding actions/reducers/selectors/listeners/loaders/forms/router bindings, choosing between reducer vs selector vs cache, deciding between listeners and `kea-subscriptions`, wiring Rea
Ready to connect★ 40k
- View details
writing-ui-componentsSkillFiles & storage
Structure and abstraction rules for PostHog UI code — any React component or frontend file under `frontend/src/` or `products/*/frontend/`. Use ALWAYS before creating, moving, splitting, or restructuring a component or frontend file, extracting a shared/generic component, promoting a component to `l
Ready to connect★ 40k
- View details
acreadiness-generate-instructionsSkillFiles & storage
Lets your agent create AI instruction files like copilot-instructions.md that guide coding assistants in your repo.
Ready to connect★ 39k
- View details
add-educational-commentsSkillFiles & storage
Lets your agent add educational comments explaining code to a file you specify.
Ready to connect★ 39k
- View details
agent-supply-chainSkillFiles & storage
Lets your agent check that installed plugins and tool files haven't been tampered with by verifying checksums.
Ready to connect★ 39k
- View details
ai-readySkillFiles & storage
Analyzes your codebase and generates AI config files like AGENTS.md, Copilot instructions, and CI workflows.
Ready to connect★ 39k
- View details
automate-thisSkillFiles & storage
Turns a screen recording of a manual task into ready-to-use automation scripts for your machine.
Ready to connect★ 39k
- View details
aws-cost-optimizeSkillFiles & storage
Lets your agent analyze your AWS setup to find cost savings and open GitHub issues with the suggestions.
Ready to connect★ 39k
- View details
aws-resource-querySkillFiles & storage
Lets your agent look up your AWS resources like EC2, S3, and Lambda by asking questions in plain English.
Ready to connect★ 39k
- View details
az-cost-optimizeSkillFiles & storage
Lets your agent analyze Azure resources and suggest cost savings by creating GitHub issues with optimization ideas.
Ready to connect★ 39k
- View details
batch-filesSkillFiles & storage
Helps your agent write, debug, and maintain Windows batch (.bat/.cmd) scripts for automating tasks.
Ready to connect★ 39k
- View details
codebase-memory-mcpSkillFiles & storage
Lets your agent explore unfamiliar code by mapping architecture, tracing dependencies, and auditing dead or complex code.
Ready to connect★ 39k
- View details
codeqlSkillFiles & storage
Guides your agent through setting up CodeQL code scanning with GitHub Actions workflows and the CodeQL CLI.
Ready to connect★ 39k
- View details
containerize-aspnet-frameworkSkillFiles & storage
Lets your agent containerize an ASP.NET .NET Framework project by writing a customized Dockerfile.
Ready to connect★ 39k
- View details
containerize-aspnetcoreSkillFiles & storage
Lets your agent create Dockerfile files to containerize an ASP.NET Core project.
Ready to connect★ 39k
- View details
context-mapSkillFiles & storage
Lets your agent scan a project and list all files relevant to a task before editing anything.
Ready to connect★ 39k
- View details
convert-excel-to-mdSkillFiles & storage
Lets your agent turn Excel spreadsheets into Markdown so it can read, search, and summarize the data.
Ready to connect★ 39k
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.
52,524 of the 52,958 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.