Sales Get Marketing banner
nasrulhazim nasrulhazim

Sales Get Marketing

Communication community

Description

--- name: sales-get-marketing description: Get marketing copy - taglines, pitches, social media posts --- # /sales-get-marketing Command Generate marketing content for products/services. ## Usage ``` /sales-get-marketing [type] [style] ``` ## Output Destination 1. Create directory `docs/sales-kit/` if it doesn't exist. 2. Write the full formatted output to `docs/sales-kit/marketing.md`. 3. Display a brief confirmation: ``` Marketing content saved to docs/sales-kit/marketing.md ```

Installation

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

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

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

Full documentation available on GitHub

View Source Repository