# Siemens AI Agent Skills

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

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

Official page: https://skillscout.sh/official/siemens/
Markdown page: https://skillscout.sh/official/siemens/siemens_skills_skillscout.md
Vendor website: https://opensource.siemens.com/

## Prompt for your agent

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

### siemens/ix-docs

Includes 2 official skills: component-usage-guidelines, word-to-markdown.

Install:

```bash
npx skills add siemens/ix-docs -y
```

Source: https://github.com/siemens/ix-docs

### siemens/ix

Includes 1 official skill: visual-testing-snapshots.

Install:

```bash
npx skills add siemens/ix -y
```

Source: https://github.com/siemens/ix

## Individual skills

### component-usage-guidelines

Official Siemens skill from siemens/ix-docs.

Install:

```bash
npx skills add siemens/ix-docs@component-usage-guidelines -y
```

Package: siemens/ix-docs
Source: https://github.com/siemens/ix-docs/tree/main/.github/skills/component-usage-guidelines

### word-to-markdown

Official Siemens skill from siemens/ix-docs.

Install:

```bash
npx skills add siemens/ix-docs@word-to-markdown -y
```

Package: siemens/ix-docs
Source: https://github.com/siemens/ix-docs/tree/HEAD/.github/skills/word-to-markdown

### visual-testing-snapshots

Official Siemens skill from siemens/ix.

Install:

```bash
npx skills add siemens/ix@visual-testing-snapshots -y
```

Package: siemens/ix
Source: https://github.com/siemens/ix/tree/main/.github/skills/visual-testing-snapshots

## siemens/ix-docs package overview

Includes 2 official skills: component-usage-guidelines, word-to-markdown.

### Top skills in this package

- component-usage-guidelines: Official Siemens skill from siemens/ix-docs.
- word-to-markdown: Official Siemens skill from siemens/ix-docs.

### Install

Install the full package:

```bash
npx skills add siemens/ix-docs -y
```

Install a specific skill:

```bash
npx skills add siemens/ix-docs@component-usage-guidelines -y
```

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

Source: https://github.com/siemens/ix-docs#readme
