From wicked-garden
Memory storage, recall, and lifecycle management for maintaining context across sessions. This skill should be used when the user asks to "remember this", "store a decision", "recall what we did", "find past context", "save for later", "what did we learn", "what did we decide", or mentions persisting knowledge, decisions, or learnings. Use when: - "remember this for next time" - "store this decision" - "what did we do before" - "recall past context" - "save this pattern"
npx claudepluginhub mikeparcewski/wicked-garden --plugin wicked-gardenThis skill uses the workspace's default tool permissions.
This skill provides guidance on effectively using Claude's memory system to persist knowledge, decisions, and learnings across sessions.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
This skill provides guidance on effectively using Claude's memory system to persist knowledge, decisions, and learnings across sessions.
Memory Types - Choose the right type for durability:
episodic: What happened (90-day TTL)procedural: How to do things (permanent)decision: Choices and rationale (permanent)preference: User/project preferences (permanent)Scope - Where memories live:
core: Global, cross-projectproject: Specific to current projectImportance - Affects decay rate:
high: 2x TTL multipliermedium: Standard TTLlow: 0.5x TTL multiplier| Task | Command |
|---|---|
| Store a decision | /wicked-garden:mem:store "..." --type decision |
| Find past context | /wicked-garden:mem:recall "query" |
| Check memory health | /wicked-garden:mem:stats |
| Archive old memory | /wicked-garden:mem:forget mem_id |
Memories are pulled on-demand, not preloaded. When context is needed:
/wicked-garden:mem:recall "query terms"
When to proactively recall:
| Task | Guide |
|---|---|
| What to store and how to structure it | Storing Decisions |
| Effective search and filtering | Effective Recall |
| Managing memory lifecycle | Memory Lifecycle |