name: aim-refresh description: "Manually re-evaluate freshness for code-patterns memories" trigger: "/aim-refresh" allowed-tools: Bash
Manually re-evaluates freshness for code-patterns memories. Reuses the freshness scan pipeline from SPEC-013 with optional scope filters.
Canonical Execution
Always run the real script through run-with-env.sh so the skill uses the
installed ai-memory virtualenv and the standard local service defaults.
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" refresh.py
Examples
# Scan all code-patterns memories
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" refresh.py
# Limit to a specific project group_id
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" refresh.py my-project
# Topic filter (v2.1 — currently runs full scan with project filter)
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" refresh.py --topic "authentication"
Implementation
- Script:
scripts/memory/refresh.py - Interpreter:
run-with-env.sh(importsmemory.*, requires venv) - Args:
[project](optional positional group_id filter),--topic(v2.1, no-op today) - Output: tier table (Fresh / Aging / Stale / Expired / Unknown) + actionable count
Related skills
Prompt Engineering
Data & AI
Prompt engineering best practices and templates to maximize AI outputs.
claudeCursorWindsurf+1beginner
289
78
869
Data Visualization
Data & AI
Generates data visualizations and charts tailored to your data.
claudeCursorWindsurfintermediate
198
56
705
RAG Architecture Setup
Data & AI
Setup guide for RAG (Retrieval-Augmented Generation) architectures.
claudeCursorWindsurfadvanced
167
51
667