Download Latest Version v4.1.0 source code.tar.gz (20.4 kB)
Email in envelope

Get an email when there's a new version of Playwright Skill for Claude Code

Home / v3.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-10-19 1.5 kB
v3.2.0 - Plugin Structure Fix source code.tar.gz 2025-10-19 17.7 kB
v3.2.0 - Plugin Structure Fix source code.zip 2025-10-19 23.4 kB
Totals: 3 Items   42.6 kB 0

What's Changed

This release fixes the plugin structure to properly comply with Claude Code's plugin schema requirements.

Structural Changes

  • Fixed plugin.json schema - Removed invalid skills field and corrected author and repository formats to match Claude Code validation requirements
  • Reorganized directory structure - Moved skill files into skills/playwright-skill/ subdirectory following standard Claude Code plugin conventions
  • Updated documentation - README now reflects the new nested directory structure for both manual and plugin installations

Installation

Via Plugin System (Recommended): ```bash /plugin marketplace add lackeyjb/playwright-skill /plugin install playwright-skill@playwright-skill cd ~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill npm run setup ```

Manual Installation: ```bash cd ~/.claude/skills git clone https://github.com/lackeyjb/playwright-skill.git cd playwright-skill/skills/playwright-skill npm run setup ```

Breaking Changes

  • Directory structure has changed - manual installers should reinstall or adjust paths
  • Skill files now located in `skills/playwright-skill/` subdirectory

Bug Fixes

  • Fixed plugin.json validation errors preventing installation via Claude Code plugin system
  • Corrected plugin structure to match official Claude Code schema

Full Changelog: https://github.com/lackeyjb/playwright-skill/compare/v3.1.0...v3.2.0

Source: README.md, updated 2025-10-19