# Genocs Services AI Agent Skills

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

Browse 5 official AI agent skills across 1 Genocs Services repository, with install commands and source links.

Official page: https://skillscout.sh/official/genocs/
Markdown page: https://skillscout.sh/official/genocs/genocs_skills_skillscout.md
Vendor website: https://github.com/genocs

## Prompt for your agent

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

### genocs/genocs-library

Includes 5 official skills: changelog-writer, csharp-backend-developer, genocs-agent-documentation, saga-writer, webapi-builder.

Install:

```bash
npx skills add genocs/genocs-library -y
```

Source: https://github.com/Genocs/genocs-library

## Individual skills

### changelog-writer

Official Genocs Services skill from genocs/genocs-library.

Install:

```bash
npx skills add genocs/genocs-library@changelog-writer -y
```

Package: genocs/genocs-library
Source: https://github.com/genocs/genocs-library/tree/HEAD/.codex/skills/changelog-writer

### csharp-backend-developer

Official Genocs Services skill from genocs/genocs-library.

Install:

```bash
npx skills add genocs/genocs-library@csharp-backend-developer -y
```

Package: genocs/genocs-library
Source: https://github.com/Genocs/genocs-library/tree/main/.claude/skills/csharp-backend-developer

### genocs-agent-documentation

Official Genocs Services skill from genocs/genocs-library.

Install:

```bash
npx skills add genocs/genocs-library@genocs-agent-documentation -y
```

Package: genocs/genocs-library
Source: https://github.com/Genocs/genocs-library/tree/main/.cursor/skills/genocs-agent-documentation

### saga-writer

Official Genocs Services skill from genocs/genocs-library.

Install:

```bash
npx skills add genocs/genocs-library@saga-writer -y
```

Package: genocs/genocs-library
Source: https://github.com/Genocs/genocs-library/tree/main/.codex/skills/saga-writer

### webapi-builder

Official Genocs Services skill from genocs/genocs-library.

Install:

```bash
npx skills add genocs/genocs-library@webapi-builder -y
```

Package: genocs/genocs-library
Source: https://github.com/Genocs/genocs-library/tree/main/.claude/skills/webapi-builder

## genocs/genocs-library package overview

Includes 5 official skills: changelog-writer, csharp-backend-developer, genocs-agent-documentation, saga-writer, webapi-builder.

### Top skills in this package

- changelog-writer: Official Genocs Services skill from genocs/genocs-library.
- csharp-backend-developer: Official Genocs Services skill from genocs/genocs-library.
- genocs-agent-documentation: Official Genocs Services skill from genocs/genocs-library.
- saga-writer: Official Genocs Services skill from genocs/genocs-library.
- webapi-builder: Official Genocs Services skill from genocs/genocs-library.

### Install

Install the full package:

```bash
npx skills add genocs/genocs-library -y
```

Install a specific skill:

```bash
npx skills add genocs/genocs-library@changelog-writer -y
```

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

Source: https://github.com/genocs/genocs-library#readme
