원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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 filesAdd 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