https://github.com/ivanovishado/agent-skills
https://github.com/ivanovishado/agent-skills
agent-skills mexico mx openpay openpay-api skills
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanovishado/agent-skills
- Owner: ivanovishado
- License: mit
- Created: 2026-02-02T01:26:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-08T22:14:43.000Z (3 months ago)
- Last Synced: 2026-03-09T03:29:23.453Z (3 months ago)
- Topics: agent-skills, mexico, mx, openpay, openpay-api, skills
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agent Skills
A collection of AI agent skills for building applications in Mexico.
## Available Skills
### openpay-mexico
OpenPay payment integration for Mexican market with card, SPEI, and OXXO support.
```bash
npx skills add ivanovishado/agent-skills --skill openpay-mexico
```
**Use cases:**
- Integrating OpenPay payment processing
- Adding card, SPEI, and OXXO payments to Next.js/React apps
- Handling payment webhooks and verification
- Implementing secure REST API calls (no SDK)
---
### mexico-market
Mexico-specific product, payments, and UX knowledge for marketplaces and consumer apps.
```bash
npx skills add ivanovishado/agent-skills --skill mexico-market
```
**Use cases:**
- Understanding payment method preferences in Mexico
- Pricing display strategy (SPEI discount, no upcharges)
- WhatsApp-first communication patterns
- Mexican Spanish localization and cultural UX
- API pricing reference for OpenPay, Conekta, Stripe
### mexican-spanish
Mexican Spanish idioms, slang, and colloquial expressions expert for natural localization.
```bash
npx skills add ivanovishado/agent-skills --skill mexican-spanish
```
**Use cases:**
- Translating or rewriting text in natural Mexican Spanish
- Explaining Mexican idioms, slang, albures, and modismos
- Localizing content for a Mexican audience
- Understanding regional variations (Chilango, Norteño, Regio, Yucateco)
- Generating informal, colloquial text that sounds authentically Mexican
---
## Installation
Install all skills:
```bash
npx skills add ivanovishado/agent-skills
```
Install a specific skill:
```bash
npx skills add ivanovishado/agent-skills --skill
```