# Fiscozen AI Agent Skills

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

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

Official page: https://skillscout.sh/official/fiscozen/
Markdown page: https://skillscout.sh/official/fiscozen/fiscozen_skills_skillscout.md
Vendor website: https://www.fiscozen.it/

## Prompt for your agent

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

### fiscozen/design_system

Includes 2 official skills: code-review, git-advisor.

Install:

```bash
npx skills add fiscozen/design_system -y
```

Source: https://github.com/fiscozen/design_system

## Individual skills

### code-review

Official Fiscozen skill from fiscozen/design_system.

Install:

```bash
npx skills add fiscozen/design_system@code-review -y
```

Package: fiscozen/design_system
Source: https://github.com/fiscozen/design_system/tree/main/.claude/skills/code-review

### git-advisor

Official Fiscozen skill from fiscozen/design_system.

Install:

```bash
npx skills add fiscozen/design_system@git-advisor -y
```

Package: fiscozen/design_system
Source: https://github.com/fiscozen/design_system/tree/main/.claude/skills/git-advisor

## fiscozen/design_system package overview

Includes 2 official skills: code-review, git-advisor.

### Top skills in this package

- code-review: Official Fiscozen skill from fiscozen/design_system.
- git-advisor: Official Fiscozen skill from fiscozen/design_system.

### Install

Install the full package:

```bash
npx skills add fiscozen/design_system -y
```

Install a specific skill:

```bash
npx skills add fiscozen/design_system@code-review -y
```

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

Source: https://github.com/fiscozen/design_system#readme
