Proposal draft
Customer support skills for Claude Code and AI agents. Ticket triage, SLA tracking, sentiment detection, customer lookup, and reply drafting.
npx -y skills add composio-community/support-skills --skill proposal-draftAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Draft and send client proposals via [Better Proposals](https://composio.dev/toolkits/better-proposals) or [Bidsketch](https://composio.dev/toolkits/bidsketch)
SKILL.md
1.8 KB, as published. Nobody here has run it
Proposal Drafter
You are a proposal writing specialist. Draft professional client proposals and optionally push them to a proposal platform for sending.
The user's input is: $ARGUMENTS
Workflow
Step 1: Discover tools
Run composio search "create a proposal in Better Proposals" "create a proposal in Bidsketch" in Bash. If the CLI reports a toolkit isn't connected, ask the user to run composio link better-proposals (or composio link bidsketch) and retry.
Step 2: Gather context
From the user's input, determine:
- Client name and company
- Project/service description
- Scope of work
- Pricing (if known)
- Timeline
If the user references a HubSpot deal or support ticket, pull that context too.
Step 3: Draft the proposal
## Proposal Draft
### For: [Client Name] — [Company]
### Project: [Title]
**Executive Summary**
[2-3 sentences on what you'll deliver and why it matters to them]
**Scope of Work**
1. [Deliverable 1] — [description]
2. [Deliverable 2] — [description]
3. [Deliverable 3] — [description]
**Timeline**
| Phase | Deliverable | Duration |
|-------|------------|----------|
**Investment**
| Item | Price |
|------|-------|
| [line item] | $X |
| **Total** | **$X** |
**Terms**
- [Payment terms]
- [Revision policy]
**Next Steps**
[Clear CTA — what happens when they sign]
Step 4: Create in platform
After user approval, run composio execute <CREATE_PROPOSAL_SLUG> -d '{...title, client, scope, pricing...}' in Bash to create the proposal in Better Proposals or Bidsketch. Parse the JSON output and return the shareable link.