Why QASkills.sh?
Among 49,000+ skills on Vercel's skills.sh, barely any are dedicated to QA testing. QASkills.sh fills that gap โ a curated, QA-specific skills directory that gives your AI coding agent expert-level testing knowledge with a single command.
npx @qaskills/cli add playwright-e2e
โ Detected agent: Claude Code
โ Installing playwright-e2e v1.0.0...
โ Skill installed successfully!
Your AI agent now writes Playwright tests using Page Object Model, fixtures, and best practices โ automatically.
Quick Start
1. Install a skill (no global install needed)
npx @qaskills/cli add playwright-e2e
2. Or install globally for faster access
npm i -g @qaskills/cli
qaskills add playwright-e2e
3. Search for skills
npx @qaskills/cli search "api testing"
4. List installed skills
5. Remove a skill
npx @qaskills/cli remove playwright-e2e
6. Or use the MCP server (search and install from inside your agent)
Listed in the official MCP registry as io.github.PramodDutta/qaskills.
claude mcp add qaskills -- npx -y @qaskills/mcp
{
"mcpServers": {
"qaskills": { "command": "npx", "args": ["-y", "@qaskills/mcp"] }
}
}
Your agent gets six tools: search_skills, get_skill, get_skill_content, install_skill, list_categories, get_leaderboard. See packages/mcp.
Feature Highlights
| Feature | Description |
|---|
| 27+ Agents Supported | Claude Code, Cursor, Copilot, Windsurf, Codex, Aider, Cline, Devin, and more |
| Auto-Detection | CLI detects which AI agent you're using and installs to the right config directory |
| 20+ Curated Skills | Expert-reviewed QA testing patterns covering E2E, API, unit, performance, security, and more |
| Skill Packs | Install bundles of related skills in one command |
| Publish Your Own | Create and share skills via the dashboard or CLI |
| Open Source | MIT licensed, community-driven |
Supported Frameworks
Supported AI Agents (27+)
| Agent | Status | Agent | Status |
|---|
| Claude Code | โ
| Cursor | โ
|
| GitHub Copilot | โ
| Windsurf | โ
|
| Codex CLI | โ
| Aider | โ
|
| Continue | โ
| Cline | โ
|
| Zed AI | โ
| Bolt.new | โ
|
| Lovable | โ
| v0 | โ
|
| Devin | โ
| Sourcegraph Cody | โ
|
| Replit Agent | โ
| Amazon Q Developer | โ
|
| JetBrains AI | โ
| Gemini Code Assist | โ
|
| Roo Code | โ
| Augment Code | โ
|
| Trae | โ
| And more... | โ
|
Available Skills
Browse all skills โ
Skill Packs
Install multiple skills at once with curated packs:
| Pack | Includes | Use Case |
|---|
| Full Stack QA | Playwright + Cypress + k6 + OWASP + Jest + Pytest + CI/CD | Complete QA coverage |
| Complete Playwright Suite | E2E + API + Visual + Accessibility | Playwright-focused teams |
| API Testing Toolkit | Playwright API + REST Assured + Postman + Pact + k6 | Backend & API testing |
How It Works
1. SEARCH โ Browse skills on qaskills.sh or search via CLI
2. INSTALL โ npx @qaskills/cli add <skill-name>
3. TEST โ Your AI agent now has QA expertise built-in
The CLI auto-detects which AI agent you're using (Claude Code, Cursor, Copilot, etc.) and installs the skill's SKILL.md to the correct configuration directory. Your agent reads this file and follows the testing patterns automatically.
Publish Your Own Skill
Via the Website
- Go to qaskills.sh/dashboard/publish
- Sign in with GitHub
- Fill in the 5-step form
- Publish!
Via the CLI
npx @qaskills/cli init my-skill
npx @qaskills/cli publish
---
name: My Testing Skill
description: What this skill teaches AI agents
version: 1.0.0
license: MIT
testingTypes: [E2E, API]
frameworks: [Playwright]
languages: [TypeScript]
agents: [claude-code, cursor, copilot]
---
# My Testing Skill
Instructions for the AI agent go here...
Tech Stack
| Layer | Technology |
|---|
| Framework | Next.js 15 (App Router) |
| UI | shadcn/ui + Tailwind CSS v4 |
| Database | Neon Serverless Postgres + Drizzle ORM |
| Search | Typesense |
| Auth | Clerk |
| Cache | Upstash Redis |
| Hosting | Vercel |
| CLI | TypeScript + Commander.js |
| Monorepo | Turborepo + pnpm |
Project Structure
qaskills/
โโโ packages/
โ โโโ web/ # Next.js 15 website & API
โ โโโ cli/ # @qaskills/cli (npm package)
โ โโโ shared/ # Types, constants, Zod schemas, parsers
โ โโโ sdk/ # Programmatic TypeScript SDK
โ โโโ skill-validator/ # SKILL.md validation
โโโ seed-skills/ # 20+ curated QA skill definitions
โโโ landingpage/ # Marketing site
Contributing
We welcome contributions! Here's how to get involved:
- Add a new skill โ Create a
SKILL.md and publish via the dashboard or CLI
- Improve existing skills โ Submit PRs to enhance testing patterns and coverage
- Report bugs โ Open an issue on GitHub
- Feature requests โ Open an issue or start a discussion
Local Development
git clone git@github.com:PramodDutta/qaskills.git
cd qaskills
pnpm install
pnpm --filter @qaskills/shared build
pnpm dev
pnpm test
pnpm lint
pnpm format
189K+ YouTube Subscribers | QA & Test Automation Education
YouTube | Website | Twitter
MIT License | Made with testing in mind