# Symfony AI Agent Skills

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

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

Official page: https://skillscout.sh/official/symfony/
Markdown page: https://skillscout.sh/official/symfony/symfony_skills_skillscout.md
Vendor website: https://symfony.com/

## Prompt for your agent

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

### symfony/ai

Includes 7 official skills: demo-skill, php-environment-check, symfony-log-investigation, symfony-profiler-debugging, symfony-request-triage, symfony-service-inspection.

Install:

```bash
npx skills add symfony/ai -y
```

Source: https://github.com/symfony/ai

## Individual skills

### demo-skill

Official Symfony skill from symfony/ai.

Install:

```bash
npx skills add symfony/ai@demo-skill -y
```

Package: symfony/ai
Source: https://github.com/symfony/ai/tree/HEAD/src/mate/tests/discovery/fixtures/with-skills/vendor/vendor/package-with-skills/skills/demo-skill

### php-environment-check

Official Symfony skill from symfony/ai.

Install:

```bash
npx skills add symfony/ai@php-environment-check -y
```

Package: symfony/ai
Source: https://github.com/symfony/ai/tree/HEAD/src/mate/skills/php-environment-check

### symfony-log-investigation

Official Symfony skill from symfony/ai.

Install:

```bash
npx skills add symfony/ai@symfony-log-investigation -y
```

Package: symfony/ai
Source: https://github.com/symfony/ai/tree/HEAD/src/mate/src/bridge/monolog/skills/symfony-log-investigation

### symfony-profiler-debugging

Official Symfony skill from symfony/ai.

Install:

```bash
npx skills add symfony/ai@symfony-profiler-debugging -y
```

Package: symfony/ai
Source: https://github.com/symfony/ai/tree/HEAD/src/mate/src/bridge/symfony/skills/symfony-profiler-debugging

### symfony-request-triage

Official Symfony skill from symfony/ai.

Install:

```bash
npx skills add symfony/ai@symfony-request-triage -y
```

Package: symfony/ai
Source: https://github.com/symfony/ai/tree/HEAD/src/mate/src/bridge/symfony/skills/symfony-request-triage

### symfony-service-inspection

Official Symfony skill from symfony/ai.

Install:

```bash
npx skills add symfony/ai@symfony-service-inspection -y
```

Package: symfony/ai
Source: https://github.com/symfony/ai/tree/HEAD/src/mate/src/bridge/symfony/skills/symfony-service-inspection

### system-information

Official Symfony skill from symfony/ai.

Install:

```bash
npx skills add symfony/ai@system-information -y
```

Package: symfony/ai
Source: https://github.com/symfony/ai/tree/HEAD/src/mate/skills/system-information

## symfony/ai package overview

Includes 7 official skills: demo-skill, php-environment-check, symfony-log-investigation, symfony-profiler-debugging, symfony-request-triage, symfony-service-inspection.

### Top skills in this package

- demo-skill: Official Symfony skill from symfony/ai.
- php-environment-check: Official Symfony skill from symfony/ai.
- symfony-log-investigation: Official Symfony skill from symfony/ai.
- symfony-profiler-debugging: Official Symfony skill from symfony/ai.
- symfony-request-triage: Official Symfony skill from symfony/ai.
- symfony-service-inspection: Official Symfony skill from symfony/ai.
- system-information: Official Symfony skill from symfony/ai.

### Install

Install the full package:

```bash
npx skills add symfony/ai -y
```

Install a specific skill:

```bash
npx skills add symfony/ai@demo-skill -y
```

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

Source: https://github.com/symfony/ai#readme
