ワンクリックで
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