# Slashwhy AI Agent Skills

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

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

Official page: https://skillscout.sh/official/slashwhy/
Markdown page: https://skillscout.sh/official/slashwhy/slashwhy_skills_skillscout.md
Vendor website: https://slashwhy.de/

## Prompt for your agent

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

### slashwhy/super-todo

Includes 11 official skills: vue-composables, architectural-documentation, backend-routes, code-documentation, e2e-testing, pinia-stores.

Install:

```bash
npx skills add slashwhy/super-todo -y
```

Source: https://github.com/slashwhy/super-todo

## Individual skills

### vue-composables

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@vue-composables -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/vue-composables

### architectural-documentation

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@architectural-documentation -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/architectural-documentation

### backend-routes

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@backend-routes -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/backend-routes

### code-documentation

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@code-documentation -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/code-documentation

### e2e-testing

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@e2e-testing -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/e2e-testing

### pinia-stores

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@pinia-stores -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/pinia-stores

### prisma-database

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@prisma-database -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/prisma-database

### security-review

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@security-review -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/security-review

### styling

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@styling -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/styling

### unit-testing

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@unit-testing -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/unit-testing

### vue-components

Official Slashwhy skill from slashwhy/super-todo.

Install:

```bash
npx skills add slashwhy/super-todo@vue-components -y
```

Package: slashwhy/super-todo
Source: https://github.com/slashwhy/super-todo/tree/HEAD/.github/skills/vue-components

## slashwhy/super-todo package overview

Includes 11 official skills: vue-composables, architectural-documentation, backend-routes, code-documentation, e2e-testing, pinia-stores.

### Top skills in this package

- vue-composables: Official Slashwhy skill from slashwhy/super-todo.
- architectural-documentation: Official Slashwhy skill from slashwhy/super-todo.
- backend-routes: Official Slashwhy skill from slashwhy/super-todo.
- code-documentation: Official Slashwhy skill from slashwhy/super-todo.
- e2e-testing: Official Slashwhy skill from slashwhy/super-todo.
- pinia-stores: Official Slashwhy skill from slashwhy/super-todo.
- prisma-database: Official Slashwhy skill from slashwhy/super-todo.
- security-review: Official Slashwhy skill from slashwhy/super-todo.

### Install

Install the full package:

```bash
npx skills add slashwhy/super-todo -y
```

Install a specific skill:

```bash
npx skills add slashwhy/super-todo@vue-composables -y
```

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

Source: https://github.com/slashwhy/super-todo#readme
