For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content

Agent Skills


Agent Skills are instruction packages that teach an AI coding assistant how to write and run test automation on TestMu AI. Install one, and your assistant works like an SDET who already knows that framework's project layout, dependency versions, cloud execution config, and CI wiring.

Each skill is open source and framework-specific. A skill covers one framework or platform, so the agent uses that tool's own idioms instead of generic automation code. The full set lives in the TestMu AI Agent Skills repository.

Skills work with Claude Code, GitHub Copilot, Cursor, Gemini CLI, and any assistant that loads custom skills.

How to Install a Skill

Use the agentskillsforall installer to add a skill straight from the repository. No manual cloning is required.

Add skills by name. Run the installer once per skill you want:

npx agentskillsforall add https://github.com/LambdaTest/agent-skills.git --skill selenium-skill
npx agentskillsforall add https://github.com/LambdaTest/agent-skills.git --skill playwright-skill
npx agentskillsforall add https://github.com/LambdaTest/agent-skills.git --skill cypress-skill

Once installed, ask your assistant to write and run tests. It picks up the matching skill automatically.

Core Skills by Framework and Platform

Pick the skill for the framework you already test in. Each card opens that skill's source on GitHub. Web frameworks run on the TestMu AI browser grid, and app frameworks target real Android and iOS devices.

Explore the Full Skill Catalog

The 12 skills above are the most common starting points. The repository ships 70+ skills across eight testing categories.

Beyond web and mobile, it covers BDD (Cucumber, Behave, SpecFlow), unit testing (Jest, Pytest, JUnit 5, TestNG), and API testing (Postman, Newman, OpenAPI). List everything with npx agentskillsforall list, or browse the full skill catalog on GitHub.

Test across 3000+ combinations of browsers, real devices & OS.

Book Demo

Help and Support

Related Articles