# Stitchdata AI Agent Skills

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

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

Official page: https://skillscout.sh/official/stitchdata/
Markdown page: https://skillscout.sh/official/stitchdata/stitchdata_skills_skillscout.md
Vendor website: https://stitchdata.com/

## Prompt for your agent

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

### stitchdata/docs

Includes 12 official skills: dita-markup-validation, dita-variables, finalize-draft-pr, flare-feature-conditions, flare-markup-validation, flare-whats-new-authoring.

Install:

```bash
npx skills add stitchdata/docs -y
```

Source: https://github.com/stitchdata/docs

## Individual skills

### dita-markup-validation

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@dita-markup-validation -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/HEAD/.github/skills/dita-markup-validation

### dita-variables

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@dita-variables -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/HEAD/.github/skills/dita-variables

### finalize-draft-pr

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@finalize-draft-pr -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/HEAD/.github/skills/finalize-draft-pr

### flare-feature-conditions

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@flare-feature-conditions -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/HEAD/.github/skills/flare-feature-conditions

### flare-markup-validation

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@flare-markup-validation -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/HEAD/.github/skills/flare-markup-validation

### flare-whats-new-authoring

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@flare-whats-new-authoring -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/HEAD/.github/skills/flare-whats-new-authoring

### git-branch-creation

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@git-branch-creation -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/HEAD/.github/skills/git-branch-creation

### github-pr-analysis

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@github-pr-analysis -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/master/.github/skills/github-pr-analysis

### jira-context

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@jira-context -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/HEAD/.github/skills/jira-context

### qlik-writing-guidelines

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@qlik-writing-guidelines -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/master/.github/skills/qlik-writing-guidelines

### repository-classifier

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@repository-classifier -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/HEAD/.github/skills/repository-classifier

### talend-release-notes

Official Stitchdata skill from stitchdata/docs.

Install:

```bash
npx skills add stitchdata/docs@talend-release-notes -y
```

Package: stitchdata/docs
Source: https://github.com/stitchdata/docs/tree/HEAD/.github/skills/talend-release-notes

## stitchdata/docs package overview

Includes 12 official skills: dita-markup-validation, dita-variables, finalize-draft-pr, flare-feature-conditions, flare-markup-validation, flare-whats-new-authoring.

### Top skills in this package

- dita-markup-validation: Official Stitchdata skill from stitchdata/docs.
- dita-variables: Official Stitchdata skill from stitchdata/docs.
- finalize-draft-pr: Official Stitchdata skill from stitchdata/docs.
- flare-feature-conditions: Official Stitchdata skill from stitchdata/docs.
- flare-markup-validation: Official Stitchdata skill from stitchdata/docs.
- flare-whats-new-authoring: Official Stitchdata skill from stitchdata/docs.
- git-branch-creation: Official Stitchdata skill from stitchdata/docs.
- github-pr-analysis: Official Stitchdata skill from stitchdata/docs.

### Install

Install the full package:

```bash
npx skills add stitchdata/docs -y
```

Install a specific skill:

```bash
npx skills add stitchdata/docs@dita-markup-validation -y
```

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

Source: https://github.com/stitchdata/docs#readme
