Azmx
Description
Design systems for AZMX and its brands — AZMX, Colab and Majarah — packaged as Agent Skills for Claude Code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
azmx
Design systems and projects for AZMX and its brands.
Maintained by [Gamal Eldien](https://gamaleldien.com).
Design systems
Packaged as Agent Skills for [Claude Code](https://claude.com/claude-code).
| Skill | Covers | Source |
|---|---|---|
| AZMX Brand | Colors, tokens, typography, logos, fonts, email design system, voice and tone guide | `brand/` |
| Colab Design | Palette with verified contrast rules, type scale, 8-column slide grid, 14 layout archetypes, pixel/dither graphic language | `colab/` |
| Majarah Design | Eleven-variable palette with a measured contrast matrix, Oswald/Helvetica type system, 1920×1080 slide grid, twelve layout archetypes, EN/AR variable architecture | `majarah/` |
Each skill is self-contained and follows the standard Agent Skill layout:
/
├── SKILL.md entry point — loaded by the agent
├── README.md human-facing overview
├── CHANGELOG.md version history
├── assets/ logos, fonts, icons, images
├── references/ detailed specs loaded on demand
└── scripts/ build and QA tooling
Install
Two ways. **The plugin keeps itself up to date; the script does not.**
As a plugin (recommended)
/plugin marketplace add Gamaleldientarek/azmx
/plugin install azmx@azmx
That installs all three skills. Claude Code then refreshes them in the background, so a push here reaches everyone without anyone running anything.
Skills invoked from a plugin are namespaced — `/azmx:azmx-brand`, `/azmx:colab-design`, `/azmx:majarah-design`. Automatic invocation is unaffected: ask for anything AZMX-branded and the skill loads on its own, exactly as before.
If you previously installed with `install.sh`, delete the copies first so you are not running two versions:
rm -rf ~/.claude/skills/azmx-brand ~/.claude/skills/colab-design ~/.claude/skills/majarah-design
To make a project prompt its collaborators automatically, add this to th
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://