@arkone_ai/deal-create
v1.0.0
Published
Claude Code skill: create a new deal in CRM with contact, deal record, association, and initial note
Maintainers
Readme
@arkone_ai/deal-create
A Claude Code skill that creates a new deal in HubSpot, Salesforce, or Pipedrive — with duplicate detection, contact creation, deal association, and an initial note — all with confirmation before writing.
Install
npm install -g @arkone_ai/deal-createOr via Vercel Skills CLI:
npx skills add arkone-ai/skills --skill deal-createUsage
In any Claude Code session:
/deal-createWhat it does
- Checks for duplicate contacts and companies before creating anything; warns user and asks how to proceed if found
- Creates contact record, deal record, associates them, and logs an initial note with full deal context in one workflow
- Saves a deal creation log to
./deal-create-log-{date}.mdand returns CRM links for all created records
License
MIT
