Orchestrate product
Skill himanisharrma/finverge-sales-skills/plugins/finverge-sales-skills/skills/orchestrate-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 orchestrate-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 Orchestrate (Payment Orchestration Platform) collateral — demo decks, one-pagers, FAQ documents, and feature matrices. Use whenever the user mentions creating, drafting, preparing, generating, or needing ANY kind of Orchestrate, payment orchestration, multi-gateway routing, gateway failover, smart routing, or "best of multiple gateways" collateral. Triggers on phrases like "Orchestrate demo deck", "payment orchestration pitch", "smart routing one-pager", "multi-gateway FAQ", "make a deck on Orchestrate for an enterprise merchant", "Razorpay vs Orchestrate comparison", "Juspay alternative pitch", and similar. Pulls from the shared Orchestrate knowledge base (which includes real extracted pricing tier tables). Outputs PPTX, DOCX, or XLSX.
SKILL.md
2.2 KB, as published. Nobody here has run it
Orchestrate Product Skill
Generate FinVerge Orchestrate (Payment Orchestration Platform) collateral. Orchestrate is the orchestration layer that routes across multiple payment gateways (FinVerge PG, Razorpay, PayU, Cashfree) for high-volume enterprise merchants.
When to use
- "Orchestrate demo deck for an enterprise merchant"
- "Payment orchestration one-pager"
- "Orchestrate FAQ for sales team"
- "Orchestrate pricing sheet"
- "Feature matrix for the orchestration platform"
Generating
cd skills/orchestrate-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
bash generate_all.sh
Outputs go to ~/Downloads/orchestrate-output/.
What's in this skill
SKILL.md— this fileproduct_meta.py— Orchestrate config (display name, integration features, FAQ on competitive positioning, next steps)scripts/generate.py— thin dispatcher
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 |
| Pricing tiers (real extracted tables) | shared-kb/orchestrate/pricing.md |
| Positioning / competitive context | shared-kb/orchestrate/external.md |
| Compliance text | shared-kb/orchestrate/compliance.md |