Skip to content

sh-iv-am/skill-matrix

Repository files navigation

Skill Matrix

A collection of agent-optimized skills for AI coding assistants focused on Hyperswitch Payment SDK integration and development.

Available Skills

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

Quick Start

Claude Code

Use the Claude Code marketplace metadata in .claude-plugin/marketplace.json.

1. Add the marketplace:

/plugin marketplace add juspay/skill-matrix

2. Install the skill you want:

/plugin install hyperswitch-integrator@skill-matrix
/plugin install hyperswitch-dev@skill-matrix

Or use the interactive menu:

/plugin menu

For local development:

claude --plugin-dir ./path/to/skill-matrix

Once installed, Claude will automatically load the relevant skill based on the task.

OpenAI Codex

Option 1: Install the bundled Codex plugins

npx codex-plugin add juspay/skill-matrix

This 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.

Cursor

Option 1: Install from GitHub (Recommended)

  1. Open Cursor Settings (Cmd+Shift+J / Ctrl+Shift+J)
  2. Navigate to Rules > Add Rule > Remote Rule (GitHub)
  3. 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-matrix

Usage: Type / in Agent chat to search and select skills by name.

Gemini CLI

gemini skills install https://github.com/juspay/skill-matrix.git

Management commands:

  • /skills list - view all discovered skills
  • /skills enable <name> / /skills disable <name> - toggle availability
  • /skills reload - refresh skill inventory

OpenCode

# 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/

Other Assistants

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

Structure

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

Contributing

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.


Made by Juspay

Hyperswitch is the open-source payment orchestrator by Juspay.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors