Nach product
Skill himanisharrma/finverge-sales-skills/plugins/finverge-sales-skills/skills/nach-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 nach-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 NACH & Recurring (Subscription / e-NACH) product collateral — demo decks, one-pagers, FAQ documents, and feature matrices. Use whenever the user mentions creating, drafting, preparing, generating, or needing ANY kind of NACH, e-NACH, Subscription, Recurring, Mandate, AutoPay, or Auto-Debit collateral — even when they don't explicitly name the output. Triggers on phrases like "NACH demo deck", "e-NACH pitch", "Subscription product one-pager", "NACH FAQ", "mandate feature sheet", "make something on NACH for a merchant", "recurring collections pitch", "Auto-debit FAQ", "NACH proposal for corporate banking", and similar. Pulls content from the shared NACH knowledge base (positioning, features, pricing, compliance) via the kb_loader. Applies FinVerge branding (navy/orange/blue-sky, FinVerge logo, brand frame). Outputs PPTX, DOCX, or XLSX.
SKILL.md
2.6 KB, as published. Nobody here has run it
NACH Product Skill
Generate FinVerge NACH & Recurring collateral. All NACH-specific configuration is in product_meta.py. The actual rendering happens in the plugin-wide shared/outputs/ modules.
When to use
Whenever the user asks for any NACH-related sales/marketing/technical artifact:
- "NACH demo deck for HDFC corporate banking" → demo_deck
- "Subscription one-pager for a lending client" → one_pager
- "e-NACH FAQ sheet for the team" → faq
- "Feature matrix of NACH for IT team" → feature_matrix
Do NOT use for:
- Bank proposals (use
bank-proposal-generator— it pulls from this product's KB automatically) - Other products (PG, Collect, Orchestrate — each has its own skill)
Generating
cd skills/nach-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
Outputs go to ~/Downloads/nach-output/.
What's in this skill
SKILL.md— this fileproduct_meta.py— NACH-specific config (display name, stats, FAQ items, 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 |
| Integration features | product_meta.py → INTEGRATION_FEATURES |
| Next steps in CTA | product_meta.py → NEXT_STEPS |
| Product positioning | shared-kb/nach/external.md |
| Feature list | shared-kb/nach/features.md (or rerun extractor on updated source XLSX) |
| Compliance text | shared-kb/nach/compliance.md |
| Pricing | shared-kb/nach/pricing.md |