sales-create-config

sales-create-config is a command for Claude Code from nasrulhazim/claude. It costs 17 tokens per session (858 once invoked), scanned A, original, MIT.

An interactive command that creates a product-config.md file containing structured information about a product, company, pricing, and sales details.

In plain words
What is it for?
Use it to collect product information through guided questions and save it in the format required by sales-related commands.
Why use it?
It removes the need to create and fill out the configuration file manually, while checking whether an existing file should be kept or replaced.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the claude-toolkit plugin — 36 skills, 12 commands, 20 agents shipped together

Good fit Use it to collect product information through guided questions and save it in the format required by sales-related commands.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/nasrulhazim/claude/sales-create-config
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/nasrulhazim/claude

Made for: Claude Code.

Or install claude-toolkit, the plugin that ships this one along with the rest of its 36 skills, 12 commands, 20 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sales-create-config

README.md
[![agentmods](https://agentmods.dev/badge/commands/nasrulhazim/claude/sales-create-config/github.svg)](https://agentmods.dev/commands/nasrulhazim/claude/sales-create-config)
Your own site
<a href="https://agentmods.dev/commands/nasrulhazim/claude/sales-create-config"><img src="https://agentmods.dev/badge/commands/nasrulhazim/claude/sales-create-config/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sales-create-config

Your own site · 80×15
<a href="https://agentmods.dev/commands/nasrulhazim/claude/sales-create-config"><img src="https://agentmods.dev/badge/commands/nasrulhazim/claude/sales-create-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 858 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00858
Opus 5 $0.00009 $0.00429
Sonnet 5 $0.00003 $0.00172
Haiku 4.5 $0.00002 $0.00086

Measured 10d ago against content hash 1a48832b3b13, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

sales-create-config scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/sales-create-config.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/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 template: Load ~/.claude/product-config-template.md as the structural reference for all sections.

  3. Gather information interactively: Ask the user for their product details in the following order. Group related questions together to minimize back-and-forth. If a product name was provided as an argument, skip asking for it.

    Round 1 — Core Identity

    • Product name
    • Company name
    • Tagline
    • Website
    • Currency (default: MYR)
    • Business model: on-premise, saas, hybrid, or service

    Round 2 — Product Details

    • Short description (one paragraph, under 50 words)
    • Target market (primary and secondary segments)
    • Ideal customer characteristics
    • Core features (name + brief description for each)

    Round 3 — Pricing

    • Base price and unit (one-time, monthly, yearly, per-user)
    • What's included in the base price
    • Add-ons (name, price or price range, description)
    • Maintenance/support pricing (yearly fee, percentage, when it starts)
    • Minimum Advertised Price (MAP) if applicable

    Round 4 — Partner Channels

    • Ask if they use partner channels
    • If yes, confirm or customize default margins: referrer (10%), affiliate (20%), reseller (30%), fronting (15%)
    • Customize roles and responsibilities per channel if needed

    Round 5 — Packages / Bundles

    • Ask if they offer predefined packages
    • If yes, for each package: name, target customer, components with prices, total, optional add-ons

    Round 6 — Marketing Content

    • Primary tagline and alternatives
    • Elevator pitch (30-second, ~50-75 words)
    • Social media posts (offer to generate based on product details if user prefers)
    • Value proposition and ROI calculation inputs

Read the full file on GitHub · 87 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 87 lines · 17 tokens per session scan A 1a48832b3b13

Subscribe to this mod's changes

sales-create-config is a command published in the GitHub repository nasrulhazim/claude (22 stars, last pushed 7d ago), licensed MIT. It adds 17 tokens to every session and 858 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.