# Atyantik AI Agent Skills

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

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

Official page: https://skillscout.sh/official/atyantik/
Markdown page: https://skillscout.sh/official/atyantik/atyantik_skills_skillscout.md
Vendor website: https://atyantik.com/

## Prompt for your agent

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

### atyantik/python-modern-template

Includes 4 official skills: coverage-analyzer, quality-fixer, session-template, test-generator.

Install:

```bash
npx skills add atyantik/python-modern-template -y
```

Source: https://github.com/Atyantik/python-modern-template

## Individual skills

### coverage-analyzer

Official Atyantik skill from atyantik/python-modern-template.

Install:

```bash
npx skills add atyantik/python-modern-template@coverage-analyzer -y
```

Package: atyantik/python-modern-template
Source: https://github.com/Atyantik/python-modern-template/tree/main/.claude/skills/coverage-analyzer

### quality-fixer

Official Atyantik skill from atyantik/python-modern-template.

Install:

```bash
npx skills add atyantik/python-modern-template@quality-fixer -y
```

Package: atyantik/python-modern-template
Source: https://github.com/Atyantik/python-modern-template/tree/main/.claude/skills/quality-fixer

### session-template

Official Atyantik skill from atyantik/python-modern-template.

Install:

```bash
npx skills add atyantik/python-modern-template@session-template -y
```

Package: atyantik/python-modern-template
Source: https://github.com/Atyantik/python-modern-template/tree/main/.claude/skills/session-template

### test-generator

Official Atyantik skill from atyantik/python-modern-template.

Install:

```bash
npx skills add atyantik/python-modern-template@test-generator -y
```

Package: atyantik/python-modern-template
Source: https://github.com/Atyantik/python-modern-template/tree/main/.claude/skills/test-generator

## atyantik/python-modern-template package overview

Includes 4 official skills: coverage-analyzer, quality-fixer, session-template, test-generator.

### Top skills in this package

- coverage-analyzer: Official Atyantik skill from atyantik/python-modern-template.
- quality-fixer: Official Atyantik skill from atyantik/python-modern-template.
- session-template: Official Atyantik skill from atyantik/python-modern-template.
- test-generator: Official Atyantik skill from atyantik/python-modern-template.

### Install

Install the full package:

```bash
npx skills add atyantik/python-modern-template -y
```

Install a specific skill:

```bash
npx skills add atyantik/python-modern-template@coverage-analyzer -y
```

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

Source: https://github.com/atyantik/python-modern-template#readme
