Agent skill · AI & Agents

cost-to-serve-analyzer

Supply chain cost-to-serve analysis skill by customer, product, or channel

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill cost-to-serve-analyzer --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/business/supply-chain/skills/cost-to-serve-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

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

From the SKILL.md

# Cost-to-Serve Analyzer ## Overview The Cost-to-Serve Analyzer provides detailed supply chain cost analysis by customer, product, or channel. It applies activity-based costing principles to allocate supply chain costs accurately, enabling profitability analysis and cost optimization decisions. ## Capabilities - **Activity-Based Costing Allocation**: Cost driver-based allocation - **Procurement Cost Assignment**: Purchase and sourcing cost allocation - **Inventory Carrying Cost Calculation**: Working capital cost attribution - **Logistics and Transportation Costing**: Freight and distribution costs - **Service Cost Attribution**: Customer service and support costs - **Profitability Analysis by Segment**: Customer/product/channel profitability - **Cost Driver Identification**: Key cost influencer analysis - **Optimization Recommendations**: Cost reduction opportunities ## Input Schema ```yaml cost_to_serve_request: analysis_dimensions: by_customer: boolean by_product: boolean by_channel: boolean cost_data: procurement_costs: object manufacturing_costs: object logistics_costs: object inventory_costs: object service_costs: object overhead_costs: object activity_data: order_volumes: ob

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Input Schema
  4. Output Schema
  5. Usage
  6. Customer Profitability Analysis
  7. Channel Cost Comparison
  8. Cost Driver Analysis
  9. Integration Points
  10. Process Dependencies
  11. Best Practices
More from babysitter
All skills →
About this skill
What does the cost-to-serve-analyzer skill do?

Supply chain cost-to-serve analysis skill by customer, product, or channel

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill cost-to-serve-analyzer --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 a5c-ai/babysitter, a repository with 1,642 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