# Humanizr AI Agent Skills

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

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

Official page: https://skillscout.sh/official/humanizr/
Markdown page: https://skillscout.sh/official/humanizr/humanizr_skills_skillscout.md
Vendor website: http://humanizr.net/

## Prompt for your agent

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

### humanizr/humanizer

Includes 2 official skills: add-locale, add-locale-batch.

Install:

```bash
npx skills add humanizr/humanizer -y
```

Source: https://github.com/Humanizr/Humanizer

## Individual skills

### add-locale

Official Humanizr skill from humanizr/humanizer.

Install:

```bash
npx skills add humanizr/humanizer@add-locale -y
```

Package: humanizr/humanizer
Source: https://github.com/Humanizr/Humanizer/tree/main/.agents/skills/add-locale

### add-locale-batch

Official Humanizr skill from humanizr/humanizer.

Install:

```bash
npx skills add humanizr/humanizer@add-locale-batch -y
```

Package: humanizr/humanizer
Source: https://github.com/Humanizr/Humanizer/tree/main/.agents/skills/add-locale-batch

## humanizr/humanizer package overview

Includes 2 official skills: add-locale, add-locale-batch.

### Top skills in this package

- add-locale: Official Humanizr skill from humanizr/humanizer.
- add-locale-batch: Official Humanizr skill from humanizr/humanizer.

### Install

Install the full package:

```bash
npx skills add humanizr/humanizer -y
```

Install a specific skill:

```bash
npx skills add humanizr/humanizer@add-locale -y
```

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

Source: https://github.com/humanizr/humanizer#readme
