# Semaphore UI AI Agent Skills

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

Browse 4 official AI agent skills across 1 Semaphore UI repository, with install commands and source links.

Official page: https://skillscout.sh/official/semaphoreui/
Markdown page: https://skillscout.sh/official/semaphoreui/semaphoreui_skills_skillscout.md
Vendor website: https://semaphoreui.com/

## Prompt for your agent

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

### semaphoreui/semaphore

Includes 4 official skills: semaphore-cli-docs, semaphore-commit, semaphore-config-schema, semaphore-third-party-licenses.

Install:

```bash
npx skills add semaphoreui/semaphore -y
```

Source: https://github.com/semaphoreui/semaphore

## Individual skills

### semaphore-cli-docs

Official Semaphore UI skill from semaphoreui/semaphore.

Install:

```bash
npx skills add semaphoreui/semaphore@semaphore-cli-docs -y
```

Package: semaphoreui/semaphore
Source: https://github.com/semaphoreui/semaphore/tree/develop/.claude/skills/semaphore-cli-docs

### semaphore-commit

Official Semaphore UI skill from semaphoreui/semaphore.

Install:

```bash
npx skills add semaphoreui/semaphore@semaphore-commit -y
```

Package: semaphoreui/semaphore
Source: https://github.com/semaphoreui/semaphore/tree/HEAD/.claude/skills/semaphore-commit

### semaphore-config-schema

Official Semaphore UI skill from semaphoreui/semaphore.

Install:

```bash
npx skills add semaphoreui/semaphore@semaphore-config-schema -y
```

Package: semaphoreui/semaphore
Source: https://github.com/semaphoreui/semaphore/tree/develop/.claude/skills/semaphore-config-schema

### semaphore-third-party-licenses

Official Semaphore UI skill from semaphoreui/semaphore.

Install:

```bash
npx skills add semaphoreui/semaphore@semaphore-third-party-licenses -y
```

Package: semaphoreui/semaphore
Source: https://github.com/semaphoreui/semaphore/tree/develop/.claude/skills/semaphore-third-party-licenses

## semaphoreui/semaphore package overview

Includes 4 official skills: semaphore-cli-docs, semaphore-commit, semaphore-config-schema, semaphore-third-party-licenses.

### Top skills in this package

- semaphore-cli-docs: Official Semaphore UI skill from semaphoreui/semaphore.
- semaphore-commit: Official Semaphore UI skill from semaphoreui/semaphore.
- semaphore-config-schema: Official Semaphore UI skill from semaphoreui/semaphore.
- semaphore-third-party-licenses: Official Semaphore UI skill from semaphoreui/semaphore.

### Install

Install the full package:

```bash
npx skills add semaphoreui/semaphore -y
```

Install a specific skill:

```bash
npx skills add semaphoreui/semaphore@semaphore-cli-docs -y
```

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

Source: https://github.com/semaphoreui/semaphore#readme
