commerce-engine

Coordinate Noir marketplace catalog and PayPal transaction workflows.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/canyouseeus/thelostandunfounds --skill commerce-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commerce-engine
Source: https://github.com/canyouseeus/thelostandunfounds/tree/main/.agent/skills/commerce-engine
Command: npx skills add https://github.com/canyouseeus/thelostandunfounds --skill commerce-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates the Noir marketplace's catalog and transaction workflow, aligning product data, pricing, and payments across systems to reduce manual effort.

Core Features & Use Cases

  • Shop & Product Hygiene: Every product in the shop must have a Noir aesthetic image, clear description, and pricing tied to the products table in the database.
  • Shadow Board: Use the Shadow Board pipeline logic to move leads and orders through DISCOVERY → WON.
  • Transaction Flow (PayPal): Ensure payments are captured before granting access; trigger commissions upon capture with a 30-day availability window; manage /payment-success and /payment-cancel flows; apply tax rules per country in checkout.

Quick Start

Review and adjust the Noir shop catalog, transactions, and PayPal integrations.

Frequently Asked Questions about commerce-engine

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

FAQPage Schema
How do I handle PayPal marketplace payments and ensure funds are captured before granting access?

To manage PayPal marketplace payments, capture funds before granting product access. The system triggers commissions upon capture and enforces a 30-day availability window before releasing seller funds.

How does country-specific tax work during marketplace checkout?

Marketplace checkout applies country-specific tax rules during the transaction workflow. Localized tax calculations are automatically enforced before the final PayPal payment capture occurs.

What is the Shadow Board pipeline for moving leads and orders?

The Shadow Board is a pipeline logic system that moves leads and orders through stages from DISCOVERY to WON. It structures marketplace transaction progression to align with sales outcomes.

Can I use this to define shop products and enforce catalog data hygiene?

Yes, you can define shop products and enforce catalog hygiene. Every product requires a Noir aesthetic image, clear description, and pricing tied directly to the products database table.

How do I manage payment redirection endpoints for successful and cancelled transactions?

You manage payment redirections through dedicated /payment-success and /payment-cancel endpoints. These flows handle post-purchase actions and secure transaction completion or cancellation across PayPal integrations.