Plugin plus marketplace
Installs `.codex-plugin/plugin.json`, bundled `skills/`, and a personal marketplace entry.
For Kenya payment builders
Give your coding agent the Daraja integration discipline it usually lacks: current-source checks, backend-only secrets, callback handling, and reconciliation patterns.
npx daraja-skills install
Adapter matrix
The default installer sets up every supported agent. You can also install only the adapter you need when a project uses one editor or CLI.
Installs `.codex-plugin/plugin.json`, bundled `skills/`, and a personal marketplace entry.
Adds `.cursor/rules/daraja-skills.mdc` with Daraja source policy and payment guardrails.
Installs a `gemini-extension.json`, `GEMINI.md`, command, and the Daraja skill bundle.
Writes `.agents/skills/daraja-api` and `.agents/rules/daraja-skills.md` for agent use.
Copies the same open `SKILL.md` package into `.claude/skills/daraja-api`.
Optional root context for tools that read plain repository instructions.
Why it matters
Daraja integrations are not just endpoint calls. The package teaches agents to check current contracts, keep credentials out of browser code, persist payment state, and treat callbacks as the source of truth.