Reusable Ai skills for framework integrations, payment flows, and developer workflows.
npx skills add https://github.com/lowintechie/skills --skill aba-paywayInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
Curated, versioned collection of reusable Codex skills for real-world engineering work.
This repository centralizes skills so they can be reused across projects and teams with consistent quality.
| Skill | Description | Notes |
|---|---|---|
aba-payway |
ABA PayWay checkout integration and troubleshooting | Framework-agnostic, Next.js-first profile |
bakong-khqr |
Bakong KHQR + Open API payment integration and troubleshooting | Dynamic/static KHQR guidance, token lifecycle, status polling patterns |
skills/
├── aba-payway/
│ ├── SKILL.md
│ ├── README.md
│ ├── agents/
│ │ └── openai.yaml
│ ├── references/
│ └── scripts/
├── bakong-khqr/
│ ├── SKILL.md
│ ├── README.md
│ ├── agents/
│ │ └── openai.yaml
│ └── references/
└── ...
Install from this repo by skill name:
npx skills add https://github.com/lowintechie/skills --skill aba-payway
npx skills add https://github.com/lowintechie/skills --skill bakong-khqr
Alternative (path-based) install:
npx skills add lowintechie/skills/aba-payway
npx skills add lowintechie/skills/bakong-khqr
Invoke directly in prompts with $skill-name:
Use $aba-payway to implement secure ABA PayWay checkout.
Use $bakong-khqr to implement Bakong KHQR and Open API payment checks.
stripe-webhook).SKILL.md frontmatter:
namedescriptionagents/openai.yaml with UI metadata.references/, scripts/, and assets/ as needed.SKILL.md (what + when to use).Use semantic, reviewable changes per skill and keep changelog notes in pull requests.
Issues and pull requests are welcome for:
MIT (or your preferred license).