card-issuing — Main Router
Download card-issuing.zip · Part of the MVP bundle.
Purpose
Entry point for all card-issuing integration questions. Identifies developer intent (authentication, quickstart, error troubleshooting, etc.) and routes the AI tool to the appropriate sub-skill.
Trigger words
EastPay, 发卡, card issuing, 开卡, Coshine
Behavior
When installed, the AI tool recognises these triggers and will:
- Route "how do I authenticate?" →
card-issuing-auth - Route "give me a minimum integration example" →
card-issuing-quickstart - Route "what fields does the public header have? what do error codes mean?" →
card-issuing-references - Stop and flag Transaction / advanced APIs (LoadFund, BalanceInquiry, CardReplacement, 3DS, Loyalty) as not yet covered in the MVP
Depends on
card-issuing-authcard-issuing-quickstartcard-issuing-references
Installing the main router alone without the sub-skills will work for navigation, but answers will be shallow. We recommend installing the full bundle (coshine-skills-all.zip).
Source
See skills/card-issuing/SKILL.md in the repository for the authoritative content.