
Playwriter
- 24 installs
- 14 repo stars
- Updated July 28, 2026
- samhvw8/dotfiles
Helps with ai & agent building tasks.
About
playwriter is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- playwriter
- AI & Agent Building
- AI-coding skill
Playwriter by the numbers
- 24 all-time installs (skills.sh)
- +1 installs in the week ending Jul 26, 2026 (Skillselion tracking)
- Ranked #9,858 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/samhvw8/dotfiles --skill playwriterAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 24 |
|---|---|
| repo stars | ★ 14 |
| Last updated | July 28, 2026 |
| Repository | samhvw8/dotfiles ↗ |
What it does
Helps with ai & agent building tasks.
Files
Quick Start
# Get a session ID first
playwriter session new
# => 1
# Execute code with your session
playwriter -s 1 -e "await page.goto('https://example.com')"
playwriter -s 1 -e "console.log(await accessibilitySnapshot({ page }))"
playwriter -s 1 -e "await page.screenshot({ path: 'shot.png', scale: 'css' })"If playwriter is not found, use npx playwriter@latest or bunx playwriter@latest.
Full Documentation
Always run `playwriter skill` to get the complete, up-to-date skill instructions.
The skill command outputs detailed docs on:
- Session management
- Context variables (
state,page,context) - Best practices and rules
- Accessibility snapshots and screenshots
- Selector strategies
- Working with pages, navigation, popups, downloads
- Utility functions (
getCleanHTML,getCDPSession,createDebugger, etc.) - Network interception for API scraping
- And more...
playwriter skillRelated skills
AI & Agent Buildingagents