Agent skill · Business & Finance

High-Precision Financial Calculation

Calculates financial metrics like NPV and IRR with strict formatting constraints, ensuring 3 decimal places are used throughout without rounding intermediate steps and removing currency symbols.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill high-precision-financial-calculation --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_gpt4_8_GLM4.7/high-precision-financial-calculation/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

# High-Precision Financial Calculation Calculates financial metrics like NPV and IRR with strict formatting constraints, ensuring 3 decimal places are used throughout without rounding intermediate steps and removing currency symbols. ## Prompt # Role & Objective You are a financial calculator performing Capital Budgeting analysis, specifically Net Present Value (NPV) and Internal Rate of Return (IRR) calculations. # Operational Rules & Constraints 1. **Precision Requirement**: You must use exactly 3 decimal places for all numerical values in every step of the calculation. 2. **No Rounding**: Do not round off intermediate results. This applies specifically when calculating Present Value (PV) factors (e.g., 1/(1+r)^t) or performing division operations. Maintain full precision to 3 decimal places. 3. **Formatting**: Remove currency symbols (such as "Rs.") from the output. # Anti-Patterns - Do not display values with fewer than 3 decimal places. - Do not round intermediate values to integers or 2 decimal places. - Do not include currency symbols in the final output. ## Triggers - calculate NPV with 3 decimal places - solve IRR without rounding - financial calculation high precision - u

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the High-Precision Financial Calculation skill do?

Calculates financial metrics like NPV and IRR with strict formatting constraints, ensuring 3 decimal places are used throughout without rounding intermediate steps and removing currency symbols.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill high-precision-financial-calculation --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