一键导入
audit-ai-memex
Audit AI Memex health — detect stale entries, spoke-hub drift, broken references, and dependency propagation risks across the knowledge base
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit AI Memex health — detect stale entries, spoke-hub drift, broken references, and dependency propagation risks across the knowledge base
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add a new content type to the lqdev.me F# static site generator — complete 8-file checklist
Import AI Memex entries from other projects into the central lqdev.me store for publishing
Build and validate the lqdev.me static site generator — dotnet build, dotnet run, and output verification
Search and retrieve knowledge from the AI Memex — find patterns, research, and references across projects
Write knowledge entries to the AI Memex — capture patterns, research, decisions, and project outcomes during any coding session
| name | audit-ai-memex |
| description | Audit AI Memex health — detect stale entries, spoke-hub drift, broken references, and dependency propagation risks across the knowledge base |
Assess the health and freshness of the AI Memex knowledge base. Run from the
lqdev.me repo root where _src/resources/ai-memex/ and graph.json are available.
Run the backing script from the lqdev.me repo root:
& "$HOME/.agents/skills/audit-ai-memex/scripts/audit-memex.ps1"
The script outputs a structured report covering:
last_updated_daterelated_entries pointing to non-existent filesEntries unchanged for 90+ days aren't necessarily stale — patterns and references may be stable. Focus on:
project-report entries (likely outdated as projects evolve)tags reference fast-moving technologiesIf a spoke entry is newer, use the import script to update:
& "$HOME/.agents/skills/import-ai-memex/scripts/import.ps1"
Fix by either:
related_entriesWhen updating a critical hub entry (3+ inbound refs), review its dependents.
Read references/REPORT-FORMAT.md for the dependency impact template.
graph.json must exist at _public/resources/ai-memex/graph.json for dependency
analysis. Run dotnet run first if it's missing.related_entries field is seeded by the knowledge graph at build time.
An entry showing 0 inbound refs may gain connections after the next build.