DEV Community

Agus Sudarmanto
Agus Sudarmanto

Posted on

Agent Skills

Skills teach coding agents how to code or to use tools effectively, providing structured reference documentation that agents can discover and use.

Here are some of skills, i have install:

# Playwright Skills

The installed skill includes detailed reference guides for common tasks:

  • Running and Debugging Playwright tests — run, debug and manage Playwright test suites
  • Request mocking — intercept and mock network requests
  • Running Playwright code — execute arbitrary Playwright scripts
  • Browser session management — manage multiple browser sessions
  • Storage state (cookies, localStorage) — persist and restore browser state
  • Test generation — generate Playwright tests from interactions
  • Tracing — record and inspect execution traces
  • Video recording — capture browser session videos
  • Inspecting element attributes — get element attributes not visible in snapshots

Playwright CLI skill from Microsoft npx skills add https://github.com/microsoft/playwright-cli --skill playwright-cli

Playwright best practices skill from Current Dev npx skills add https://github.com/currents-dev/playwright-best-practices-skill.

Playwright skill from TestDino npx skills add testdino-hq/playwright-skill

Prerequisites ChecklistIf your terminal returns an error after fixing the npx command, ensure you have set up the core binaries:

  1. Install the CLI globally: npm install -g @playwright/cli@latest
  2. Install the browsers: playwright-cli install-browser
  3. Link native agent skills: playwright-cli install --skills

Top comments (0)