From markdown-commenter
Open a markdown file in the markdown-commenter editor and start the AI review loop, so comments you leave get auto-addressed by Claude. Use when the user wants to review/comment on a markdown file interactively.
How this skill is triggered — by the user, by Claude, or both
Slash command
/markdown-commenter:review-mdThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the markdown-commenter editor on the file the user named and start the
Launch the markdown-commenter editor on the file the user named and start the auto-address watcher, so any comments they leave are revised automatically.
Check that mdc is installed (command -v mdc). If it is missing, offer to
install it for the user and, if they accept, run:
npm install -g github:geminiicode/markdown-commenter
(This downloads Electron, so it can take a minute.) Verify mdc resolves
afterwards, then continue. If they decline, give them the command to run
later and stop.
Resolve the target from $ARGUMENTS — a markdown file path or a folder
to browse. If none was provided, ask which file or folder to review.
Launch the full loop in the background so it does not block the
session, using the Bash tool's run_in_background: true option — do NOT
append &, which ties the process to a shell that exits with the call:
mdc review "<file-or-folder>"
A folder opens the editor on the whole tree and watches every doc in it, so comments on any file get addressed.
Tell the user the editor is opening and the watcher is running: they can highlight text and leave comments, and within a few seconds Claude will revise the document and reply to each comment in the margin. Closing the editor window stops the watcher.
claude CLI, so no API keys
are needed.mdc address "$ARGUMENTS"
instead.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.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub geminiicode/markdown-commenter --plugin markdown-commenter