# Fiveonefour AI Agent Skills

Fiveonefour publishes official AI agent skills for its tools, services, and developer workflows. The Agent Experience Platform. Stop guessing at AX. Ship software that agents love.

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

Official page: https://skillscout.sh/official/514-labs/
Markdown page: https://skillscout.sh/official/514-labs/514-labs_skills_skillscout.md
Vendor website: https://fiveonefour.com/

## Prompt for your agent

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

### 514-labs/agent-skills

Includes 2 official skills: build-loop, _template.

Install:

```bash
npx skills add 514-labs/agent-skills -y
```

Source: https://github.com/514-labs/agent-skills

## Individual skills

### build-loop

Official Fiveonefour skill from 514-labs/agent-skills.

Install:

```bash
npx skills add 514-labs/agent-skills@build-loop -y
```

Package: 514-labs/agent-skills
Source: https://github.com/514-labs/agent-skills/tree/main/skills/axp/build-loop

### _template

Official Fiveonefour skill from 514-labs/agent-skills.

Install:

```bash
npx skills add 514-labs/agent-skills@_template -y
```

Package: 514-labs/agent-skills
Source: https://github.com/514-labs/agent-skills/tree/main/skills/_template

## 514-labs/agent-skills package overview

Includes 2 official skills: build-loop, _template.

### Top skills in this package

- build-loop: Official Fiveonefour skill from 514-labs/agent-skills.
- _template: Official Fiveonefour skill from 514-labs/agent-skills.

### Install

Install the full package:

```bash
npx skills add 514-labs/agent-skills -y
```

Install a specific skill:

```bash
npx skills add 514-labs/agent-skills@build-loop -y
```

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

Source: https://github.com/514-labs/agent-skills#readme
