Sales Create Config banner
nasrulhazim nasrulhazim

Sales Create Config

Development community

Description

--- name: sales-create-config description: Create a product-config.md file interactively for use with sales commands --- # /sales-create-config Command Interactively create a `product-config.md` file in the current project directory. ## Usage ``` /sales-create-config /sales-create-config [product name] ``` ## Behavior 1. **Check for existing config**: Look for `product-config.md` in the current project directory. If it exists, ask the user whether to overwrite or abort. 2. **Read the temp

Installation

Installs to ~/.claude/skills/nasrulhazim-agent-skills-sales-create-config/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository