From fulcrum
Persist memory after any task involving decision, trade-off, or surprising finding. Applies after complete_agent_run when work produced durable knowledge.
npx claudepluginhub moabualruz/fulcrum --plugin fulcrumThis skill uses the workspace's default tool permissions.
After completing a task — especially one with a decision, trade-off, or surprising finding — call `fulcrum action exec write_memory`. Makes Fulcrum L2 memory graph valuable over time. Every memory = gift to next agent (or future self).
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
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.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
After completing a task — especially one with a decision, trade-off, or surprising finding — call fulcrum action exec write_memory. Makes Fulcrum L2 memory graph valuable over time. Every memory = gift to next agent (or future self).
Skip: trivial typo fixes, pure formatting, reverts of same-session work.
fulcrum action exec write_memory --json '{
"workspace_id": "ws_123",
"kind": "task_outcome",
"content": "What happened and why it matters.",
"tags": ["packages/core/src/memory", "FTS5", "fallback"]
}'
kindMATCH raises any SQLITE_ERROR, not specific subclass — catch broadly in fallback paths." Reusable across tasks.scopetask: bound to task lifecycle. Use for task_outcome.project: applies workspace-wide. Use for decision + lesson.tagsPrimary recall vector. Include:
packages/core/src/memory/recall.ts).FTS5, reranker, WIP limiter).SQLITE_ERROR, unterminated string).Relied on recalled memories this session? Link in content: Supersedes M-0301. Builds on M-0423. Builds the graph CoS traverses when planning.
lesson that is actually task_outcome → reclassify. Lesson must read useful to stranger with no context.See also: recall-before-writing, complete-agent-run.