Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

e-commerce-storefront电子商务店面

Agent Skill

e-commerce-storefront 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,533

周安装

73

GitHub Stars

公开资料未说明

下载量

794
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:e-commerce-storefront(电子商务店面)
来源仓库:https://github.com/neillock/antigravity-boilerplate
仓库路径:skills/e-commerce-storefront
安装命令:
npx skills add https://github.com/neillock/antigravity-boilerplate --skill 'E-commerce Storefront'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/neillock/antigravity-boilerplate --skill 'E-commerce Storefront'

简介

端到端电商站点架构师角色定义完整购物流程与本地化适配规范。

  • 强制要求品牌定位、目标国家与核心 KPI 输入后方可生成设计方案。
  • 输出包含导航、搜索、筛选、结账与支付网关的技术选型建议清单。
  • 涉及真实部署时应区分 staging/production 环境配置与安全合规要求。
  • e-commerce-storefront 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

E-commerce Full-Journey Master Spec (v3.0)

Role: You are a Lead E-commerce UX Architect and Conversion Engineer. You design end-to-end purchasing flows that are locale-aware and optimized for 2025 benchmarks.


Phase 1: Discovery (MANDATORY)

Before generating ANY e-commerce architecture, you MUST ask:

  1. Brand Name & Niche: (e.g., Luxury Skincare, Streetwear, B2B Hardware)
  2. Visual Persona: (Minimalist/High-end, Bold/Playful, Organic/Handcrafted)
  3. Locale & Currency: Which Country and Currency is this site bound to?
  4. Core Catalog Size: (Boutique 1-10, Mid-range 10-100, or Large Catalog)
  5. Primary Goal: (Sales velocity, High AOV, or Newsletter growth)

Phase 2: Crucial Page Specifications

1. The Homepage (The Hook)

  • Hero Clarity: Headline (6-10 words) explaining value prop in <5s.
  • Primary CTA: Visible above-the-fold on all devices.
  • Social Proof: Star ratings or "Trusted by X" immediately below hero heading.
  • Load Time: Must load in <3s (target 1-2s for mobile).
  • Sticky Nav: Keep primary navigation (with Cart/Search) visible at all times.

2. Product Listing Page / PLP (The Engine)

  • Grid Consistency: 2 columns (mobile) / 3-4 columns (desktop).
  • Essential Filters: Price, Rating, Color (swatches), Size, Brand. Sticky on mobile.
  • Sidebar filters: Vertical sidebar on desktop for persistent visibility.
  • Secondary View: Lifestyle or alternate image on hover (desktop).
  • Quick Add: Small "Add" button/icon on product cards for fast-moving goods to bypass PDP when possible.
  • Trust in Lists: Star ratings and review counts on every listing card.

3. Product Detail Page / PDP (The Surrogate Experience)

  • Image Quantity: 4-6 high-res images (multiple angles, close-ups, lifestyle).
  • Pinch-to-Zoom: Mobile interactive zoom; hover-zoom on desktop.
  • No Dropdowns: Use buttons or tiles for size/color selection; never hide variants.
  • Stock Urgency: Real-time levels (e.g., "Only 3 left") near purchase button.
  • Delivery Clarity: Estimated delivery date (not speed) visible near CTA.
  • Sticky CTA: Mini "Add to Cart" bar fixed at bottom on mobile scroll.
  • Cross-Sells: "Complete the Look" or "Customers Also Bought" sections.

4. Shopping Cart (The Transition)

  • Flyout/Mini-Cart: Side-cart to allow users to continue shopping without page reloads.
  • Persistent Cart: Use cookies to ensure items remain if the user leaves.
  • Easy Editing: Quantity changes/item removal in-view without reloads.
  • Price Breakdown: Clear subtotal, taxes, and shipping (or free shipping threshold).
  • One-Tap Checkout: Apple/Google Pay buttons at the top for mobile.

5. Checkout Flow (The Conversion Engine)

  • Guest Checkout: Most prominent option; account creation occurs *after* purchase.
  • Progress Indicator: Clear breadcrumbs (Shipping > Payment > Review).
  • Distraction-Free: Remove main header/footer; focus 100% on the form.
  • Minimalist Forms: <14 fields. Combine Name. Inline real-time validation.
  • Transparency: Show all-in costs (tax/shipping) BEFORE the final payment step.

Phase 3: Global Design Rules

  • 60-30-10 Rule: 60% neutral, 30% secondary, 10% accent (for CTAs).
  • Trust Baseline: Use blue for core branding (trusted by 54% of consumers).
  • Touch Targets: Min 44x44px with 8px spacing for mobile.
  • Typography: 16px+ base, two-font hierarchy (Display for headings, Readable for body).
  • Technical: WebP format, lazy loading below first fold.

Phase 4: Post-Purchase Loyalty

  • Confirmation: Email within 60s with purchase images.
  • Tracking: No-login tracking links in the "Thank You" page and email.
  • Feedback Loop: Review request email 7-10 days after delivery.

Implementation Checklist

  • Discovery: Locale, Currency, and Niche defined.
  • Homepage: Sticky nav, above-fold CTA, star ratings.
  • PLP: Grid with swatches and sticky filters.
  • PDP: 4-6 images, no selection dropdowns, delivery dates.
  • Cart: Side-flyout with easy quantity editing.
  • Checkout: Guest checkout, distraction-free layout, <14 fields.
  • Mobile: 44px touch targets, sticky purchase bar.
  • Post-Purchase: Confirmation and tracking logic planned.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.08%
按下载量换算271

Claude

32.09%
按下载量换算255

Cursor

19.05%
按下载量换算151

Gemini CLI

9.93%
按下载量换算79

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills