Collect product
Skill himanisharrma/finverge-sales-skills/plugins/finverge-sales-skills/skills/collect-product
FinVerge Sales Skills — Claude Code plugin that automates sales/marketing collateral (proposals, product decks, content campaigns) with a dual public/internal knowledge-base architecture
npx -y skills add himanisharrma/finverge-sales-skills --skill collect-productAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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
Generate FinVerge Collect (No-Code Payments Platform) collateral — Payment Links, Pages, Buttons, Forms. Demo decks, one-pagers, FAQ documents, and feature matrices. Use whenever the user mentions creating, drafting, preparing, generating, or needing ANY kind of Collect, no-code payments, Payment Links, Payment Pages, Payment Buttons, Payment Forms, bulk links, payment landing pages, or "no developer needed" payment collateral. Triggers on phrases like "Collect demo deck", "no-code payment pitch", "Payment Links one-pager", "Payment Pages FAQ", "make a deck on our no-code platform", "bulk payment link generation pitch", "payment buttons sales sheet", and similar. Pulls from the shared Collect knowledge base. Outputs PPTX, DOCX, or XLSX.
SKILL.md
2.1 KB, as published. Nobody here has run it
Collect Product Skill
Generate FinVerge Collect (No-Code Payments Platform) collateral. Covers all 4 sub-products: Payment Links, Pages, Buttons, Forms.
When to use
- "Collect demo deck for an SME"
- "Payment Links one-pager"
- "No-code platform FAQ"
- "Feature matrix for the no-code platform"
Generating
cd skills/collect-product/scripts
python3 generate.py --output demo_deck
python3 generate.py --output one_pager
python3 generate.py --output faq
python3 generate.py --output feature_matrix
# Or all at once:
bash generate_all.sh
Outputs go to ~/Downloads/collect-output/.
What's in this skill
SKILL.md— this fileproduct_meta.py— Collect-specific config (display name, sub-product positioning, FAQ, integration features, next steps)scripts/generate.py— thin dispatcher to shared/outputs/
Updating content
| Change | Where to edit |
|---|---|
| FAQ Q&A | product_meta.py → FAQ_ITEMS |
| Stats / numbers | product_meta.py → ABOUT_STATS and ONE_PAGER_STATS |
| Sub-product positioning | shared-kb/collect/external.md (covers Form/Buttons/Links/Pages) |
| Sub-product features | shared-kb/collect/features.md (each sub-product as a section) |
| Compliance text | shared-kb/collect/compliance.md |
| Pricing | shared-kb/collect/pricing.md |