Machine-readable registry of known CS0618 obsolete API warnings for MAF migrations. Each entry maps an obsolete method signature to its replacement, with the exact fix pattern. Prefer the MCP tool MafRegistryLookup (by ID) or MafApiSafety (by symbol) for one-shot queries; this skill is for understanding the registry schema and contributing new entries. Load this skill when cs0618-hunter has identified a CS0618 warning and you need the deterministic fix.
$npx -y skills add joslat/maf-doctor --skill maf-obsolete-api-registryInstalls into the current project.
Run `npx skills use "https://github.com/joslat/maf-doctor" --skill "joslat/maf-doctor/maf-obsolete-api-registry"` 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/joslat/maf-doctor" that are relevant to the current task. Run `npx skills add "https://github.com/joslat/maf-doctor"` and select the relevant skills, then follow their instructions.