# Bitloops AI Agent Skills

Bitloops publishes official AI agent skills for its tools, services, and developer workflows. The open-source intelligence layer for AI native development.

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

Official page: https://skillscout.sh/official/bitloops/
Markdown page: https://skillscout.sh/official/bitloops/bitloops_skills_skillscout.md
Vendor website: https://bitloops.com/

## Prompt for your agent

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

### bitloops/bitloops

Includes 2 official skills: devql-explore-first, using-devql.

Install:

```bash
npx skills add bitloops/bitloops -y
```

Source: https://github.com/bitloops/bitloops

## Individual skills

### devql-explore-first

Official Bitloops skill from bitloops/bitloops.

Install:

```bash
npx skills add bitloops/bitloops@devql-explore-first -y
```

Package: bitloops/bitloops
Source: https://github.com/bitloops/bitloops/tree/main/bitloops/src/host/hooks/augmentation/skills/devql-explore-first

### using-devql

Official Bitloops skill from bitloops/bitloops.

Install:

```bash
npx skills add bitloops/bitloops@using-devql -y
```

Package: bitloops/bitloops
Source: https://github.com/bitloops/bitloops/tree/main/bitloops/src/host/hooks/augmentation/skills/using-devql

## bitloops/bitloops package overview

Includes 2 official skills: devql-explore-first, using-devql.

### Top skills in this package

- devql-explore-first: Official Bitloops skill from bitloops/bitloops.
- using-devql: Official Bitloops skill from bitloops/bitloops.

### Install

Install the full package:

```bash
npx skills add bitloops/bitloops -y
```

Install a specific skill:

```bash
npx skills add bitloops/bitloops@devql-explore-first -y
```

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

Source: https://github.com/bitloops/bitloops#readme
