ce

Route storefront development inquiries to Commerce Engine task-specific namespaces.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/tark-ai/ce-starter-projects --skill ce-tark-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce
Source: https://github.com/tark-ai/ce-starter-projects/tree/main/.agents/skills/ce
Command: npx skills add https://github.com/tark-ai/ce-starter-projects --skill ce-tark-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes storefront development inquiries to the Commerce Engine router, unifying guidance across SDK usage and storefront patterns.

Core Features & Use Cases

  • Task routing: maps user intents to the appropriate ce- capability (setup, auth, catalog, cart-checkout, orders, webhooks, SSR patterns).
  • Framework-aware guidance: covers Next.js, TanStack Start, Astro, SvelteKit, and SPA/server patterns.
  • Centralized navigation: directs users to canonical CE pages such as ce-setup, ce-auth, ce-catalog, ce-cart-checkout, ce-orders, ce-webhooks, ce-ssr-patterns, ce-ssr.

Quick Start

Ask how to set up a Commerce Engine storefront and the router will guide you to the appropriate ce- patterns for your framework.

Frequently Asked Questions about ce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Commerce Engine storefront using Next.js or Astro?

To set up a Commerce Engine storefront, use a task-driven routing surface that maps your framework to canonical SDK patterns. It provides guidance for Next.js, Astro, SvelteKit, and TanStack Start setups.

What's the best way to handle authentication and cart checkout in a Commerce Engine SDK?

Handling authentication and cart checkout involves mapping user intents to specific ce- capabilities. The router directs your SDK cart and checkout inquiries to centralized ce-auth and ce-cart-checkout guidance.

Can I use Commerce Engine webhooks with SvelteKit and TanStack Start?

Yes, Commerce Engine webhooks work with SvelteKit and TanStack Start. The router applies framework-aware guidance, mapping webhook tasks to the canonical ce-webhooks patterns for your specific server setup.

How does server-side rendering routing work for Commerce Engine products and orders?

Server-side rendering routing for products and orders maps directly to ce-ssr-patterns. The router applies framework-aware guidance to unify SSR catalog and order fetching across Next.js, Astro, and SvelteKit.

Does Commerce Engine support generic SDK setup for storefronts without a specific framework?

Yes, Commerce Engine supports generic SDK setup for storefronts. The router provides centralized navigation covering SPA and generic server patterns, mapping your setup tasks to the canonical ce-setup guidance.