# Insight Software Consortium AI Agent Skills

Insight Software Consortium publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 1 Insight Software Consortium repository, with install commands and source links.

Official page: https://skillscout.sh/official/insightsoftwareconsortium/
Markdown page: https://skillscout.sh/official/insightsoftwareconsortium/insightsoftwareconsortium_skills_skillscout.md
Vendor website: https://itk.org/

## Prompt for your agent

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

### insightsoftwareconsortium/itk

Includes 3 official skills: fix-nightly-warnings, externaldataupload, update-third-party.

Install:

```bash
npx skills add insightsoftwareconsortium/itk -y
```

Source: https://github.com/InsightSoftwareConsortium/ITK

## Individual skills

### fix-nightly-warnings

Official Insight Software Consortium skill from insightsoftwareconsortium/itk.

Install:

```bash
npx skills add insightsoftwareconsortium/itk@fix-nightly-warnings -y
```

Package: insightsoftwareconsortium/itk
Source: https://github.com/InsightSoftwareConsortium/ITK/tree/main/.github/skills/fix-nightly-warnings

### externaldataupload

Official Insight Software Consortium skill from insightsoftwareconsortium/itk.

Install:

```bash
npx skills add insightsoftwareconsortium/itk@externaldataupload -y
```

Package: insightsoftwareconsortium/itk
Source: https://github.com/InsightSoftwareConsortium/ITK/tree/main/utilities/maintenance/externaldataupload

### update-third-party

Official Insight Software Consortium skill from insightsoftwareconsortium/itk.

Install:

```bash
npx skills add insightsoftwareconsortium/itk@update-third-party -y
```

Package: insightsoftwareconsortium/itk
Source: https://github.com/InsightSoftwareConsortium/ITK/tree/main/.github/skills/update-third-party

## insightsoftwareconsortium/itk package overview

Includes 3 official skills: fix-nightly-warnings, externaldataupload, update-third-party.

### Top skills in this package

- fix-nightly-warnings: Official Insight Software Consortium skill from insightsoftwareconsortium/itk.
- externaldataupload: Official Insight Software Consortium skill from insightsoftwareconsortium/itk.
- update-third-party: Official Insight Software Consortium skill from insightsoftwareconsortium/itk.

### Install

Install the full package:

```bash
npx skills add insightsoftwareconsortium/itk -y
```

Install a specific skill:

```bash
npx skills add insightsoftwareconsortium/itk@fix-nightly-warnings -y
```

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

Source: https://github.com/insightsoftwareconsortium/itk#readme
