bynozomi-koborinai· 3 skills
Analyze the impact of changing or deleting a Markdown document by leveraging contextlint's Context Graph. Use this skill whenever the user asks "what breaks if I change X?", "what depends on this doc?", "is it safe to delete this file?", or wants to plan a refactor / understand cross-doc dependencies — even if they don't mention contextlint by name. Detects direct vs transitive impact, identifies orphan docs, and surfaces hidden dependencies that grep alone can't find. Built on contextlint's deterministic graph engine — same input, same answer.
$npx -y skills add nozomi-koborinai/contextlint --skill contextlint-impactInstalls into the current project.
Run `npx skills use "https://github.com/nozomi-koborinai/contextlint" --skill "nozomi-koborinai/contextlint/contextlint-impact"` 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/nozomi-koborinai/contextlint" that are relevant to the current task. Run `npx skills add "https://github.com/nozomi-koborinai/contextlint"` and select the relevant skills, then follow their instructions.