# Aim Freshness Report

> Scan code-patterns collection for stale memories by comparing against GitHub code blob data

- Skill: `hidden-history/aim-freshness-report` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hidden-history/aim-freshness-report`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hidden-history/aim-freshness-report/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Hidden-History (https://skillmd.com/u/hidden-history)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hidden-history/aim-freshness-report

---


## 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.

```bash
# Scan all projects
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" freshness_report.py

# Scan specific project
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" freshness_report.py my-project
```

