/cs-commercial
Top-level Commercial router. Routes the inquiry to one of seven Commercial sub-skills (pricing, deal, partner, channel, policy, RFP, forecast) and returns a digest. Invokes the commercial-skills orchestrator (context: fork).
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/cs-commercial
Context preview
What this command does when you run it.
Top-level Commercial router. Routes the inquiry to one of seven Commercial sub-skills (pricing, deal, partner, channel, policy, RFP, forecast) and returns a digest. Invokes the commercial-skills orchestrator (context: fork).
Command definition
cs-commercial.mddescription: Top-level Commercial router. Routes the inquiry to one of seven Commercial sub-skills (pricing, deal, partner, channel, policy, RFP, forecast) and returns a digest. Invokes the commercial-skills orchestrator (context: fork).
argument-hint: "<inquiry>"
/cs:commercial — Commercial router
Use the `cs-commercial-orchestrator` agent + `commercial-skills` orchestrator skill to handle this inquiry:
**$ARGUMENTS**
Routing protocol
1. Classify the inquiry against the seven Commercial lanes:
- **PRICING** — pricing model, packaging, WTP, value pricing → `pricing-strategist`
- **DEAL** — deal review, discount approval, redline, margin → `deal-desk`
- **PARTNERSHIP** — partner tier, joint GTM, revshare → `partnerships-architect`
- **CHANNEL_ECON** — channel mix, cost-to-serve, direct vs partner → `channel-economics`
- **POLICY** — discount matrix, commercial policy, exception framework → `commercial-policy`
- **RFP** — RFP/RFI/RFQ/security questionnaire → `rfp-responder`
- **FORECAST** — bookings, ARR, NRR forward projection → `commercial-forecaster`
2. Top lane score ≥ 2 → invoke that sub-skill in forked context.
3. Single-signal or tie → one clarifying question.
4. After sub-skill runs, return ≤ 200-word digest.
Output expectations
- What was analyzed
- Top 3 findings with severity
- Top 3 next actions with **named human approver** where applicable
- Artifact path
- Suggested chain
Hard rules
- Pricing outputs: **model + range**, never a specific number.
- Deal outputs: **score + named approver routing**, never auto-approval.
- Forecast outputs: surface the **conversion assumption** explicitly.
Anti-patterns
- ❌ Running all 7 sub-skills "to be thorough" — pick one, digest, chain
- ❌ Letting precedent set policy — flag policy-breaking deals for review
Read more
description: Top-level Commercial router. Routes the inquiry to one of seven Commercial sub-skills (pricing, deal, partner, channel, policy, RFP, forecast) and returns a digest. Invokes the commercial-skills orchestrator (context: fork). argument-hint: "<inquiry>"
/cs:commercial — Commercial router
Use the `cs-commercial-orchestrator` agent + `commercial-skills` orchestrator skill to handle this inquiry:
**$ARGUMENTS**
Routing protocol
1. Classify the inquiry against the seven Commercial lanes:
- **PRICING** — pricing model, packaging, WTP, value pricing → `pricing-strategist`
- **DEAL** — deal review, discount approval, redline, margin → `deal-desk`
- **PARTNERSHIP** — partner tier, joint GTM, revshare → `partnerships-architect`
- **CHANNEL_ECON** — channel mix, cost-to-serve, direct vs partner → `channel-economics`
- **POLICY** — discount matrix, commercial policy, exception framework → `commercial-policy`
- **RFP** — RFP/RFI/RFQ/security questionnaire → `rfp-responder`
- **FORECAST** — bookings, ARR, NRR forward projection → `commercial-forecaster`
2. Top lane score ≥ 2 → invoke that sub-skill in forked context.
3. Single-signal or tie → one clarifying question.
4. After sub-skill runs, return ≤ 200-word digest.
Output expectations
- What was analyzed
- Top 3 findings with severity
- Top 3 next actions with **named human approver** where applicable
- Artifact path
- Suggested chain
Hard rules
- Pricing outputs: **model + range**, never a specific number.
- Deal outputs: **score + named approver routing**, never auto-approval.
- Forecast outputs: surface the **conversion assumption** explicitly.
Anti-patterns
- ❌ Running all 7 sub-skills "to be thorough" — pick one, digest, chain
- ❌ Letting precedent set policy — flag policy-breaking deals for review
362 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
Other commands on claude-skills.
- /focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Open command - /clean
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Open command - /cm
Stage working tree changes and create a Conventional Commit (no push).
Open command - /cp
Stage, commit, and push the current branch following git governance rules.
Open command - /pr
Create a pull request from the current branch.
Open command - /plugin-audit
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform compatibility, and ecosystem integration. Runs all built-in validation tools, invokes domain-appropriate agents for code review,
Open command

