A collection of agent-optimized skills for AI coding assistants focused on Hyperswitch Payment SDK integration and development.
| Skill | Description |
|---|---|
| hyperswitch-integrator | Integrate Hyperswitch Payment SDK into any application — Web, Native, and Cross-Platform |
| hyperswitch-dev | Hyperswitch React Native SDK development — project setup, build tools, and multi-platform support |
Use the Claude Code marketplace metadata in .claude-plugin/marketplace.json.
1. Add the marketplace:
/plugin marketplace add juspay/skill-matrix2. Install the skill you want:
/plugin install hyperswitch-integrator@skill-matrix
/plugin install hyperswitch-dev@skill-matrixOr use the interactive menu:
/plugin menuFor local development:
claude --plugin-dir ./path/to/skill-matrixOnce installed, Claude will automatically load the relevant skill based on the task.
Option 1: Install the bundled Codex plugins
npx codex-plugin add juspay/skill-matrixThis reads .agents/plugins/marketplace.json, installs the plugins into .codex/plugins/, and makes them available after restarting Codex.
Option 2: Install standalone skills
# Project-level
git clone https://github.com/juspay/skill-matrix.git
cp -r skill-matrix/skills/* .codex/skills/
# User-level
cp -r skill-matrix/skills/* ~/.codex/skills/Restart Codex to recognize newly installed skills.
Usage: Type $ to mention a skill or use /skills command.
Option 1: Install from GitHub (Recommended)
- Open Cursor Settings (
Cmd+Shift+J/Ctrl+Shift+J) - Navigate to Rules > Add Rule > Remote Rule (GitHub)
- Enter:
https://github.com/juspay/skill-matrix.git
Option 2: Local Installation
# Project-level
git clone https://github.com/juspay/skill-matrix.git .cursor/skills/skill-matrix
# User-level
git clone https://github.com/juspay/skill-matrix.git ~/.cursor/skills/skill-matrixUsage: Type / in Agent chat to search and select skills by name.
gemini skills install https://github.com/juspay/skill-matrix.gitManagement commands:
/skills list- view all discovered skills/skills enable <name>//skills disable <name>- toggle availability/skills reload- refresh skill inventory
# Project-level
git clone https://github.com/juspay/skill-matrix.git
cp -r skill-matrix/skills/* .opencode/skill/
# User-level
cp -r skill-matrix/skills/* ~/.config/opencode/skill/For assistants without native skills support, point them to the skill file:
Read skills/hyperswitch-integrator/SKILL.md for Hyperswitch Payment SDK integration guidelines
Read skills/hyperswitch-dev/SKILL.md for Hyperswitch React Native SDK development guidelines
skill-matrix/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace definition
├── .agents/
│ └── plugins/
│ └── marketplace.json # Codex marketplace definition
├── .claude/
│ └── skills/
│ └── validate-skills/
│ └── SKILL.md # Internal validation skill
├── docs/
│ └── skill-conventions.md # Skill authoring guidelines
└── skills/
├── hyperswitch-integrator/
│ ├── SKILL.md # Main skill: SDK integration guides
│ ├── agents/openai.yaml # Codex Skills UI metadata
│ └── references/ # Detailed integration files
│
└── hyperswitch-dev/
├── SKILL.md # Main skill: SDK development guides
├── agents/openai.yaml # Codex Skills UI metadata
└── references/ # Detailed development files
Contributions welcome! Skills should be:
- Actionable: Step-by-step instructions, not theory
- Searchable: Clear headings and keywords
- Complete: Include code examples and common pitfalls
When adding or editing skills, follow the agentskills.io specification and Claude Code best practices. The maintainer checklist lives in AGENTS.md, with supporting details in docs/skill-conventions.md.
Hyperswitch is the open-source payment orchestrator by Juspay.