AgentRX
Skill LpcPaul/AgentRX
Look up recovery experience when a third-party tool fails and you can't recover on your own. Focus on what worked and what didn't.From its SKILL.md
npx -y skills add LpcPaul/AgentRXAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 448 tokens by cl100k_base, as published. Nobody here has run it
AgentRX — Recovery Skill
When to activate
- You are using a third-party tool (playwright-mcp, browser-cdp, web-fetch, MCP connector, etc.)
- You have tried to recover on your own ≥2 times and failed each time
- Official docs don't have a direct, executable answer
- The issue has future transfer value (others may hit it too)
Do NOT activate for: platform-level failures, generic retry loops, or issues the platform should handle.
How to use
-
Describe the failure in natural language:
- Which tool failed
- What symptom appeared
- What you already tried
- Environment clues (OS, headless, proxy, etc.) if you know them
-
Find the tool file: go to
cases/and find the JSON file matching the tool name (e.g.cases/playwright-mcp.json)- No exact match? Find the closest tool file.
- Read only 1-2 most relevant files. Don't scan the whole directory.
-
Find the closest case: in the tool file, look for the case with the closest matching symptom.
-
Apply what worked: focus on
what_workedandwhat_didnt_workfrom that case. -
Record: append your experience to
ledger.jsonl(one JSON line):{"ts": "2026-04-19T17:05:00Z", "tool": "playwright-mcp", "symptom": "timeout on SPA", "used_case": "playwright-mcp-001", "result": "resolved", "note": "networkidle fixed it"}
What this is
- A recovery experience lookup tool
- Minimal infrastructure: skill + cases + ledger
- Focused on concrete, executable guidance
What this is not
- A formal diagnostic protocol
- A structured schema system
- A route recommendation engine
- An automated hook system
AgentRX is: read what worked, try it, record what happened.
What ships with it: 52 files
276.4 KB alongside SKILL.md, 10 of them executable
cases/
- browser-cdp.json361 B
- playwright-mcp.json865 B
- README.md875 B
- web-fetch.json3 B
- xlsx-skill.json3 B
docs/
- legacy/AI_SELF_EVOLUTION.md2.3 KB
- legacy/ARCHITECTURE.md8.8 KB
- legacy/CASE_COLLECTION_PLAN.md5.1 KB
- legacy/case-intake-template.csv246 B
- legacy/case-templates/case.example.json3.0 KB
- legacy/.claude-hooks/hooks.json252 B
- legacy/CONTEXT.md375 B
- legacy/hooks/claude_code/post_tool_error.pyruns10.2 KB
- legacy/hooks/claude_code/README.md2.7 KB
- legacy/hooks/README.md4.1 KB
- legacy/hooks/tool_error_intake_prefill.shruns2.1 KB
- legacy/index.json20.1 KB
- legacy/INTAKE_CARD.md6.5 KB
- legacy/MIGRATION_GUIDE.md4.1 KB
- legacy/REPO_AUDIT.md2.1 KB
- legacy/roadmap/BUILD_INSTRUCTIONS.md65.7 KB
- legacy/rules/failure_types.yaml950 B
- legacy/rules/journey_stages.yaml1.2 KB
- legacy/rules/problem_families.yaml2.8 KB
- legacy/rules/routes.yaml4.4 KB
- legacy/rules/task_taxonomy.yaml1.6 KB
- legacy/schema/case.schema.json12.0 KB
- legacy/scripts/build_index.pyruns10.4 KB
- legacy/scripts/ci_self_test.pyruns13.4 KB
- legacy/scripts/generate_golden_cases.pyruns25.3 KB
- legacy/scripts/generate_schema.pyruns14.7 KB
- legacy/scripts/new_case_id.pyruns1.6 KB
- legacy/scripts/README.md632 B
- legacy/scripts/record_outcome.pyruns3.2 KB
- legacy/scripts/retrieve_cases.pyruns9.3 KB
- legacy/scripts/validate_case.pyruns7.6 KB
- legacy/seeds/2026-04-17-analyze-data-001.json2.0 KB
- legacy/seeds/2026-04-17-browse-web-001.json2.3 KB
- legacy/seeds/2026-04-17-code-editing-001.json2.2 KB
- CONTRIBUTING.md1.4 KB
12 more files not listed here. See all 52 in the repository.