ワンクリックで
publish
QA a storefront page, create a draft preview, and publish live only after explicit user approval.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
QA a storefront page, create a draft preview, and publish live only after explicit user approval.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Analyze a specific component on any webpage and output a renderer-compatible island layout JSON. Use when reverse-engineering a hero, FAQ, nav, product card, or any UI component into a reusable Lexsis layout.
Route broad or multi-step Lexsis storefront work to focused skills, MCP tools, and reference knowledge. Do not use when a focused workflow skill clearly matches.
Core orchestrator for Lexsis AI storefront page generation. Routes requests to the correct workflow, manages tool sequencing, and loads reference knowledge on demand. Auto-invoked by commands and agents.
Use Codex Browser to analyze a URL for design extraction, CRO evidence, or competitor research. Use when a task provides a reference or storefront URL.
Analyze a reference webpage into a reproducible Lexsis design brief. Use for competitor or inspiration URLs; not for an existing-page CRO audit.
Configure the Cart V2 drawer — add upsells, progress bars, conditional rules, announcement banners, and checkout customization
| name | publish |
| description | QA a storefront page, create a draft preview, and publish live only after explicit user approval. |
QA a storefront page, validate structure and rendering, create a draft preview, and publish live only after explicit user approval.
validate_vibe_page on the generated JSONManage page publishing, previews, and lifecycle.
validate_vibe_page — always validate before publishingpublish_vibe_page — create a draft preview first
draft: true → preview URL only (not live on store)draft: false or publish_page call.validate_vibe_page(page_data)
publish_vibe_page(page_data, { draft: true })
Returns: page_id and preview_url
publish_vibe_page(page_data, { draft: true })
Returns: preview_url (not visible to store visitors)
publish_page(page_id)
Only call this after the user explicitly says to publish live. Makes a draft page live.
unpublish_page(page_id)
Takes page offline but preserves it in DB.
duplicate_page(page_id, { title: "New Title" })
Creates a copy — useful for A/B test variants.
create_page_variation(page_id, { changes: {...} })
Creates variant for A/B testing.
get_connected_stores)After publishing, the page is served via: