qa-skills
v3.2.2
Published
QA Skills CLI — manage agent skills for Cursor, Claude Code, Codex, Copilot, Windsurf, and more
Maintainers
Readme
qa-skills
CLI for managing QA Skills Ecosystem — add, sync, check, and maintain agent skills across Cursor, Claude Code, Codex, Copilot, Windsurf, and more.
This package is a convenience wrapper around create-qa-skills.
Usage
# Add skills to an existing project
npx qa-skills add playwright-ts-writer jest-writer
# Check installation health
npx qa-skills doctor
# Sync skills to latest versions
npx qa-skills sync
# Validate configs and dependencies
npx qa-skills check
# Initialize a new project (same as npm init qa-skills)
npx qa-skills initQuick Start
For first-time setup, use the scaffolding command:
npm init qa-skillsThis runs the interactive installer that sets up skills, agents, MCP config, and project structure.
