Scaffolds a complete scheduled "doctor" agent directly into the user's repo. The doctor audits app health on a recurring schedule, routes code-fixable findings to an automated repair pipeline that opens pull requests, and files deduped tracker tickets for everything else. A Slack (or equivalent) digest posts after every run, even if remediation fails. Use when a team wants to deploy an autonomous health-auditing agent alongside their application without copying a pre-built engine — the skill generates the engine in the user's chosen stack by following the bundled reference docs.
$npx -y skills add michellemayes/meta-doctor --skill scaffold-doctorInstalls into the current project.
Run `npx skills use "https://github.com/michellemayes/meta-doctor" --skill "michellemayes/meta-doctor/scaffold-doctor"` 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/michellemayes/meta-doctor" that are relevant to the current task. Run `npx skills add "https://github.com/michellemayes/meta-doctor"` and select the relevant skills, then follow their instructions.