onequery-blog-images
Installation
SKILL.md
OneQuery Blog Images
Create OneQuery blog thumbnails and article diagrams that match the existing landing-site image system.
Core Workflow
- Inspect the target post under
apps/landing/src/landing/blog/posts/and the current image references. - Read
references/onequery-blog-image-system.mdbefore generating. - Use the built-in
image_genflow from theimagegenskill for generation. - Inspect the generated image with
view_imagebefore copying it into the repo. - Copy the selected generated image from
$CODEX_HOME/generated_images/...intoapps/landing/public/images/blog/. - Update the consuming post:
- Thumbnail/social image: set
imageSrcto/images/blog/<file>.png. - Section diagram: add
imageSrc,imageAlt,imagePlacement,images, orinlineImageson the relevant section.
- Thumbnail/social image: set
- Validate references with
rg, verify dimensions withfile, and runbunx turbo typecheck --json --filter @onequery/landingafter TypeScript changes.