一键导入
analyze-page
Analyze a reference webpage into a reproducible Lexsis design brief. Use for competitor or inspiration URLs; not for an existing-page CRO audit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze a reference webpage into a reproducible Lexsis design brief. Use for competitor or inspiration URLs; not for an existing-page CRO audit.
用 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.
Configure the Cart V2 drawer — add upsells, progress bars, conditional rules, announcement banners, and checkout customization
Set up A/B tests, personalization variants, and monitor experiment results — hypothesis-driven testing with statistical significance tracking
| name | analyze-page |
| description | Analyze a reference webpage into a reproducible Lexsis design brief. Use for competitor or inspiration URLs; not for an existing-page CRO audit. |
Deeply analyze a full webpage and produce a comprehensive design reference document — section by section, with reproducible HTML patterns, island mappings, and design tokens.
$generate to followThis skill also activates when the user shares a URL with intent phrases:
browser_navigate → {url}
browser_take_screenshot (full page)
browser_snapshot (full accessibility tree)
Determine which category:
From computed styles and visual inspection:
Scroll through the page. For EACH distinct section:
Identify type — map to nearest lx_* section type:
lx_hero, lx_hero_split, lx_hero_videolx_promo_top_bar, lx_tickerlx_value_props, lx_features, lx_features_gridlx_benefits, lx_how_it_works, lx_stepslx_testimonials, lx_reviews, lx_social_prooflx_press, lx_logoslx_faq, lx_pricing, lx_bundles, lx_comparisonlx_cta, lx_cta_band, lx_sticky_cta, lx_urgencylx_gallery, lx_video, lx_stats, lx_guaranteelx_content, lx_layoutExtract full HTML pattern — reproducible structure using:
--lx-* CSS vars for themingdata-island for interactive elements (valid props from schema){{PLACEHOLDER}} for dynamic contentIslands used — list which islands appear, with their variant/props
Responsive behavior — how it adapts (stacks, hides, reflows)
Animation/interaction — scroll triggers, hover effects, transitions
Identify:
Print the following markdown inline (DO NOT save to file):
# Page Reference: {page_title}
## Classification
- **Type**: {PDP | Landing | Collection | Homepage | Editorial}
- **URL**: {url}
- **Platform**: {Shopify | Custom | WordPress | Webflow | ...}
- **Sections**: {count}
## Design System (global tokens)
| Token | Value |
|-------|-------|
| Primary | {hex} |
| Accent | {hex} |
| Background | {hex} |
| Surface | {hex} |
| Text | {hex} |
| Text muted | {hex} |
| Border | {hex} |
| Heading font | {font-family} |
| Body font | {font-family} |
| Section spacing | {px} desktop / {px} mobile |
| Border radius | {px} |
| Shadow | {css value} |
## Section 1: {descriptive name}
**Maps to**: `lx_{type}`
**Islands**: [{IslandName}(variant), ...]
\```html
<section class="py-20 px-4 lg:px-8" style="background-color: var(--lx-bg-surface)">
<div class="max-w-7xl mx-auto grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<!-- Full reproducible HTML with Tailwind + --lx-* vars + data-island markers -->
<div data-island="BuyBox" data-props='{"productId":"{{PRODUCT_ID}}","variant":"expanded","ctaText":"{{CTA_TEXT}}"}'></div>
</div>
</section>
\```
**Responsive**: Stacks vertically below lg, image full-width on mobile
**Animation**: Fade-in on scroll (IntersectionObserver, 200ms delay)
---
## Section 2: {name}
...repeat for ALL sections...
---
## Conversion Strategy
- **CTA pattern**: {description — frequency, placement, style}
- **Social proof**: {where placed, what type}
- **Urgency**: {countdown, stock indicators, limited offers}
- **Trust signals**: {guarantees, badges, certifications}
- **Mobile optimization**: {sticky bars, simplified layout, thumb-friendly CTAs}
## Replication Notes
Key patterns to preserve when generating a similar page:
- {section rhythm / ordering pattern}
- {whitespace and breathing room strategy}
- {visual weight distribution}
- {progressive disclosure of information}
browser_evaluate to extract computed CSS values for accurate tokensWhen mapping interactive elements, consult reference/islands/{name}/schema.json for: