# LiveSession AI Agent Skills

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

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

Official page: https://skillscout.sh/official/livesession/
Markdown page: https://skillscout.sh/official/livesession/livesession_skills_skillscout.md
Vendor website: https://livesession.io/

## Prompt for your agent

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

### livesession/xyd

Includes 2 official skills: dependabot-alerts-update, documentation-writer.

Install:

```bash
npx skills add livesession/xyd -y
```

Source: https://github.com/livesession/xyd

## Individual skills

### dependabot-alerts-update

Official LiveSession skill from livesession/xyd.

Install:

```bash
npx skills add livesession/xyd@dependabot-alerts-update -y
```

Package: livesession/xyd
Source: https://github.com/livesession/xyd/tree/master/.claude/skills/dependabot-alerts-update

### documentation-writer

Official LiveSession skill from livesession/xyd.

Install:

```bash
npx skills add livesession/xyd@documentation-writer -y
```

Package: livesession/xyd
Source: https://github.com/livesession/xyd/tree/HEAD/.claude/skills/documentation-writer

## livesession/xyd package overview

Includes 2 official skills: dependabot-alerts-update, documentation-writer.

### Top skills in this package

- dependabot-alerts-update: Official LiveSession skill from livesession/xyd.
- documentation-writer: Official LiveSession skill from livesession/xyd.

### Install

Install the full package:

```bash
npx skills add livesession/xyd -y
```

Install a specific skill:

```bash
npx skills add livesession/xyd@dependabot-alerts-update -y
```

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

Source: https://github.com/livesession/xyd#readme
