From agents-memo
Split long-form text into atomic inbox notes. Chunks land in `notes/` for later triage via `/note process`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agents-memo:braindumpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Split long-form text into atomic inbox notes. Chunks land in `notes/` for later triage via `/note process`.
Split long-form text into atomic inbox notes. Chunks land in notes/ for later triage via /note process.
<vault>/notes/YYYY-MM-DD-<slug>.md, index patch.Skill("capture-pipeline") §1. Abort if unconfigured.Skill("image-capture").references/split-rubric.md.Skill("capture-pipeline") with CHUNKS, VAULT_ROOT, SOURCE_PROJECT, TODAY, ORDER_MATTERS. Inline execution per references/inline-capture.md; agent fan-out per references/agent-fanout.md.| Chunks | Order matters? | Mode |
|---|---|---|
| 1 | n/a | Inline — run CAPTURE on main thread. |
| 2–4 | yes | Inline — chunks run in order so K can MATCH-append to K-1. |
| 2–4 | no | Agent fan-out — one agents/capture.md per chunk in parallel. |
| 5+ | no | Agent fan-out — always parallel. |
| 5+ | yes | Inline — sequential order preserved; run in order. |
Order matters for numbered lists, narratives, build-on-each-other arguments.
Success: Captured N notes: <paths> (singular "note" when N=1).
Partial failure: Captured N notes: <paths>\n\nFailed: K chunks: <reasons>.
No NEW/MATCH labels, diff, or reasoning in output.
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 misiekhardcore/agents-memo --plugin agents-memo