Free, open AI-agent skills from Majarrah Nexus. Works with Codex, Claude Code, and every agent that supports the Agent Skills open standard — including Cursor, GitHub Copilot, and Gemini CLI.
This repository is generated from the private
MajarrahCoremonorepo. Do not edit here — changes are overwritten on the next release.
| Plugin | What it does |
|---|---|
skill-craft |
Technical review and guided walkthroughs for agent skills, slash commands, and plugins. |
Every route installs the same skills. Pick the one that matches your agent.
codex plugin marketplace add MuhammadBahaa/majarrah-marketplace
codex plugin marketplace list
codex plugin list
codex plugin add skill-craft@majarrah-marketplacecodex plugin list should now show skill-craft@majarrah-marketplace as
installed, enabled. Start a new Codex task to load the skills.
claude plugin marketplace add MuhammadBahaa/majarrah-marketplace
# then, inside Claude Code:
/plugin install skill-craft@majarrah-marketplace/plugin lists what is installed — skill-craft should be enabled. Start a
new session to load the skills.
npx skills add MuhammadBahaa/majarrah-marketplaceskills.sh installs into
the shared Agent Skills directory these agents read. Gemini CLI alternative:
gemini skills install <skill-folder-or-git-url>. Reload skills or restart the
agent afterwards.
git clone https://github.com/MuhammadBahaa/majarrah-marketplace
mkdir -p ~/.agents/skills
cp -r majarrah-marketplace/plugins/skill-craft/skills/* ~/.agents/skills/Use ~/.agents/skills/ (user-wide) or <project>/.agents/skills/ (per
project). Restart the agent afterwards.
MIT © Majarrah Nexus