agentsclimarketplace

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

Install
npx -y skills add himanisharrma/finverge-sales-skills --skill nach-product

Assembled 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 file
  • product_meta.py — NACH-specific config (display name, stats, FAQ items, integration features, next steps)
  • scripts/generate.py — thin dispatcher to shared/outputs/

Updating content

ChangeWhere to edit
FAQ Q&Aproduct_meta.pyFAQ_ITEMS
Stats / numbersproduct_meta.pyABOUT_STATS and ONE_PAGER_STATS
Integration featuresproduct_meta.pyINTEGRATION_FEATURES
Next steps in CTAproduct_meta.pyNEXT_STEPS
Product positioningshared-kb/nach/external.md
Feature listshared-kb/nach/features.md (or rerun extractor on updated source XLSX)
Compliance textshared-kb/nach/compliance.md
Pricingshared-kb/nach/pricing.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.