# Electron AI Agent Skills

Electron publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 1 Electron repository, with install commands and source links.

Official page: https://skillscout.sh/official/electron/
Markdown page: https://skillscout.sh/official/electron/electron_skills_skillscout.md
Vendor website: https://electronjs.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/electron/electron_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Electron skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### electron/electron

Includes 4 official skills: electron-chromium-upgrade, electron-node-upgrade, chrome-release-cls, chrome-release-verify.

Install:

```bash
npx skills add electron/electron -y
```

Source: https://github.com/electron/electron

## Individual skills

### electron-chromium-upgrade

Official Electron skill from electron/electron.

Install:

```bash
npx skills add electron/electron@electron-chromium-upgrade -y
```

Package: electron/electron
Source: https://github.com/electron/electron/tree/HEAD/.claude/skills/electron-chromium-upgrade

### electron-node-upgrade

Official Electron skill from electron/electron.

Install:

```bash
npx skills add electron/electron@electron-node-upgrade -y
```

Package: electron/electron
Source: https://github.com/electron/electron/tree/main/.claude/skills/electron-node-upgrade

### chrome-release-cls

Official Electron skill from electron/electron.

Install:

```bash
npx skills add electron/electron@chrome-release-cls -y
```

Package: electron/electron
Source: https://github.com/electron/electron/tree/main/.claude/skills/chrome-release-cls

### chrome-release-verify

Official Electron skill from electron/electron.

Install:

```bash
npx skills add electron/electron@chrome-release-verify -y
```

Package: electron/electron
Source: https://github.com/electron/electron/tree/main/.claude/skills/chrome-release-verify

## electron/electron package overview

Includes 4 official skills: electron-chromium-upgrade, electron-node-upgrade, chrome-release-cls, chrome-release-verify.

### Top skills in this package

- electron-chromium-upgrade: Official Electron skill from electron/electron.
- electron-node-upgrade: Official Electron skill from electron/electron.
- chrome-release-cls: Official Electron skill from electron/electron.
- chrome-release-verify: Official Electron skill from electron/electron.

### Install

Install the full package:

```bash
npx skills add electron/electron -y
```

Install a specific skill:

```bash
npx skills add electron/electron@electron-chromium-upgrade -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/electron/electron#readme
