# Altive AI Agent Skills

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

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

Official page: https://skillscout.sh/official/altive/
Markdown page: https://skillscout.sh/official/altive/altive_skills_skillscout.md
Vendor website: https://altive.co.jp/

## Prompt for your agent

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

### altive/altive_lints

Includes 2 official skills: altive-lints-release, review-lint-rule-pr.

Install:

```bash
npx skills add altive/altive_lints -y
```

Source: https://github.com/altive/altive_lints

## Individual skills

### altive-lints-release

Official Altive skill from altive/altive_lints.

Install:

```bash
npx skills add altive/altive_lints@altive-lints-release -y
```

Package: altive/altive_lints
Source: https://github.com/altive/altive_lints/tree/main/.agents/skills/altive-lints-release

### review-lint-rule-pr

Official Altive skill from altive/altive_lints.

Install:

```bash
npx skills add altive/altive_lints@review-lint-rule-pr -y
```

Package: altive/altive_lints
Source: https://github.com/altive/altive_lints/tree/main/.agents/skills/review-lint-rule-pr

## altive/altive_lints package overview

Includes 2 official skills: altive-lints-release, review-lint-rule-pr.

### Top skills in this package

- altive-lints-release: Official Altive skill from altive/altive_lints.
- review-lint-rule-pr: Official Altive skill from altive/altive_lints.

### Install

Install the full package:

```bash
npx skills add altive/altive_lints -y
```

Install a specific skill:

```bash
npx skills add altive/altive_lints@altive-lints-release -y
```

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

Source: https://github.com/altive/altive_lints#readme
