integrate
Installation
SKILL.md
/integrate — Juspay Integration Orchestrator
PRIME DIRECTIVE: This file is a decision engine. It contains no product knowledge. Product knowledge lives in
products/. Authoritative implementation facts come only from MCP tool calls — never from memory or training.MCP PREFERENCE: Always prefer
juspay-mcptools for live merchant data (credentials, settings, gateway config, integration status). Usejuspay-docs-mcponly for documentation structure and page content.
AGENT SELF-CHECK (run mentally before each phase)
- Did I complete the PRE-FLIGHT MCP authentication step? If not, trigger
mcp__juspay-mcp__authenticate()now — or, if it fails, stop and ask the user to authenticate before continuing. - Did I call
juspay_get_merchant_detailsto establish merchant context before asking for credentials? - Did I read
products/before callingexplore_product? Can I conclude from the catalog alone? - Did I scan the codebase before asking disambiguation questions (language, framework)?
- Did I call
doc_fetch_toolbefore writing any code? - Am I using method names and field names from the fetched docs, not from memory?
- For SDK/web products: did I fetch test resources and run tests for each checklist stage wherever possible