Building an autonomous end-to-end QA workflow with AI Agents, Skills, Instructions, MCP Servers & Playwright.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"orangehrm-skills-age": {
"command": "npx",
"args": [
"-y",
"fola2unde/ORANGEHRM-SKILLS-AGENT-WORKFLOW"
]
}
}
}
Run in terminal:
claude mcp add orangehrm-skills-age npx -y fola2unde/ORANGEHRM-SKILLS-AGENT-WORKFLOW
Add to .cursor/mcp.json:
{
"mcpServers": {
"orangehrm-skills-age": {
"command": "npx",
"args": [
"-y",
"fola2unde/ORANGEHRM-SKILLS-AGENT-WORKFLOW"
]
}
}
}