Get Started in 30 Seconds
Install your first QA testing skill into your AI agent.
Prerequisites: You need Node.js 18+ and npx available in your terminal.
1
Choose your agent and pick a skill
Select the AI agent you use and pick a starter skill. The install command updates automatically.
Claude Code— Anthropic CLI coding agent
Config directory:
~/.claudeSkills file:
CLAUDE.mdInstall method:
symlinknpx qaskills add playwright-e2e2
Run the install command
Copy the command above and run it in your terminal. The CLI automatically detects your agent and installs the skill to the right config directory.
$ npx qaskills add playwright-e2e
✓ Detected agent: Claude Code
✓ Downloading skill...
✓ Installing to ~/.claude/commands
✓ Done! Skill installed successfully.
3
Verify it works
Open your AI agent and ask it to write a test. It will now use the patterns and best practices from your installed skill. Try prompts like:
- →"Write an E2E test for the login page using page objects"
- →"Create a test that checks accessibility on the homepage"
- →"Set up a performance test for the checkout flow"