Help us improve
Share bugs, ideas, or general feedback.
From memory-sync
This skill should be used when the user asks to "update memory from the repo", "sync durable knowledge", "persist project facts", or "scan changes for memory".
npx claudepluginhub ruslands/plugins --plugin memory-syncHow this skill is triggered — by the user, by Claude, or both
Slash command
/memory-sync:memory-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to turn durable repository changes into structured memory updates.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
Use this skill to turn durable repository changes into structured memory updates.
entities, relations, and observations.{
"entities": [{ "name": "", "entityType": "", "observations": [] }],
"relations": [{ "from": "", "to": "", "relationType": "" }],
"observations": [{ "entityName": "", "contents": [] }]
}