# Nuxeo AI Agent Skills

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

Browse 9 official AI agent skills across 2 Nuxeo repositories, with install commands and source links.

Official page: https://skillscout.sh/official/nuxeo/
Markdown page: https://skillscout.sh/official/nuxeo/nuxeo_skills_skillscout.md
Vendor website: https://www.nuxeo.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/nuxeo/nuxeo_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Nuxeo 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

### nuxeo/nuxeo-web-ui

Includes 6 official skills: update-ai-context, add-i18n-keys, create-document-layout, link-nuxeo-elements, write-functional-test, write-unit-test.

Install:

```bash
npx skills add nuxeo/nuxeo-web-ui -y
```

Source: https://github.com/nuxeo/nuxeo-web-ui

### nuxeo/nuxeo-elements

Includes 3 official skills: add-i18n-keys, update-ai-context, write-unit-test.

Install:

```bash
npx skills add nuxeo/nuxeo-elements -y
```

Source: https://github.com/nuxeo/nuxeo-elements

## Individual skills

### update-ai-context

Official Nuxeo skill from nuxeo/nuxeo-web-ui.

Install:

```bash
npx skills add nuxeo/nuxeo-web-ui@update-ai-context -y
```

Package: nuxeo/nuxeo-web-ui
Source: https://github.com/nuxeo/nuxeo-web-ui/tree/HEAD/.github/skills/update-ai-context

### add-i18n-keys

Official Nuxeo skill from nuxeo/nuxeo-web-ui.

Install:

```bash
npx skills add nuxeo/nuxeo-web-ui@add-i18n-keys -y
```

Package: nuxeo/nuxeo-web-ui
Source: https://github.com/nuxeo/nuxeo-web-ui/tree/maintenance-3.1.x/.github/skills/add-i18n-keys

### create-document-layout

Official Nuxeo skill from nuxeo/nuxeo-web-ui.

Install:

```bash
npx skills add nuxeo/nuxeo-web-ui@create-document-layout -y
```

Package: nuxeo/nuxeo-web-ui
Source: https://github.com/nuxeo/nuxeo-web-ui/tree/maintenance-3.1.x/.github/skills/create-document-layout

### link-nuxeo-elements

Official Nuxeo skill from nuxeo/nuxeo-web-ui.

Install:

```bash
npx skills add nuxeo/nuxeo-web-ui@link-nuxeo-elements -y
```

Package: nuxeo/nuxeo-web-ui
Source: https://github.com/nuxeo/nuxeo-web-ui/tree/maintenance-3.1.x/.github/skills/link-nuxeo-elements

### write-functional-test

Official Nuxeo skill from nuxeo/nuxeo-web-ui.

Install:

```bash
npx skills add nuxeo/nuxeo-web-ui@write-functional-test -y
```

Package: nuxeo/nuxeo-web-ui
Source: https://github.com/nuxeo/nuxeo-web-ui/tree/maintenance-3.1.x/.github/skills/write-functional-test

### write-unit-test

Official Nuxeo skill from nuxeo/nuxeo-web-ui.

Install:

```bash
npx skills add nuxeo/nuxeo-web-ui@write-unit-test -y
```

Package: nuxeo/nuxeo-web-ui
Source: https://github.com/nuxeo/nuxeo-web-ui/tree/maintenance-3.1.x/.github/skills/write-unit-test

### add-i18n-keys

Official Nuxeo skill from nuxeo/nuxeo-elements.

Install:

```bash
npx skills add nuxeo/nuxeo-elements@add-i18n-keys -y
```

Package: nuxeo/nuxeo-elements
Source: https://github.com/nuxeo/nuxeo-elements/tree/maintenance-3.1.x/.github/skills/add-i18n-keys

### update-ai-context

Official Nuxeo skill from nuxeo/nuxeo-elements.

Install:

```bash
npx skills add nuxeo/nuxeo-elements@update-ai-context -y
```

Package: nuxeo/nuxeo-elements
Source: https://github.com/nuxeo/nuxeo-elements/tree/maintenance-3.1.x/.github/skills/update-ai-context

### write-unit-test

Official Nuxeo skill from nuxeo/nuxeo-elements.

Install:

```bash
npx skills add nuxeo/nuxeo-elements@write-unit-test -y
```

Package: nuxeo/nuxeo-elements
Source: https://github.com/nuxeo/nuxeo-elements/tree/maintenance-3.1.x/.github/skills/write-unit-test

## nuxeo/nuxeo-web-ui package overview

Includes 6 official skills: update-ai-context, add-i18n-keys, create-document-layout, link-nuxeo-elements, write-functional-test, write-unit-test.

### Top skills in this package

- update-ai-context: Official Nuxeo skill from nuxeo/nuxeo-web-ui.
- add-i18n-keys: Official Nuxeo skill from nuxeo/nuxeo-web-ui.
- create-document-layout: Official Nuxeo skill from nuxeo/nuxeo-web-ui.
- link-nuxeo-elements: Official Nuxeo skill from nuxeo/nuxeo-web-ui.
- write-functional-test: Official Nuxeo skill from nuxeo/nuxeo-web-ui.
- write-unit-test: Official Nuxeo skill from nuxeo/nuxeo-web-ui.

### Install

Install the full package:

```bash
npx skills add nuxeo/nuxeo-web-ui -y
```

Install a specific skill:

```bash
npx skills add nuxeo/nuxeo-web-ui@update-ai-context -y
```

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

Source: https://github.com/nuxeo/nuxeo-web-ui#readme
