# Transi Store AI Agent Skills

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

Browse 6 official AI agent skills across 1 Transi Store repository, with install commands and source links.

Official page: https://skillscout.sh/official/transi-store/
Markdown page: https://skillscout.sh/official/transi-store/transi-store_skills_skillscout.md
Vendor website: https://transi-store.com/

## Prompt for your agent

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

### transi-store/transi-store

Includes 6 official skills: update-database-schema, create-pull-request, write-feature-spec, add-api-endpoint, add-react-router-route, i18next-translations.

Install:

```bash
npx skills add transi-store/transi-store -y
```

Source: https://github.com/transi-store/transi-store

## Individual skills

### update-database-schema

Official Transi Store skill from transi-store/transi-store.

Install:

```bash
npx skills add transi-store/transi-store@update-database-schema -y
```

Package: transi-store/transi-store
Source: https://github.com/transi-store/transi-store/tree/main/.agents/skills/update-database-schema

### create-pull-request

Official Transi Store skill from transi-store/transi-store.

Install:

```bash
npx skills add transi-store/transi-store@create-pull-request -y
```

Package: transi-store/transi-store
Source: https://github.com/transi-store/transi-store/tree/main/.agents/skills/create-pull-request

### write-feature-spec

Official Transi Store skill from transi-store/transi-store.

Install:

```bash
npx skills add transi-store/transi-store@write-feature-spec -y
```

Package: transi-store/transi-store
Source: https://github.com/transi-store/transi-store/tree/main/.agents/skills/write-feature-spec

### add-api-endpoint

Official Transi Store skill from transi-store/transi-store.

Install:

```bash
npx skills add transi-store/transi-store@add-api-endpoint -y
```

Package: transi-store/transi-store
Source: https://github.com/transi-store/transi-store/tree/main/.agents/skills/add-api-endpoint

### add-react-router-route

Official Transi Store skill from transi-store/transi-store.

Install:

```bash
npx skills add transi-store/transi-store@add-react-router-route -y
```

Package: transi-store/transi-store
Source: https://github.com/transi-store/transi-store/tree/main/.agents/skills/add-react-router-route

### i18next-translations

Official Transi Store skill from transi-store/transi-store.

Install:

```bash
npx skills add transi-store/transi-store@i18next-translations -y
```

Package: transi-store/transi-store
Source: https://github.com/transi-store/transi-store/tree/main/.agents/skills/i18next-translations

## transi-store/transi-store package overview

Includes 6 official skills: update-database-schema, create-pull-request, write-feature-spec, add-api-endpoint, add-react-router-route, i18next-translations.

### Top skills in this package

- update-database-schema: Official Transi Store skill from transi-store/transi-store.
- create-pull-request: Official Transi Store skill from transi-store/transi-store.
- write-feature-spec: Official Transi Store skill from transi-store/transi-store.
- add-api-endpoint: Official Transi Store skill from transi-store/transi-store.
- add-react-router-route: Official Transi Store skill from transi-store/transi-store.
- i18next-translations: Official Transi Store skill from transi-store/transi-store.

### Install

Install the full package:

```bash
npx skills add transi-store/transi-store -y
```

Install a specific skill:

```bash
npx skills add transi-store/transi-store@update-database-schema -y
```

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

Source: https://github.com/transi-store/transi-store#readme
