pricing

Displays SaaS pricing tiers and converts USD to Thai Baht at the current exchange rate.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ReubenFrimpong/past-care-spring --skill pricing-reubenfrimpong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pricing
Source: https://github.com/ReubenFrimpong/past-care-spring/tree/main/.claude/skills/pricing
Command: npx skills add https://github.com/ReubenFrimpong/past-care-spring --skill pricing-reubenfrimpong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides clear information about the PastCare pricing model, including how GHS prices are calculated from USD, the different subscription tiers, and billing intervals.

Core Features & Use Cases

  • Pricing Formula: Understand the ceil(USD Price × Exchange Rate) calculation.
  • Tier Details: View pricing for Small, Standard, Professional, and Enterprise tiers.
  • Billing Intervals: See discounts for Quarterly, Biannual, and Annual payments.
  • Use Case: A sales representative needs to quickly explain the cost of the "Standard" tier to a potential client, including the GHS equivalent based on the current exchange rate.

Quick Start

Explain the pricing formula used to calculate GHS prices from USD prices.

Frequently Asked Questions about pricing

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

FAQPage Schema
How do you calculate GHS prices from USD for subscription billing?

GHS subscription billing prices are calculated using the formula ceil(USD Price × Exchange Rate), which multiplies the USD price by the current exchange rate and rounds up to the nearest whole number. This ensures accurate tiered service pricing conversions.

What are the PastCare subscription tiers and their pricing details?

PastCare subscription tiers include Small, Standard, Professional, and Enterprise, each with specific pricing calculations. The tier details outline varying service levels and costs converted from USD to GHS using the current exchange rate.

Do I get a discount for annual or quarterly subscription billing intervals?

Yes, subscription billing intervals offer discounts for Quarterly, Biannual, and Annual payments. These billing intervals provide cost savings compared to standard monthly cycles, incentivizing longer-term subscription commitments.

How does the ceiling function affect the final GHS price calculation?

The ceiling function in the GHS price calculation rounds up the multiplied USD and exchange rate value to the nearest integer. This ensures the final billing amount is a whole number, preventing fractional currency charges in subscription tiers.