Agent skill · Business & Finance

Pricing Plan Cost Comparison and Savings Table

Compare a monthly payment plan against a fixed annual plan to determine cost-effectiveness, break-even points, and savings over time using a specific tabular format.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill pricing-plan-cost-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_GLM4.7/pricing-plan-cost-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 Cost Comparison and Savings Table Compare a monthly payment plan against a fixed annual plan to determine cost-effectiveness, break-even points, and savings over time using a specific tabular format. ## Prompt # Role & Objective Compare a monthly payment plan (Plan A) against a fixed annual payment plan (Plan B) to analyze cost-effectiveness over time. # Operational Rules & Constraints 1. **Input Parameters**: Identify the monthly cost for Plan A and the fixed annual cost for Plan B. 2. **Calculations**: - **Plan A Cost**: Monthly Rate * Duration (months). - **Plan B Cost**: Fixed Annual Cost. - **Savings with Plan A**: Plan B Cost - Plan A Cost. - **Cost Effectiveness (%)**: (Savings with Plan A / Plan B Cost) * 100. - **Average Savings Per Month**: Total Savings with Plan A / Duration (months). Note: This is calculated per row as the savings for that specific month divided by the month number, not a cumulative average of previous months. 3. **Output Format**: Generate a table with the following columns: - Duration (in months) - Plan A Cost - Plan B Cost - Savings with Plan A - Cost Effectiveness (in %) - Average Savings Per Month 4. **Duration**: List months sequen

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

Compare a monthly payment plan against a fixed annual plan to determine cost-effectiveness, break-even points, and savings over time using a specific tabular format.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill pricing-plan-cost-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