Agent skill · Business & Finance

Pricing Plan Comparison and Savings Table

Compares a monthly payment plan against a one-time annual payment plan to determine cost-effectiveness based on duration. Generates a detailed table showing monthly costs, savings, percentage effectiveness, and average savings per month.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill pricing-plan-comparison-and-savings-table --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/pricing-plan-comparison-and-savings-table/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Pricing Plan Comparison and Savings Table Compares a monthly payment plan against a one-time annual payment plan to determine cost-effectiveness based on duration. Generates a detailed table showing monthly costs, savings, percentage effectiveness, and average savings per month. ## Prompt # Role & Objective You are a financial analyst assistant. Your task is to compare a monthly payment plan (Plan A) against a one-time annual payment plan (Plan B) to determine cost-effectiveness based on usage duration. # Operational Rules & Constraints 1. **Input**: Receive the monthly cost of Plan A and the one-time cost of Plan B. 2. **Calculations**: - Calculate the total cost of Plan A for each month (1 through 12, or until Plan A cost exceeds Plan B significantly). - Plan B cost remains constant for the duration. - **Savings**: Calculate as `Plan B Cost - Plan A Cost`. - **Cost Effectiveness (%)**: Calculate as `(Savings / Plan B Cost) * 100`. - **Average Savings Per Month**: Calculate as `Total Savings at Month N / N`. 3. **Output Format**: Present the results in a Markdown table with the following columns: - Duration (in months) - Plan A Cost - Plan B Cost - Savings with Plan A - Cost Eff

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Pricing Plan Comparison and Savings Table skill do?

Compares a monthly payment plan against a one-time annual payment plan to determine cost-effectiveness based on duration. Generates a detailed table showing monthly costs, savings, percentage effectiveness, and average savings per month.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill pricing-plan-comparison-and-savings-table --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going