Install
$ agentstack add skill-aetheria-labs1-storefront-skills-generate ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Generate Storefront Page
Generate a complete Shopify storefront page — auto-detects page type (landing, PDP, collection, homepage, editorial, listicle, bundle) and applies conversion-optimized patterns
Context
- storefront-craft: Load this skill first on any storefront page generation task.
- workflow-orchestration: Load after
craft-guide. Defines optimal tool sequences, parallelization rules, and flow selection. - conversion-psychology: > When to load: ALWAYS. Read before generating any ecommerce page.
- island-patterns: How to properly embed, wrap, and combine React islands in vibe-code HTML sections. Load when using commerce or engagement islands.
Workflow
> STOP — Planning Required First > Before running any generation phase, execute the Page Planning workflow (Phase -1 from storefront-engine). > Assess what the user has told you, ask clarifying questions if Do NOT proceed to Phase 0 until a page plan is confirmed by the user. > Exception: If user explicitly says "skip planning" or "just build it".
Storefront Page Generation
Generate high-quality Shopify storefront pages using the Lexsis AI MCP tools.
> Prerequisites: Read vibe://docs/generation-guide and vibe://skills/generation-protocol first — they define the VibePage schema, CSS variable system, island integration, and visual verification step.
Generation Flow (Two-Phase)
Phase 0 — Context Gathering (run ALL in parallel)
get_workspace_details → workspace ID
get_connected_stores → store domain
get_brand_kit → logo, fonts, colors, voice, border radius
get_design_md → brand brief + design philosophy + don'ts
list_products → product catalog (for commerce islands)
get_navigation → navbar/footer links
search_design_library → existing brand assets (hero images, lifestyle shots)
All 7 calls can run in parallel. Wait for all before proceeding.
Phase 1 — Asset Preparation
Decision tree per section:
search_design_library— check existing assets FIRST (always)generate_asset— only if library has nothing suitableedit_asset— composite/modify if neededview_asset— verify result before using in page
Budget: 3-5 generated assets per page max. Existing assets = free.
Phase 2A — Raw HTML Generation (No Islands)
Generate complete VibePage JSON with pure HTML + Tailwind CSS:
- Place
data-placeholder="IslandName"divs where islands will go - Focus entirely on visual design: layout, typography, color, spacing, imagery
- Apply brand CSS variables in
theme_css - Use Google Fonts URLs in
head.fonts - Write real copy (never Lorem Ipsum)
- Use asset URLs from Phase 1 in `` tags
This renders instantly in any browser — iterate on design here.
Phase 2B — Island Mapping
Replace placeholders with actual islands:
Use vibe://schema/island/{name} resource to get exact prop shapes for each island.
Phase 3 — Validation
validate_vibe_page(page_json)
Fix any errors. Common issues: duplicate section IDs, invalid island names, missing required props, inline `/` tags.
Phase 4 — Publish + Visual Verify
publish_vibe_page(slug, page, archetype, publish=false) → preview_url
Visual verification is REQUIRED before marking complete:
| Environment | How to Verify | |-------------|--------------| | Codex Browser | Open preview_url, capture desktop and mobile screenshots, then review them | | No Browser | Provide preview_url and state that visual verification remains manual |
Checklist:
- [ ] Hero visible above fold (headline + CTA without scrolling)
- [ ] Brand colors applied (not default purple)
- [ ] Fonts loaded (not system fallback)
- [ ] Images rendering (not broken/placeholder)
- [ ] Mobile layout correct (375px viewport, no horizontal scroll)
- [ ] Islands hydrated (BuyBox shows product data, not empty div)
- [ ] CTA contrast ≥ 4.5:1
If issues → update_page_section → re-screenshot. When satisfied, return the draft preview. Call publish_page(page_id) only after the user explicitly approves a live publish.
Page Type Templates
Product Landing (PDP) — 8-10 sections: Hero (split) → Gallery → BuyBox → Benefits → Ingredients/Specs → Reviews → Related Products → FAQ → Sticky CTA → Footer
Campaign Landing — 10 sections: Hero → Problem/Pain → Solution → Key Benefits → Social Proof → How It Works → Comparison → Offer/Pricing → FAQ → CTA
Homepage — 7-8 sections: Hero → Featured Products → Brand Story → Categories → Testimonials → Newsletter → Trust Bar → Footer
Collection — 6 sections: Hero Banner → Filter/Sort → Product Grid → Promo Card → Social Proof → Footer
Quality Bar
- Mobile-first (375px viewport — test this)
- All brand colors via
--lx-*CSS variables (never hardcoded hex in HTML) - Proper heading hierarchy (single h1 in hero, h2 per section, h3 for sub-items)
- Islands for ALL commerce interactions (add-to-cart, checkout, cart drawer)
- All images from asset tools (never external URLs unless Shopify CDN)
- No fetch/XHR, eval, localStorage, @import, duplicate IDs
- Hero headline ≤ 8 words, visible without scrolling
- Use shared keyframes (fadeUp, fadeIn, scaleIn) — don't define new @keyframes unless truly unique
Ad-to-Page Flow
When converting an ad creative to a landing page:
get_ad_creatives— get creative metadataanalyze_ad_creative— extract headline, claims, colors, tone, CTAmatch_persona_to_ad— identify target audience- Continue with Phase 0-4 using extracted context
- Ensure "scent continuity" — ad headline ≈ page hero headline
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Aetheria-Labs1
- Source: Aetheria-Labs1/storefront-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.