Help us improve
Share bugs, ideas, or general feedback.
From interwatch
Detect documentation drift, score confidence, and orchestrate refresh via generator plugins (interpath for product docs, interdoc for code docs)
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interwatchHow this skill is triggered — by the user, by Claude, or both
Slash command
/interwatch:doc-watchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- compact: SKILL-compact.md — if it exists in this directory, load it instead of following the multi-file instructions below. The compact version contains the same algorithm in a single file with pre-computed signal evaluation. -->
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Designs test strategies and plans with testing pyramid. Covers APIs, frontend, data pipelines, infrastructure; outputs plans including coverage targets, examples, and gaps.
Share bugs, ideas, or general feedback.
You are monitoring documentation freshness. Follow these steps.
Read doc-watch/references/watchables.md to understand the watchable registry format, then read the project's config/watchables.yaml to get the list of documents to monitor.
Read doc-watch/phases/detect.md and evaluate each watchable's signals. For each signal, check whether the triggering condition has occurred since the doc was last updated.
Read doc-watch/phases/assess.md and compute a confidence tier for each watchable based on its accumulated signal weights.
Read doc-watch/phases/refresh.md and take the appropriate action based on confidence:
| Confidence | Action |
|---|---|
| Certain | Auto-refresh silently |
| High | Auto-refresh with brief note |
| Medium | Suggest refresh via AskUserQuestion |
| Low | Report drift score only |
This skill supports three modes (set by the invoking command):