From mossnotes.app for Claude Code
Adds, preserves, and edits comment annotations in Moss notes using body markers and sidecar JSON metadata. Supports image attachments and @mentions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/moss-skills:moss-commentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comments require both body markers and `comments.json`.
Comments require both body markers and comments.json.
Wrap the exact annotated range:
The %%m:c1:start%%current layout%%m:c1:end%% needs work.
%%m:a,b:start%%text%%m:a,b:end%%.Write comments.json beside the note markdown file:
{"c1":{"text":"Tighten this wording.","createdAt":1707900000,"updatedAt":1707900000,"source":"external"}}
source values: "external" for comments written by an agent outside of Moss, "agent" reserved for the in-app Moss agent, "user" for human comments. Always set "external" explicitly for comments you write.%%m:x:start%%[[Project Plan]]%%m:x:end%%.%%m:b1:start%%

%%m:b1:end%%
Do not place markers inside wiki links, formula/variable pills, color code pills, fenced block payloads, or raw HTML comments. Treat atomic inline pills as indivisible. For color literals such as #4f8a6b, rebeccapurple, or rgb(72, 67, 60), prefer annotating the surrounding sentence or phrase rather than trying to split the literal itself.
Comments may include image attachments stored under the note's assets/ directory:
{"c1":{"text":"See screenshot.","createdAt":1707900000,"updatedAt":1707900000,"source":"external","imageUrls":["assets/comment-abc.png"]}}
imageUrls array with note-relative paths under assets/.assets/.Mentions in comment text are references to notes, files, or folders. Each displayed mention is wrapped with U+2063 (INVISIBLE SEPARATOR) before and U+2064 (INVISIBLE PLUS) after, e.g. Re: @Project Plan scope.
~/Moss/Notes/.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 brsbl/moss-skills --plugin moss-skills