Curates insights from reflections into CLAUDE.md as durable, actionable guidance. Triggers on "memorize", "save learning", "remember this pattern".
From cc-setupnpx claudepluginhub krzemienski/cc-setup --plugin cc-setupThis skill uses the workspace's default tool permissions.
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.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Extract high-value learnings from recent work or reflections and append them to CLAUDE.md as actionable guidance.
Only capture insights that are:
Skip anything ephemeral: task-specific context, one-time decisions, personal preferences, or vague guidelines like "write clean code."
| Type | Memorize if... |
|---|---|
| Error / bug | Root cause is structural and could recur |
| API / tool usage | Auth, pagination, rate limits, or gotchas discovered |
| Pattern | Approach worked and is reusable across tasks |
| Anti-pattern | Approach failed with a clear reason — evidence exists |
| Domain fact | Business rule or constraint not obvious from code |
| Verification item | Concrete check that would have caught a real regression |
Look at:
/reflect results)/critique results)If unclear what to memorize, ask: "What output should I memorize — last message, a specific insight, or reflection results?"
For each candidate insight, form one bullet using this shape:
[Imperative verb] [specific subject] [condition or context if needed].
Examples:
git remote get-url origin before pushing to confirm HTTPS vs SSH."Read the existing file to:
Place each bullet under the most relevant existing section. If no section fits, create one with a clear heading.
Rules:
Report what was added:
--dry-run)## Memorize Summary
Added N insight(s) to CLAUDE.md:
- [Section name]: "[bullet text]"
- [Section name]: "[bullet text]"
CLAUDE.md updated. ✓
If --dry-run, show the proposed bullets without writing and end with (dry run — no changes made).