# Livingdocs AI Agent Skills

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

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

Official page: https://skillscout.sh/official/livingdocsio/
Markdown page: https://skillscout.sh/official/livingdocsio/livingdocsio_skills_skillscout.md
Vendor website: https://livingdocs.io/

## Prompt for your agent

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

### livingdocsio/documentation

Includes 5 official skills: cleanup-trn, document-feature, update-release-metadata, write-trn-breaking-change, write-trn-deprecation.

Install:

```bash
npx skills add livingdocsio/documentation -y
```

Source: https://github.com/livingdocsIO/documentation

## Individual skills

### cleanup-trn

Official Livingdocs skill from livingdocsio/documentation.

Install:

```bash
npx skills add livingdocsio/documentation@cleanup-trn -y
```

Package: livingdocsio/documentation
Source: https://github.com/livingdocsIO/documentation/tree/main/.claude/skills/cleanup-trn

### document-feature

Official Livingdocs skill from livingdocsio/documentation.

Install:

```bash
npx skills add livingdocsio/documentation@document-feature -y
```

Package: livingdocsio/documentation
Source: https://github.com/livingdocsio/documentation/tree/HEAD/.claude/skills/document-feature

### update-release-metadata

Official Livingdocs skill from livingdocsio/documentation.

Install:

```bash
npx skills add livingdocsio/documentation@update-release-metadata -y
```

Package: livingdocsio/documentation
Source: https://github.com/livingdocsIO/documentation/tree/main/.claude/skills/update-release-metadata

### write-trn-breaking-change

Official Livingdocs skill from livingdocsio/documentation.

Install:

```bash
npx skills add livingdocsio/documentation@write-trn-breaking-change -y
```

Package: livingdocsio/documentation
Source: https://github.com/livingdocsIO/documentation/tree/main/.claude/skills/write-trn-breaking-change

### write-trn-deprecation

Official Livingdocs skill from livingdocsio/documentation.

Install:

```bash
npx skills add livingdocsio/documentation@write-trn-deprecation -y
```

Package: livingdocsio/documentation
Source: https://github.com/livingdocsIO/documentation/tree/main/.claude/skills/write-trn-deprecation

## livingdocsio/documentation package overview

Includes 5 official skills: cleanup-trn, document-feature, update-release-metadata, write-trn-breaking-change, write-trn-deprecation.

### Top skills in this package

- cleanup-trn: Official Livingdocs skill from livingdocsio/documentation.
- document-feature: Official Livingdocs skill from livingdocsio/documentation.
- update-release-metadata: Official Livingdocs skill from livingdocsio/documentation.
- write-trn-breaking-change: Official Livingdocs skill from livingdocsio/documentation.
- write-trn-deprecation: Official Livingdocs skill from livingdocsio/documentation.

### Install

Install the full package:

```bash
npx skills add livingdocsio/documentation -y
```

Install a specific skill:

```bash
npx skills add livingdocsio/documentation@cleanup-trn -y
```

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

Source: https://github.com/livingdocsio/documentation#readme
