# BacklogHQ AI Agent Skills

BacklogHQ publishes official AI agent skills for its tools, services, and developer workflows. Open-source tools AI agents use as infrastructure — AgentDB, Backlog, opslog.

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

Official page: https://skillscout.sh/official/backloghq/
Markdown page: https://skillscout.sh/official/backloghq/backloghq_skills_skillscout.md
Vendor website: https://backloghq.io/

## Prompt for your agent

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

### backloghq/backlog

Includes 7 official skills: handoff, implement, plan, refine, spec, standup.

Install:

```bash
npx skills add backloghq/backlog -y
```

Source: https://github.com/backloghq/backlog

## Individual skills

### handoff

Official BacklogHQ skill from backloghq/backlog.

Install:

```bash
npx skills add backloghq/backlog@handoff -y
```

Package: backloghq/backlog
Source: https://github.com/backloghq/backlog/tree/main/skills/handoff

### implement

Official BacklogHQ skill from backloghq/backlog.

Install:

```bash
npx skills add backloghq/backlog@implement -y
```

Package: backloghq/backlog
Source: https://github.com/backloghq/backlog/tree/main/skills/implement

### plan

Official BacklogHQ skill from backloghq/backlog.

Install:

```bash
npx skills add backloghq/backlog@plan -y
```

Package: backloghq/backlog
Source: https://github.com/backloghq/backlog/tree/main/skills/plan

### refine

Official BacklogHQ skill from backloghq/backlog.

Install:

```bash
npx skills add backloghq/backlog@refine -y
```

Package: backloghq/backlog
Source: https://github.com/backloghq/backlog/tree/main/skills/refine

### spec

Official BacklogHQ skill from backloghq/backlog.

Install:

```bash
npx skills add backloghq/backlog@spec -y
```

Package: backloghq/backlog
Source: https://github.com/backloghq/backlog/tree/main/skills/spec

### standup

Official BacklogHQ skill from backloghq/backlog.

Install:

```bash
npx skills add backloghq/backlog@standup -y
```

Package: backloghq/backlog
Source: https://github.com/backloghq/backlog/tree/main/skills/standup

### tasks

Official BacklogHQ skill from backloghq/backlog.

Install:

```bash
npx skills add backloghq/backlog@tasks -y
```

Package: backloghq/backlog
Source: https://github.com/backloghq/backlog/tree/main/skills/tasks

## backloghq/backlog package overview

Includes 7 official skills: handoff, implement, plan, refine, spec, standup.

### Top skills in this package

- handoff: Official BacklogHQ skill from backloghq/backlog.
- implement: Official BacklogHQ skill from backloghq/backlog.
- plan: Official BacklogHQ skill from backloghq/backlog.
- refine: Official BacklogHQ skill from backloghq/backlog.
- spec: Official BacklogHQ skill from backloghq/backlog.
- standup: Official BacklogHQ skill from backloghq/backlog.
- tasks: Official BacklogHQ skill from backloghq/backlog.

### Install

Install the full package:

```bash
npx skills add backloghq/backlog -y
```

Install a specific skill:

```bash
npx skills add backloghq/backlog@handoff -y
```

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

Source: https://github.com/backloghq/backlog#readme
