| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-20 | 991 Bytes | |
| v4.0.1 - Documentation Improvements source code.tar.gz | 2025-10-20 | 18.7 kB | |
| v4.0.1 - Documentation Improvements source code.zip | 2025-10-20 | 24.1 kB | |
| Totals: 3 Items | 43.8 kB | 0 | |
Documentation Improvements
This release focuses on improving the README for better clarity and professionalism:
Changes
- Removed gimmicky elements (checkmarks, tagline footer)
- Streamlined installation and verification instructions
- Condensed all sections for better readability
- Removed changelog section from README
- Reorganized content flow - moved "What is a Claude Skill?" to the end for better information hierarchy
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
Full Changelog: https://github.com/lackeyjb/playwright-skill/compare/v4.0.0...v4.0.1