# Transcend AI Agent Skills

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

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

Official page: https://skillscout.sh/official/transcend-io/
Markdown page: https://skillscout.sh/official/transcend-io/transcend-io_skills_skillscout.md
Vendor website: https://transcend.io/careers

## Prompt for your agent

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

### transcend-io/tools

Includes 5 official skills: background-task, fix-ci, manual-test-push-pull, merge-branch, review-comments.

Install:

```bash
npx skills add transcend-io/tools -y
```

Source: https://github.com/transcend-io/tools

## Individual skills

### background-task

Official Transcend skill from transcend-io/tools.

Install:

```bash
npx skills add transcend-io/tools@background-task -y
```

Package: transcend-io/tools
Source: https://github.com/transcend-io/tools/tree/main/.cursor/skills/background-task

### fix-ci

Official Transcend skill from transcend-io/tools.

Install:

```bash
npx skills add transcend-io/tools@fix-ci -y
```

Package: transcend-io/tools
Source: https://github.com/transcend-io/tools/tree/main/.cursor/skills/fix-ci

### manual-test-push-pull

Official Transcend skill from transcend-io/tools.

Install:

```bash
npx skills add transcend-io/tools@manual-test-push-pull -y
```

Package: transcend-io/tools
Source: https://github.com/transcend-io/tools/tree/main/.cursor/skills/manual-test-push-pull

### merge-branch

Official Transcend skill from transcend-io/tools.

Install:

```bash
npx skills add transcend-io/tools@merge-branch -y
```

Package: transcend-io/tools
Source: https://github.com/transcend-io/tools/tree/main/.cursor/skills/merge-branch

### review-comments

Official Transcend skill from transcend-io/tools.

Install:

```bash
npx skills add transcend-io/tools@review-comments -y
```

Package: transcend-io/tools
Source: https://github.com/transcend-io/tools/tree/main/.cursor/skills/review-comments

## transcend-io/tools package overview

Includes 5 official skills: background-task, fix-ci, manual-test-push-pull, merge-branch, review-comments.

### Top skills in this package

- background-task: Official Transcend skill from transcend-io/tools.
- fix-ci: Official Transcend skill from transcend-io/tools.
- manual-test-push-pull: Official Transcend skill from transcend-io/tools.
- merge-branch: Official Transcend skill from transcend-io/tools.
- review-comments: Official Transcend skill from transcend-io/tools.

### Install

Install the full package:

```bash
npx skills add transcend-io/tools -y
```

Install a specific skill:

```bash
npx skills add transcend-io/tools@background-task -y
```

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

Source: https://github.com/transcend-io/tools#readme
