# Nützliche.IT AI Agent Skills

Nützliche.IT publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 2 Nützliche.IT repositories, with install commands and source links.

Official page: https://skillscout.sh/official/nuetzliches/
Markdown page: https://skillscout.sh/official/nuetzliches/nuetzliches_skills_skillscout.md
Vendor website: https://www.xn--ntzliche-65a.it/

## Prompt for your agent

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

### nuetzliches/composit

Includes 3 official skills: agent_spec, docs, heading-only.

Install:

```bash
npx skills add nuetzliches/composit -y
```

Source: https://github.com/nuetzliches/composit

### nuetzliches/powerbrain

Includes 1 official skill: querying-knowledge-base.

Install:

```bash
npx skills add nuetzliches/powerbrain -y
```

Source: https://github.com/nuetzliches/powerbrain

## Individual skills

### agent_spec

Official Nützliche.IT skill from nuetzliches/composit.

Install:

```bash
npx skills add nuetzliches/composit@agent_spec -y
```

Package: nuetzliches/composit
Source: https://github.com/nuetzliches/composit/tree/main/tests/fixtures/agent_spec

### docs

Official Nützliche.IT skill from nuetzliches/composit.

Install:

```bash
npx skills add nuetzliches/composit@docs -y
```

Package: nuetzliches/composit
Source: https://github.com/nuetzliches/composit/tree/HEAD/tests/fixtures/agent_spec/docs

### heading-only

Official Nützliche.IT skill from nuetzliches/composit.

Install:

```bash
npx skills add nuetzliches/composit@heading-only -y
```

Package: nuetzliches/composit
Source: https://github.com/nuetzliches/composit/tree/HEAD/tests/fixtures/agent_spec/skills/heading-only

### querying-knowledge-base

Official Nützliche.IT skill from nuetzliches/powerbrain.

Install:

```bash
npx skills add nuetzliches/powerbrain@querying-knowledge-base -y
```

Package: nuetzliches/powerbrain
Source: https://github.com/nuetzliches/powerbrain/tree/master/skills/querying-knowledge-base

## nuetzliches/composit package overview

Includes 3 official skills: agent_spec, docs, heading-only.

### Top skills in this package

- agent_spec: Official Nützliche.IT skill from nuetzliches/composit.
- docs: Official Nützliche.IT skill from nuetzliches/composit.
- heading-only: Official Nützliche.IT skill from nuetzliches/composit.

### Install

Install the full package:

```bash
npx skills add nuetzliches/composit -y
```

Install a specific skill:

```bash
npx skills add nuetzliches/composit@agent_spec -y
```

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

Source: https://github.com/nuetzliches/composit#readme
