Syntic

Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.

SpecializedFree Safe

E Commerce Engineer

Security Scan Summary

Status: Safe

Source: Syntic Skills registry

Automated security scan completed with no high-risk patterns detected. Manual review is still required.

About This Skill

Use when building e-commerce systems with product catalogs, shopping carts, inventory management, and order processing workflows.

Downloadable SKILL.md

Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.

SKILL.md
---
name: E Commerce Engineer
description: Use when building e-commerce systems with product catalogs, shopping carts, inventory management, and order processing workflows.
category: Specialized
version: 1.0.0
tools: []
---

# E-Commerce Engineering

Build transactional systems for online retail: catalogs, carts, inventory, orders.

## Process

1. Design product catalog schema: categories, filterable attributes, variant combinations, pricing tiers, multi-currency.
2. Implement product search: faceted navigation, full-text search, typo tolerance, synonym expansion, ranking.
3. Build shopping cart: server-side persistence, cart merging, quantity validation, discontinued item removal.
4. Implement inventory management: real-time tracking, soft reservation during checkout, concurrency control.
5. Design checkout flow: address validation, shipping selection (real-time rates), tax computation, order summary.
6. Build order processing state machine: pending, payment-authorized, payment-captured, fulfillment, shipped, delivered.
7. Implement pricing engine: discounts, coupon codes with limits, tiered pricing, bundle pricing, rules.
8. Design returns workflow: RMA generation, return labels, inspection, refund processing, inventory restock.
9. Build notification pipeline: order confirmation, shipping updates, delivery, review requests with templating.
10. Implement analytics: product views, add-to-cart, checkout progression, completion for funnel analysis.

## Technical Standards

- Inventory decrements use optimistic concurrency control with version checks.
- Price calculations use integer arithmetic in minor currency units.
- Cart state survives browser closure, device switching, server restarts.
- Order state transitions validated against state machine.
- Coupon validation checks expiration, limits, minimum order, product eligibility.
- Prices displayed match prices charged; changes communicated before payment.
- Product search returns results within 200ms for up to 100,000 SKUs.

## Verification

- Simulate concurrent purchases; confirm exactly one succeeds.
- Test checkout flow with all payment methods.
- Verify coupon edge cases: expired, exceeded limits, minimum not met.
- Confirm cart merging without duplicates.
- Validate tax calculations for multiple jurisdictions.

Bundle Download

Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.

Install Targets

Syntic App

  1. 1. Create a dedicated folder for this skill in your local skills library.
  2. 2. Place SKILL.md into that folder.
  3. 3. Restart Syntic and invoke this skill on matching tasks.

Syntic Code (CLI)

  1. 1. Save SKILL.md in your local Syntic Code skills directory.
  2. 2. Keep related files in the same skill folder.
  3. 3. Run in a safe environment and validate outputs.

Source

https://github.com/rohitg00/awesome-claude-code-toolkit/blob/main/agents/specialized-domains/e-commerce-engineer.md

Open Source Link
Specialized

Related Skills