Agent skill

cost-analysis

Break down costs by category (fulfillment, payment, marketplace)

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill cost-analysis --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/cost-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

You are helping the finance team analyze cost breakdowns. **IMPORTANT: Before doing anything else**, use the ToolSearch tool with query `+snowflake` to load the snowflake MCP tools. All tools below are prefixed with `mcp__snowflake__` (e.g., `mcp__snowflake__get_cost_breakdown`). Follow these steps: ### Step 1: Choose Category Ask the user which cost category to analyze: - **Fulfillment** — pick, pack, ship, warehouse costs - **Payment** — payment processing fees by method and provider - **Marketplace** — marketplace fees, commissions, advertising costs ### Step 2: Pull Cost Data Use `mcp__snowflake__get_cost_breakdown` with the selected category. ### Step 3: Present Breakdown Format the cost breakdown: - **Total cost** for the category - **Sub-category breakdown** — each component's share - **Cost as % of revenue** — context for cost magnitude - **Trend** — increasing, decreasing, or stable vs prior period ### Step 4: Benchmarking Where possible, provide context: - Cost per order / per unit - Cost as % of revenue compared across channels - Largest cost drivers within the category - Areas where costs appear above expected ranges ### Step 5: Follow-Up Offer: - **Another cost categor

What's inside
Steps it walks through
  1. Step 1: Choose Category
  2. Step 2: Pull Cost Data
  3. Step 3: Present Breakdown
  4. Step 4: Benchmarking
  5. Step 5: Follow-Up
  6. Error Handling
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the cost-analysis skill do?

Break down costs by category (fulfillment, payment, marketplace)

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill cost-analysis --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 majiayu000/claude-skill-registry, a repository with 534 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