# Hitobito AI Agent Skills

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

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

Official page: https://skillscout.sh/official/hitobito/
Markdown page: https://skillscout.sh/official/hitobito/hitobito_skills_skillscout.md
Vendor website: https://github.com/hitobito

## Prompt for your agent

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

### hitobito/hitobito

Includes 3 official skills: development, fixing-a-bug, refactoring.

Install:

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

Source: https://github.com/hitobito/hitobito

## Individual skills

### development

Official Hitobito skill from hitobito/hitobito.

Install:

```bash
npx skills add hitobito/hitobito@development -y
```

Package: hitobito/hitobito
Source: https://github.com/hitobito/hitobito/tree/master/.agents/skills/development

### fixing-a-bug

Official Hitobito skill from hitobito/hitobito.

Install:

```bash
npx skills add hitobito/hitobito@fixing-a-bug -y
```

Package: hitobito/hitobito
Source: https://github.com/hitobito/hitobito/tree/master/.agents/skills/fixing-a-bug

### refactoring

Official Hitobito skill from hitobito/hitobito.

Install:

```bash
npx skills add hitobito/hitobito@refactoring -y
```

Package: hitobito/hitobito
Source: https://github.com/hitobito/hitobito/tree/master/.agents/skills/refactoring

## hitobito/hitobito package overview

Includes 3 official skills: development, fixing-a-bug, refactoring.

### Top skills in this package

- development: Official Hitobito skill from hitobito/hitobito.
- fixing-a-bug: Official Hitobito skill from hitobito/hitobito.
- refactoring: Official Hitobito skill from hitobito/hitobito.

### Install

Install the full package:

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

Install a specific skill:

```bash
npx skills add hitobito/hitobito@development -y
```

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

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