The official repository for Zid's Arabic ecommerce Agent Skills, published through skills.zid.sa.
Each skill is a complete, self-contained package rather than a standalone SKILL.md file. A package may include execution instructions, output templates, references, examples, assets, agent configuration, and validation scripts.
npx skills add https://github.com/zidsa/maharat-skills --listnpx skills add https://github.com/zidsa/maharat-skills --skill merchant-lead-01Replace merchant-lead-01 with any directory name under skills/.
skills/<skill-name>/
├── SKILL.md
├── LICENSE.txt
├── agents/
├── assets/
├── examples/
├── references/
└── scripts/
Companion files vary by skill. SKILL.md is always the package entry point, and any referenced companion files must remain in their original relative locations.
When a package includes an output validator, run it after saving the result:
node skills/<skill-name>/scripts/validate-output.mjs result.mdSome skills include additional tests or validation commands inside their own scripts/ directory. Review the package before running it.
This repository is the source of truth for installable skill packages. The zidsa/zid-skills website repository mirrors the reviewed packages it publishes.
When adding or updating a skill:
- Commit the complete package under
skills/<skill-name>/. - Review
SKILL.mdand every companion file. - Run the package's validators and tests.
- Confirm that paths, examples, and install instructions work from a clean checkout.
- Update the website repository only after the source package is ready.
Do not submit SKILL.md alone when the skill depends on references, examples, assets, agents, or scripts.
- Website: skills.zid.sa
- Website repository: zidsa/zid-skills
- Skill packages: zidsa/maharat-skills
This repository and its skill packages are maintained and published by Zid. See the root LICENSE and each package's LICENSE.txt for usage terms.