# Wafflestudio AI Agent Skills

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

Browse 5 official AI agent skills across 2 Wafflestudio repositories, with install commands and source links.

Official page: https://skillscout.sh/official/wafflestudio/
Markdown page: https://skillscout.sh/official/wafflestudio/wafflestudio_skills_skillscout.md
Vendor website: https://wafflestudio.com/

## Prompt for your agent

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

### wafflestudio/snutt-ios

Includes 3 official skills: deploy, gh-inspect-deploy-run, swiftui-expert-skill.

Install:

```bash
npx skills add wafflestudio/snutt-ios -y
```

Source: https://github.com/wafflestudio/snutt-ios

### wafflestudio/snutt-android

Includes 2 official skills: screenshot-sync, viewmodel-test.

Install:

```bash
npx skills add wafflestudio/snutt-android -y
```

Source: https://github.com/wafflestudio/snutt-android

## Individual skills

### deploy

Official Wafflestudio skill from wafflestudio/snutt-ios.

Install:

```bash
npx skills add wafflestudio/snutt-ios@deploy -y
```

Package: wafflestudio/snutt-ios
Source: https://github.com/wafflestudio/snutt-ios/tree/master/.agents/skills/deploy

### gh-inspect-deploy-run

Official Wafflestudio skill from wafflestudio/snutt-ios.

Install:

```bash
npx skills add wafflestudio/snutt-ios@gh-inspect-deploy-run -y
```

Package: wafflestudio/snutt-ios
Source: https://github.com/wafflestudio/snutt-ios/tree/master/.agents/skills/gh-inspect-deploy-run

### swiftui-expert-skill

Official Wafflestudio skill from wafflestudio/snutt-ios.

Install:

```bash
npx skills add wafflestudio/snutt-ios@swiftui-expert-skill -y
```

Package: wafflestudio/snutt-ios
Source: https://github.com/wafflestudio/snutt-ios/tree/HEAD/.agents/skills/swiftui-expert-skill

### screenshot-sync

Official Wafflestudio skill from wafflestudio/snutt-android.

Install:

```bash
npx skills add wafflestudio/snutt-android@screenshot-sync -y
```

Package: wafflestudio/snutt-android
Source: https://github.com/wafflestudio/snutt-android/tree/develop/.claude/skills/screenshot-sync

### viewmodel-test

Official Wafflestudio skill from wafflestudio/snutt-android.

Install:

```bash
npx skills add wafflestudio/snutt-android@viewmodel-test -y
```

Package: wafflestudio/snutt-android
Source: https://github.com/wafflestudio/snutt-android/tree/develop/.claude/skills/viewmodel-test

## wafflestudio/snutt-ios package overview

Includes 3 official skills: deploy, gh-inspect-deploy-run, swiftui-expert-skill.

### Top skills in this package

- deploy: Official Wafflestudio skill from wafflestudio/snutt-ios.
- gh-inspect-deploy-run: Official Wafflestudio skill from wafflestudio/snutt-ios.
- swiftui-expert-skill: Official Wafflestudio skill from wafflestudio/snutt-ios.

### Install

Install the full package:

```bash
npx skills add wafflestudio/snutt-ios -y
```

Install a specific skill:

```bash
npx skills add wafflestudio/snutt-ios@deploy -y
```

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

Source: https://github.com/wafflestudio/snutt-ios#readme
