# FIGLAB AI Agent Skills

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

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

Official page: https://skillscout.sh/official/figlabhq/
Markdown page: https://skillscout.sh/official/figlabhq/figlabhq_skills_skillscout.md
Vendor website: https://figlab.io/

## Prompt for your agent

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

### figlabhq/agent-skills

Includes 6 official skills: refine-tests, phpcs-check-fix, code-convention, owasp-security, research, interview-me.

Install:

```bash
npx skills add figlabhq/agent-skills -y
```

Source: https://github.com/figlabhq/agent-skills

## Individual skills

### refine-tests

Official FIGLAB skill from figlabhq/agent-skills.

Install:

```bash
npx skills add figlabhq/agent-skills@refine-tests -y
```

Package: figlabhq/agent-skills
Source: https://github.com/figlabhq/agent-skills/tree/main/refine-tests

### phpcs-check-fix

Official FIGLAB skill from figlabhq/agent-skills.

Install:

```bash
npx skills add figlabhq/agent-skills@phpcs-check-fix -y
```

Package: figlabhq/agent-skills
Source: https://github.com/figlabhq/agent-skills/tree/main/phpcs-check-fix

### code-convention

Official FIGLAB skill from figlabhq/agent-skills.

Install:

```bash
npx skills add figlabhq/agent-skills@code-convention -y
```

Package: figlabhq/agent-skills
Source: https://github.com/figlabhq/agent-skills/tree/main/code-convention

### owasp-security

Official FIGLAB skill from figlabhq/agent-skills.

Install:

```bash
npx skills add figlabhq/agent-skills@owasp-security -y
```

Package: figlabhq/agent-skills
Source: https://github.com/figlabhq/agent-skills/tree/main/owasp-security

### research

Official FIGLAB skill from figlabhq/agent-skills.

Install:

```bash
npx skills add figlabhq/agent-skills@research -y
```

Package: figlabhq/agent-skills
Source: https://github.com/figlabhq/agent-skills/tree/main/research

### interview-me

Official FIGLAB skill from figlabhq/agent-skills.

Install:

```bash
npx skills add figlabhq/agent-skills@interview-me -y
```

Package: figlabhq/agent-skills
Source: https://github.com/figlabhq/agent-skills/tree/main/interview-me

## figlabhq/agent-skills package overview

Includes 6 official skills: refine-tests, phpcs-check-fix, code-convention, owasp-security, research, interview-me.

### Top skills in this package

- refine-tests: Official FIGLAB skill from figlabhq/agent-skills.
- phpcs-check-fix: Official FIGLAB skill from figlabhq/agent-skills.
- code-convention: Official FIGLAB skill from figlabhq/agent-skills.
- owasp-security: Official FIGLAB skill from figlabhq/agent-skills.
- research: Official FIGLAB skill from figlabhq/agent-skills.
- interview-me: Official FIGLAB skill from figlabhq/agent-skills.

### Install

Install the full package:

```bash
npx skills add figlabhq/agent-skills -y
```

Install a specific skill:

```bash
npx skills add figlabhq/agent-skills@refine-tests -y
```

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

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