Agent skill · Code Review & Quality

channel-economics

Use when reviewing or rebalancing direct vs. partner-led channel economics — computing fully-loaded cost-to-serve per channel, channel ROI with cash / LTV / marginal lenses, and optimal channel mix subject to constraints. For Head of Commercial, RevOps, and VP Sales doing quarterly channel review when pipeline is mixed (e.g., 60% direct + 40% partner-led) and nobody actually knows which channel makes money after CAC, support load, partner discount, deal-velocity differences, retention differential, and overhead allocation are all loaded in. Outputs cost to serve, channel ROI verdicts (DOUBLE-D

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill channel-economics --agent claude-code

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

Facts
Files in the skill folder: 8
SKILL.md size: 13 KB
Bundled scripts: yes
Version: 2.8.0
Declared author: claude-code-skills
Path: commercial/skills/channel-economics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

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

From the SKILL.md

# channel-economics ## Purpose Help Head of Commercial / RevOps / VP Sales answer three questions at the quarterly channel review: 1. **What does each channel actually cost to serve, fully loaded?** (direct headcount, channel manager attribution, partner discount, MDF, enablement time, support load, allocated overhead) 2. **What is the ROI of each channel under three lenses?** (cash ROI year-1, LTV-adjusted ROI, marginal ROI — next dollar of investment) 3. **What is the optimal channel mix subject to our strategic constraints?** (minimum direct floor, maximum partner concentration ceiling, sensitivity to CAC shifts) The skill emits **per-channel verdicts** (DOUBLE-DOWN / MAINTAIN / DEFUND / EXIT), a **sensitivity-tested mix recommendation**, and **the diminishing-returns inflection point**. It does not pick the strategy — humans do, with the numbers loaded honestly for the first time. ## When to use - Quarterly channel review: pipeline is 60/40 or 50/50 direct vs partner and you don't actually know which one is profitable - Considering hiring a channel manager — need to know if the channel can clear the loaded-cost bar - Partner program ROI question from the board ("we spent $X on

What's inside
Steps it walks through
  1. Purpose
  2. When to use
  3. Workflow
  4. Step 1 — Intake channel data
  5. Step 2 — Compute cost-to-serve per channel
  6. Step 3 — Compute ROI per channel under three lenses
  7. Step 4 — Optimize channel mix subject to constraints
  8. Step 5 — Decide
  9. Scripts
  10. Quick example
  11. References
  12. Assumptions
  13. Anti-patterns
  14. Distinct from
Ships with 7 files
  • assets/channel_data_template.md
  • references/channel_anti_patterns.md
  • references/channel_economics_canon.md
  • references/cost_to_serve_canon.md
  • scripts/channel_mix_optimizer.py
  • scripts/channel_roi_analyzer.py
  • scripts/cost_to_serve_calculator.py
Commands it runs
Emits fully-loaded cost-to-serve per channel (direct vs partner-led) for the built-in sample channel data
cd commercial/skills/channel-economics && python3 scripts/cost_to_serve_calculator.py --sample
More from claude-skills
All skills →
About this skill
What does the channel-economics skill do?

Use when reviewing or rebalancing direct vs. partner-led channel economics — computing fully-loaded cost-to-serve per channel, channel ROI with cash / LTV / marginal lenses, and optimal channel mix subject to constraints. For Head of Commercial, RevOps, and VP Sales doing quarterly channel review when pipeline is mixed (e.g., 60% direct + 40% partner-led) and nobody actually knows which channel makes money after CAC, support load, partner discount, deal-velocity differences, retention differential, and overhead allocation are all loaded in. Outputs cost to serve, channel ROI verdicts (DOUBLE-D

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill channel-economics --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 alirezarezvani/claude-skills, a repository with 23,791 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