What it does
QASkills.sh is an open-source directory of 450+ QA testing skills for AI coding agents. Its CLI detects the active agent and installs each skill into the appropriate configuration format for Claude Code, Cursor, GitHub Copilot, Codex CLI, Windsurf, and 30+ supported agents.
How QA teams use it
- Browse the directory for a QA testing skill that matches a specific need — a framework, a testing type, or a workflow step.
- Install a chosen skill with
npx @qaskills/cli add <skill-name>and let the CLI detect the active coding agent. - Use it as a lighter-weight, install-on-demand alternative to pulling in a full curated collection.
Setup
Install any listed skill with npx @qaskills/cli add <skill-name>.
Notes
The directory supports 30+ coding agents, but compatibility can vary by individual skill. Check the supported-agent list on a skill page before standardizing it across a team.
