一键导入
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.