# Entur AS AI Agent Skills

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

Browse 12 official AI agent skills across 3 Entur AS repositories, with install commands and source links.

Official page: https://skillscout.sh/official/entur/
Markdown page: https://skillscout.sh/official/entur/entur_skills_skillscout.md
Vendor website: https://entur.no/

## Prompt for your agent

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

### entur/design-system

Includes 6 official skills: entur-brand-design, code-review, entur-accessibility, entur-linje, entur-web-development, migrate-react-18.

Install:

```bash
npx skills add entur/design-system -y
```

Source: https://github.com/entur/design-system

### entur/ai

Includes 5 official skills: setup-agent-config, entur-conventions, entur-project-bootstrap, scr-situation-complication-resolution, setup-cicd-workflows.

Install:

```bash
npx skills add entur/ai -y
```

Source: https://github.com/entur/ai

### entur/openapi-validator-cli

Includes 1 official skill: oav.

Install:

```bash
npx skills add entur/openapi-validator-cli -y
```

Source: https://github.com/entur/openapi-validator-cli

## Individual skills

### entur-brand-design

Official Entur AS skill from entur/design-system.

Install:

```bash
npx skills add entur/design-system@entur-brand-design -y
```

Package: entur/design-system
Source: https://github.com/entur/design-system/tree/main/skills/entur-brand-design

### code-review

Official Entur AS skill from entur/design-system.

Install:

```bash
npx skills add entur/design-system@code-review -y
```

Package: entur/design-system
Source: https://github.com/entur/design-system/tree/HEAD/.github/skills/code-review

### entur-accessibility

Official Entur AS skill from entur/design-system.

Install:

```bash
npx skills add entur/design-system@entur-accessibility -y
```

Package: entur/design-system
Source: https://github.com/entur/design-system/tree/main/skills/entur-accessibility

### entur-linje

Official Entur AS skill from entur/design-system.

Install:

```bash
npx skills add entur/design-system@entur-linje -y
```

Package: entur/design-system
Source: https://github.com/entur/design-system/tree/main/skills/entur-linje

### entur-web-development

Official Entur AS skill from entur/design-system.

Install:

```bash
npx skills add entur/design-system@entur-web-development -y
```

Package: entur/design-system
Source: https://github.com/entur/design-system/tree/main/skills/entur-web-development

### migrate-react-18

Official Entur AS skill from entur/design-system.

Install:

```bash
npx skills add entur/design-system@migrate-react-18 -y
```

Package: entur/design-system
Source: https://github.com/entur/design-system/tree/HEAD/skills/migrate-react-18

### setup-agent-config

Official Entur AS skill from entur/ai.

Install:

```bash
npx skills add entur/ai@setup-agent-config -y
```

Package: entur/ai
Source: https://github.com/entur/ai/tree/HEAD/skills/setup-agent-config

### entur-conventions

Official Entur AS skill from entur/ai.

Install:

```bash
npx skills add entur/ai@entur-conventions -y
```

Package: entur/ai
Source: https://github.com/entur/ai/tree/main/skills/entur-conventions

### entur-project-bootstrap

Official Entur AS skill from entur/ai.

Install:

```bash
npx skills add entur/ai@entur-project-bootstrap -y
```

Package: entur/ai
Source: https://github.com/entur/ai/tree/main/skills/entur-project-bootstrap

### scr-situation-complication-resolution

Official Entur AS skill from entur/ai.

Install:

```bash
npx skills add entur/ai@scr-situation-complication-resolution -y
```

Package: entur/ai
Source: https://github.com/entur/ai/tree/main/skills/scr-situation-complication-resolution

### setup-cicd-workflows

Official Entur AS skill from entur/ai.

Install:

```bash
npx skills add entur/ai@setup-cicd-workflows -y
```

Package: entur/ai
Source: https://github.com/entur/ai/tree/main/skills/setup-cicd-workflows

### oav

Official Entur AS skill from entur/openapi-validator-cli.

Install:

```bash
npx skills add entur/openapi-validator-cli@oav -y
```

Package: entur/openapi-validator-cli
Source: https://github.com/entur/openapi-validator-cli/tree/main/assets/skills/oav

## entur/design-system package overview

Includes 6 official skills: entur-brand-design, code-review, entur-accessibility, entur-linje, entur-web-development, migrate-react-18.

### Top skills in this package

- entur-brand-design: Official Entur AS skill from entur/design-system.
- code-review: Official Entur AS skill from entur/design-system.
- entur-accessibility: Official Entur AS skill from entur/design-system.
- entur-linje: Official Entur AS skill from entur/design-system.
- entur-web-development: Official Entur AS skill from entur/design-system.
- migrate-react-18: Official Entur AS skill from entur/design-system.

### Install

Install the full package:

```bash
npx skills add entur/design-system -y
```

Install a specific skill:

```bash
npx skills add entur/design-system@entur-brand-design -y
```

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

Source: https://github.com/entur/design-system#readme
