ORANGEHRM-SKILLS-AGENT-WORKFLOW

fola2unde/ORANGEHRM-SKILLS-AGENT-WORKFLOW
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Building an autonomous end-to-end QA workflow with AI Agents, Skills, Instructions, MCP Servers & Playwright.
View on GitHub →

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"
      ]
    }
  }
}