pricing-app-pricing-logic

Compute final e-commerce prices from cost, currency conversion, shipping, commissions, and fees.

1|2|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/sernafernando/pricing-app --skill pricing-app-pricing-logic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pricing-app-pricing-logic
Source: https://github.com/sernafernando/pricing-app/tree/main/skills/pricing-app-pricing-logic
Command: npx skills add https://github.com/sernafernando/pricing-app --skill pricing-app-pricing-logic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill encapsulates a pricing calculation engine that automates final price computation for products, reducing manual errors and operational overhead.

Core Features & Use Cases

  • Pricing engine: Calculate final price from cost, currency, shipping, and tiered commissions with deterministic results.
  • Multi-currency support: Handles USD to ARS conversions using up-to-date exchange rates.
  • Configurable rules: Supports per-product overrides, brand and category markup, and a versioned pricing constants system.
  • Use Case: A store sells items in USD and needs ARS pricing, including freight and ML commissions, with auditable price history.

Quick Start

Calculate final price for a product with cost 100 USD, exchange rate 170 ARS/USD, 25% markup, shipping 5,000 ARS, and ML Tier 2; return a full breakdown of all components.

Frequently Asked Questions about pricing-app-pricing-logic

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

FAQPage Schema
How do I calculate final e-commerce prices with multi-currency conversion and tiered commissions?

You can calculate final prices by applying cost, currency conversion, shipping, tiered ML commissions, and operational fees. The engine supports per-product overrides, brand and category markups, and versioned pricing constants to ensure deterministic, auditable outcomes.

How does tiered ML commission calculation work with multi-currency product pricing?

Tiered ML commission calculation works by applying commission tiers to the base price during the final computation stage. The engine integrates these commissions alongside shipping and configurable markups, producing deterministic integer-cent money handling for multi-currency stores.

Can I apply per-product markup overrides alongside category and brand pricing rules?

Yes, per-product overrides can be applied alongside brand and category markups. The pricing engine uses a versioned pricing constants system to combine these configurable rules, ensuring deterministic and auditable final price computations across your catalog.

What's the best way to handle integer-cent money handling for auditable pricing outcomes?

The best way to handle integer-cent money for auditable pricing is using a calculation engine that processes versioned pricing constants. It computes multi-currency conversions, tiered commissions, and markups while maintaining exact integer-cent precision for deterministic, auditable outcomes.

Do I need specific exchange rate data to compute USD to ARS pricing conversions?

Yes, you need up-to-date exchange rate data to compute USD to ARS pricing conversions. The engine uses latest exchange rates alongside cost, shipping, and tiered commissions to calculate the final deterministic price in ARS.