# 달레 스터디 AI Agent Skills

달레 스터디 publishes official AI agent skills for its tools, services, and developer workflows.

Browse 10 official AI agent skills across 1 달레 스터디 repository, with install commands and source links.

Official page: https://skillscout.sh/official/dalestudy/
Markdown page: https://skillscout.sh/official/dalestudy/dalestudy_skills_skillscout.md
Vendor website: https://www.dalestudy.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/dalestudy/dalestudy_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant 달레 스터디 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

### dalestudy/skills

Includes 10 official skills: storybook, github-actions, bun, skill-creator, typescript, testing.

Install:

```bash
npx skills add dalestudy/skills -y
```

Source: https://github.com/DaleStudy/skills

## Individual skills

### storybook

Official 달레 스터디 skill from dalestudy/skills.

Install:

```bash
npx skills add dalestudy/skills@storybook -y
```

Package: dalestudy/skills
Source: https://github.com/DaleStudy/skills/tree/main/skills/storybook

### github-actions

Official 달레 스터디 skill from dalestudy/skills.

Install:

```bash
npx skills add dalestudy/skills@github-actions -y
```

Package: dalestudy/skills
Source: https://github.com/DaleStudy/skills/tree/main/skills/github-actions

### bun

Official 달레 스터디 skill from dalestudy/skills.

Install:

```bash
npx skills add dalestudy/skills@bun -y
```

Package: dalestudy/skills
Source: https://github.com/DaleStudy/skills/tree/main/skills/bun

### skill-creator

Official 달레 스터디 skill from dalestudy/skills.

Install:

```bash
npx skills add dalestudy/skills@skill-creator -y
```

Package: dalestudy/skills
Source: https://github.com/dalestudy/skills/tree/HEAD/skills/skill-creator

### typescript

Official 달레 스터디 skill from dalestudy/skills.

Install:

```bash
npx skills add dalestudy/skills@typescript -y
```

Package: dalestudy/skills
Source: https://github.com/dalestudy/skills/tree/HEAD/skills/typescript

### testing

Official 달레 스터디 skill from dalestudy/skills.

Install:

```bash
npx skills add dalestudy/skills@testing -y
```

Package: dalestudy/skills
Source: https://github.com/DaleStudy/skills/tree/main/skills/testing

### git

Official 달레 스터디 skill from dalestudy/skills.

Install:

```bash
npx skills add dalestudy/skills@git -y
```

Package: dalestudy/skills
Source: https://github.com/DaleStudy/skills/tree/main/skills/git

### github

Official 달레 스터디 skill from dalestudy/skills.

Install:

```bash
npx skills add dalestudy/skills@github -y
```

Package: dalestudy/skills
Source: https://github.com/DaleStudy/skills/tree/main/skills/github

### react

Official 달레 스터디 skill from dalestudy/skills.

Install:

```bash
npx skills add dalestudy/skills@react -y
```

Package: dalestudy/skills
Source: https://github.com/DaleStudy/skills/tree/main/skills/react

### mcp

Official 달레 스터디 skill from dalestudy/skills.

Install:

```bash
npx skills add dalestudy/skills@mcp -y
```

Package: dalestudy/skills
Source: https://github.com/DaleStudy/skills/tree/main/skills/mcp

## dalestudy/skills package overview

Includes 10 official skills: storybook, github-actions, bun, skill-creator, typescript, testing.

### Top skills in this package

- storybook: Official 달레 스터디 skill from dalestudy/skills.
- github-actions: Official 달레 스터디 skill from dalestudy/skills.
- bun: Official 달레 스터디 skill from dalestudy/skills.
- skill-creator: Official 달레 스터디 skill from dalestudy/skills.
- typescript: Official 달레 스터디 skill from dalestudy/skills.
- testing: Official 달레 스터디 skill from dalestudy/skills.
- git: Official 달레 스터디 skill from dalestudy/skills.
- github: Official 달레 스터디 skill from dalestudy/skills.

### Install

Install the full package:

```bash
npx skills add dalestudy/skills -y
```

Install a specific skill:

```bash
npx skills add dalestudy/skills@storybook -y
```

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

Source: https://github.com/dalestudy/skills#readme
