a collection of productivity skills for claude code by inspire
npx claudepluginhub ubranch/my-marketplaceconverts any task into a production-ready multi-agent orchestration prompt for claude code
expert-level payme payment system integration skill for uzbekistan's payme business platform
expert-level click payment integration skill for uzbekistan's click superapp
Share bugs, ideas, or general feedback.
a collection of productivity skills for claude code.
| skill | description |
|---|---|
| agent-orchestrator | converts any task into a production-ready multi-agent orchestration prompt |
| payme-integration | expert-level payme payment system integration for uzbekistan's payme business platform |
| click-integration | expert-level click payment integration for uzbekistan's click superapp |
# add the marketplace
/plugin marketplace add ubranch/my-marketplace
# install a skill
/plugin install agent-orchestrator@inspire-skills
/plugin install payme-integration@inspire-skills
/plugin install click-integration@inspire-skills
activates automatically when you ask to parallelize work, orchestrate agents, or split tasks into parallel work streams. generates a copy-paste ready orchestration prompt that spawns specialized agent teams for any domain.
activates when you mention payme, paycom, or payment integration for the uzbek market. covers both merchant API (server-to-server) and subscribe API (card tokenization + receipts), sandbox testing, error handling, fiscalization, and production deployment.
activates when you mention click, click.uz, or click payment integration. covers shop API (prepare/complete), merchant API (invoices, payments, tokens, reversal), payment button, inline checkout, click pass (QR POS), fiscalization, telegram bot payments, mobile SDK, and CMS plugins.
my-marketplace/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ ├── agent-orchestrator/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ └── skills/
│ │ └── agent-orchestrator/
│ │ └── SKILL.md
│ ├── payme-integration/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ └── skills/
│ │ └── payme-integration/
│ │ ├── SKILL.md
│ │ └── references/
│ │ ├── merchant-api.md
│ │ ├── subscribe-api.md
│ │ └── additional-reference.md
│ └── click-integration/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ └── click-integration/
│ ├── SKILL.md
│ └── references/
│ └── (15 reference files)
mit