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-mcp tools for live merchant data (credentials, settings, gateway config, integration status). Use juspay-docs-mcp only 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_details to establish merchant context before asking for credentials?
  • Did I read products/ before calling explore_product? Can I conclude from the catalog alone?
  • Did I scan the codebase before asking disambiguation questions (language, framework)?
  • Did I call doc_fetch_tool before 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
Installs
62
First Seen
May 22, 2026
integrate — sahyll/juspay-skills