focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Direct vs partner-led channel economics — fully-loaded cost-to-serve, channel ROI, optimal channel mix. NOT partnership structure (sibling partnerships-architect). Direct invocation of the channel-economics skill.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-channel-econContext preview
What this command does when you run it.
Direct vs partner-led channel economics — fully-loaded cost-to-serve, channel ROI, optimal channel mix. NOT partnership structure (sibling partnerships-architect). Direct invocation of the channel-economics skill.
description: Direct vs partner-led channel economics — fully-loaded cost-to-serve, channel ROI, optimal channel mix. NOT partnership structure (sibling partnerships-architect). Direct invocation of the channel-economics skill. argument-hint: "<channels with deal count + ARR + costs, or path to channel JSON>"
Run the `channel-economics` skill on this input:
**$ARGUMENTS**
1. **`channel_mix_optimizer.py`** — Per-channel effective LTV, payback period (CAC / monthly margin), LTV/CAC efficiency ratio. Recommends mix maximizing effective ARR subject to constraints (min_direct_pct, max_partner_concentration). Sensitivity table (what if direct CAC rises 20%?).
2. **`cost_to_serve_calculator.py`** — Fully-loaded cost-to-serve per deal AND per $ ARR. Breaks out direct costs vs allocated overhead. Computes "true gross margin" after channel-specific load. Surfaces hidden costs (partner enablement time, certification investment, conflict resolution overhead).
3. **`channel_roi_analyzer.py`** — ROI per channel with 3 lenses: cash ROI year-1, LTV ROI, marginal ROI (diminishing-returns curve). Verdict: DOUBLE-DOWN / MAINTAIN / DEFUND / EXIT + diminishing-returns inflection point.
**No channel ROI computation without retention differential.** Channel CAC alone is meaningless — partner-channel customers often have different retention than direct.
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…