원클릭으로
write-ai-memex
Write knowledge entries to the AI Memex — capture patterns, research, decisions, and project outcomes during any coding session
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write knowledge entries to the AI Memex — capture patterns, research, decisions, and project outcomes during any coding session
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
Search and retrieve knowledge from the AI Memex — find patterns, research, and references across projects
| name | write-ai-memex |
| description | Write knowledge entries to the AI Memex — capture patterns, research, decisions, and project outcomes during any coding session |
You are helping the user capture knowledge in their AI Memex — a distributed knowledge system published at lqdev.me/resources/ai-memex/.
Before writing, detect where you are:
PersonalSite.fsproj in the current directory or any parent directory_src/resources/ai-memex/{slug}.md.ai-memex/{slug}.md in the project root| Type | Purpose | Use When |
|---|---|---|
pattern | Reusable solutions, gotchas, proven approaches | Bug fix, architecture decision, recurring solution |
research | Technology evaluations, comparisons | Multi-approach analysis completed |
reference | Living docs, architecture overviews | Something reusable was built |
project-report | Feature summaries, retrospectives | Feature shipped, milestone reached |
blog-post | AI-human collaboration insights | Meta-observations about the process |
Use kebab-case slugs that describe the content:
pattern-progressive-loading.mdresearch-caching-strategies.mdreference-api-auth-patterns.mdproject-report-v2-migration.md---
title: "Clear, Descriptive Title"
description: "One-sentence summary of what this entry covers"
entry_type: pattern # One of: pattern, research, reference, project-report, blog-post
published_date: "YYYY-MM-DD HH:mm zzz"
last_updated_date: "YYYY-MM-DD HH:mm zzz"
tags: "tag1, tag2, tag3" # Comma-separated, lowercase
related_skill: "" # Optional: skill name if this pattern relates to a skill
source_project: "" # Optional: project name where this was discovered
---
ALWAYS ask before creating. Never auto-generate entries.
Propose like this:
"This looks like a good [type] entry for the AI Memex. Want me to write it up?"
If the user says yes, write the full entry. If they want changes, iterate.
Use tags from these categories:
fsharp, dotnet, python, typescript, javascript, rust, docker, kubernetes, azureweb, api, databases, devops, architecture, security, performance, accessibilitypatterns, research, ai-collaborationSee references/TEMPLATES.md for per-type frontmatter templates.