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 |