Sales Get Quotation banner
nasrulhazim nasrulhazim

Sales Get Quotation

Development community

Description

--- name: sales-get-quotation description: Generate quotation breakdowns by customer type or custom requirements --- # /sales-get-quotation Command Generate quotation templates and breakdowns. ## Usage ``` /sales-get-quotation [customer-type] /sales-get-quotation for [custom requirements] ``` ## Output Destination 1. Create directory `docs/sales-kit/` if it doesn't exist. 2. Write the full formatted output to `docs/sales-kit/quotation.md`. 3. Display a brief confirmation: ``` Quotati

Installation

Installs to ~/.claude/skills/nasrulhazim-agent-skills-sales-get-quotation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nasrulhazim-agent-skills-sales-get-quotation && curl -fsSL https://raw.githubusercontent.com/nasrulhazim/agent-skills/HEAD/commands/sales-get-quotation.md -o ~/.claude/skills/nasrulhazim-agent-skills-sales-get-quotation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository