Reinforces an AI agent by turning Monte Carlo's agent-health diagnosis into code fixes. Reads the daily health report for an agent's workflows, ranks the diagnosed issues, proposes what to fix, and — with the user's approval at each step — opens a pull request. Activates on "fix my agent", "improve my agent's health", "reinforce my agent", "what should I fix in my agent". Not for investigating a specific agent alert or trace (monte-carlo-troubleshoot-agent-traces), creating agent monitors (monte-carlo-monitoring-advisor), or instrumenting a new agent (monte-carlo-instrument-agent).
$npx -y skills add monte-carlo-data/mc-agent-toolkit --skill reinforce-agentInstalls into the current project.
Run `npx skills use "https://github.com/monte-carlo-data/mc-agent-toolkit" --skill "monte-carlo-data/mc-agent-toolkit/reinforce-agent"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/monte-carlo-data/mc-agent-toolkit" that are relevant to the current task. Run `npx skills add "https://github.com/monte-carlo-data/mc-agent-toolkit"` and select the relevant skills, then follow their instructions.