# Telekom Open Source Software AI Agent Skills

Telekom Open Source Software publishes official AI agent skills for its tools, services, and developer workflows.

Browse 8 official AI agent skills across 2 Telekom Open Source Software repositories, with install commands and source links.

Official page: https://skillscout.sh/official/telekom/
Markdown page: https://skillscout.sh/official/telekom/telekom_skills_skillscout.md
Vendor website: https://www.telekom.com/

## Prompt for your agent

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

### telekom/controlplane

Includes 1 official skill: review-pr.

Install:

```bash
npx skills add telekom/controlplane -y
```

Source: https://github.com/telekom/controlplane

### telekom/better-code

Includes 7 official skills: architect, assess, decompose, discover, implement, setup.

Install:

```bash
npx skills add telekom/better-code -y
```

Source: https://github.com/telekom/better-code

## Individual skills

### review-pr

Official Telekom Open Source Software skill from telekom/controlplane.

Install:

```bash
npx skills add telekom/controlplane@review-pr -y
```

Package: telekom/controlplane
Source: https://github.com/telekom/controlplane/tree/main/.github/skills/review-pr

### architect

Official Telekom Open Source Software skill from telekom/better-code.

Install:

```bash
npx skills add telekom/better-code@architect -y
```

Package: telekom/better-code
Source: https://github.com/telekom/better-code/tree/main/demo/one-modernizer/skills/architect

### assess

Official Telekom Open Source Software skill from telekom/better-code.

Install:

```bash
npx skills add telekom/better-code@assess -y
```

Package: telekom/better-code
Source: https://github.com/telekom/better-code/tree/main/demo/one-modernizer/skills/assess

### decompose

Official Telekom Open Source Software skill from telekom/better-code.

Install:

```bash
npx skills add telekom/better-code@decompose -y
```

Package: telekom/better-code
Source: https://github.com/telekom/better-code/tree/main/demo/one-modernizer/skills/decompose

### discover

Official Telekom Open Source Software skill from telekom/better-code.

Install:

```bash
npx skills add telekom/better-code@discover -y
```

Package: telekom/better-code
Source: https://github.com/telekom/better-code/tree/main/demo/one-modernizer/skills/discover

### implement

Official Telekom Open Source Software skill from telekom/better-code.

Install:

```bash
npx skills add telekom/better-code@implement -y
```

Package: telekom/better-code
Source: https://github.com/telekom/better-code/tree/main/demo/one-modernizer/skills/implement

### setup

Official Telekom Open Source Software skill from telekom/better-code.

Install:

```bash
npx skills add telekom/better-code@setup -y
```

Package: telekom/better-code
Source: https://github.com/telekom/better-code/tree/main/demo/one-modernizer/skills/setup

### validate

Official Telekom Open Source Software skill from telekom/better-code.

Install:

```bash
npx skills add telekom/better-code@validate -y
```

Package: telekom/better-code
Source: https://github.com/telekom/better-code/tree/main/demo/one-modernizer/skills/validate

## telekom/controlplane package overview

Includes 1 official skill: review-pr.

### Top skills in this package

- review-pr: Official Telekom Open Source Software skill from telekom/controlplane.

### Install

Install the full package:

```bash
npx skills add telekom/controlplane -y
```

Install a specific skill:

```bash
npx skills add telekom/controlplane@review-pr -y
```

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

Source: https://github.com/telekom/controlplane#readme
