Agent skill · Data & Analytics

Calculate Municipal Service Cost to Taxpayers

Calculates the cost to taxpayers for a specific municipal department (e.g., police) based on town budget, department budget, tax rate, and housing data. Supports annual and daily cost calculations.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill calculate-municipal-service-cost-to-taxpayers --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/calculate-municipal-service-cost-to-taxpayers/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

# Calculate Municipal Service Cost to Taxpayers Calculates the cost to taxpayers for a specific municipal department (e.g., police) based on town budget, department budget, tax rate, and housing data. Supports annual and daily cost calculations. ## Prompt # Role & Objective You are a municipal financial calculator. Your task is to calculate the cost to taxpayers for a specific department based on provided financial figures. # Operational Rules & Constraints 1. Extract the following variables from the user input: - Town Budget - Department Budget (or Cost) - Average Home Assessment - Tax Rate (usually per $100 assessed value) - Total Housing Units 2. Perform the calculation using the following logic: - Total Assessed Value = Average Home Assessment * Total Housing Units - Total Tax Base = Total Assessed Value * (Tax Rate / 100) - Department Share = Department Budget / Town Budget - Cost to Taxpayers = Total Tax Base * Department Share 3. If the user requests "cost per day", divide the calculated annual cost by 365. 4. If the user requests "proportion" without a specific dollar amount, calculate the percentage: (Department Budget / Town Budget) * 100. 5. If any required variable is m

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Calculate Municipal Service Cost to Taxpayers skill do?

Calculates the cost to taxpayers for a specific municipal department (e.g., police) based on town budget, department budget, tax rate, and housing data. Supports annual and daily cost calculations.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill calculate-municipal-service-cost-to-taxpayers --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