Home
Softono

My Marketplace

Open source
12
Stars
2
Forks
0
Issues
0
Watchers
4 months
Last Commit

 About My Marketplace

a collection of productivity skills for claude code.

Platforms

Web Self-hosted

Links

Need Help Installing My Marketplace?

We provide expert installation service for this software. Our team will install, configure, and secure My Marketplace on your server. plans start at just $30.

My Marketplace

View on GitHub

inspire-skills

a collection of productivity skills for claude code.

available skills

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

installation

# 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

skills

agent-orchestrator

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.

payme-integration

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.

click-integration

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.

structure

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)

license

mit