🎯

ios-workflow-to-playwright

🎯Skill

from neonwatty/claude-skills

VibeIndex|
What it does

Converts iOS workflow documentation generated by the ios-workflow-generator into executable Playwright test scripts for cross-platform browser testing.

ios-workflow-to-playwright

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add neonwatty/claude-skills
Install PluginInstall plugin from marketplace
/plugin install claude-skills@claude-skills --scope project
πŸ“– Extracted from docs: neonwatty/claude-skills
0
-
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# Claude Code Skills Plugin

Skills for [Claude Code](https://claude.ai/code) that leverage browser automation, iOS Simulator control, and interactive questioning.

Installation

```bash

# 1. Add the marketplace

/plugin marketplace add neonwatty/claude-skills

# 2. Install to your project

/plugin install claude-skills@claude-skills --scope project

```

Skills

| Skill | Trigger | Description |

|-------|---------|-------------|

| validator | "validate", "run checks" | Auto-detects project type, runs linting/tests/type checking |

| pr-creator | "create pr" | Commits, creates PR, monitors CI until green |

| feature-interview | "new feature", "plan a feature" | Deep Q&A about requirements, writes implementation plan |

| bug-interview | "found a bug", "let's work on this bug" | Systematic bug diagnosis, writes investigation plan |

| think-through | "think through", "help me think about" | Socratic exploration of technical ideas (apps, products, tools) |

| browser-workflow-generator | "generate browser workflows" | Explores codebase, creates user workflow docs |

| browser-workflow-executor | "run browser workflows" | Executes workflows via Chrome MCP |

| ios-workflow-generator | "generate ios workflows" | Explores iOS app, creates workflow docs |

| ios-workflow-executor | "run ios workflows" | Executes workflows via iOS Simulator MCP |

Local Development

If you're iterating on these skills locally:

```bash

# Load local version instead of cached plugin

claude --plugin-dir /path/to/claude-skills

```

Don't install the plugin in projects where you're actively developing itβ€”the installed version is cached and won't reflect your local changes until pushed.

Requirements

  • Browser skills: Claude-in-Chrome MCP
  • iOS skills: iOS Simulator MCP
  • PR creator: [GitHub CLI](https://cli.github.com/) (gh)