一键导入
build-validate
Build and validate the lqdev.me static site generator — dotnet build, dotnet run, and output verification
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build and validate the lqdev.me static site generator — dotnet build, dotnet run, and output verification
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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
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
基于 SOC 职业分类
| name | build-validate |
| description | Build and validate the lqdev.me static site generator — dotnet build, dotnet run, and output verification |
Standard build and validation workflow for the F# static site generator.
# Compile (fast, catches type errors)
dotnet build
# Generate site (full pipeline, outputs to _public/)
dotnet run
dotnet builddotnet run_public/ directory.fs file_src/dotnet build)If you create a new .fs file, add it to PersonalSite.fsproj in the <ItemGroup>.
F# project files require explicit file ordering.
Use explicit type annotations in F# code. The compiler sometimes can't infer types across module boundaries.
Check that:
_src/ subdirectoryProgram.fsAfter dotnet run, spot-check:
_public/index.html — homepage renders_public/feed/feed.xml — unified feed has entriesindex.html files