원클릭으로
query-ai-memex
Search and retrieve knowledge from the AI Memex — find patterns, research, and references across projects
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search and retrieve knowledge from the AI Memex — find patterns, research, and references across projects
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add a new content type to the lqdev.me F# static site generator — complete 8-file checklist
Audit AI Memex health — detect stale entries, spoke-hub drift, broken references, and dependency propagation risks across the knowledge base
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
Write knowledge entries to the AI Memex — capture patterns, research, decisions, and project outcomes during any coding session
| name | query-ai-memex |
| description | Search and retrieve knowledge from the AI Memex — find patterns, research, and references across projects |
Help the user search their AI Memex knowledge base for relevant entries.
Search in order of priority:
.ai-memex/ directoryCheck if the current project has a .ai-memex/ directory and search it first:
grep -ri "{search_term}" .ai-memex/
If you can determine the lqdev.me repo location, search the canonical source:
grep -ri "{search_term}" C:\Dev\website\_src\resources\ai-memex\
Note: The central store path may vary. Check for PersonalSite.fsproj in common
development directories, or ask the user for the path.
Tags are in YAML frontmatter. Search for specific tags:
grep -l "tags:.*{tag_name}" .ai-memex/*.md
grep -l "tags:.*{tag_name}" C:\Dev\website\_src\resources\ai-memex\*.md
grep -l "entry_type: pattern" .ai-memex/*.md
grep -l "entry_type: research" C:\Dev\website\_src\resources\ai-memex\*.md
When returning results, show:
title field)If multiple results, rank by relevance to the query.