npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mm-design-systems

v1.0.1

Published

MM Design Systems: Premium Agent Skills for UI/UX, System Design, Apple HIG, Material 3, and Frontend architecture.

Downloads

297

Readme

🎨 MM Design Systems

Agent Skills Version License: MIT

A production-grade Agent Skills Plugin for AI Coding Assistants. mm-design-systems provides "MM Signature Edition" Design Guidelines, System Design, UI/UX Principles, and Frontend Architecture for multiple world-class design systems.

It is expertly engineered to give AI agents (like Claude, Gemini, Codex, and Cursor) access to strict, premium design standards when creating or updating UI components and complex frontend layouts.

Built with ❤️ by Muhammed Mekky.


🎯 About (System Design & UI/UX)

If you are looking for resources on system design, UI/UX, frontend architecture, and design systems for AI agents, you are in the right place! This repository covers everything from typography and spacing to advanced glassmorphism and Material 3 state management.


🌟 Included Design Systems

mm-design-systems bundles the following high-end skills:

| Skill Command | Design System | Description | | :--- | :--- | :--- | | $mm-hig-design | Apple HIG | Apple Human Interface Guidelines (MM Edition) | | $mm-atlassian-design | Atlassian | Atlassian Design System (MM Edition) | | $mm-heroui-design | HeroUI | HeroUI Design System (MM Edition) | | $mm-liquid-glass-design | Liquid Glass | Liquid Glass Design System (MM Edition) | | $mm-material-3-design | Material 3 | Material 3 Design System (MM Edition) |


🚀 Installation

You can install these skills globally or per-project using our built-in npm CLI tool.

npm CLI (Recommended)

Install a native skill or adapter with npm:

npx mm-design-systems install claude
npx mm-design-systems install claude --scope project
npx mm-design-systems install antigravity
npx mm-design-systems install cursor --project .

If the npm package is not published yet, you can run it directly from GitHub:

npx github:m2kky/mm-design-systems install claude

💻 Native Agent Skills Paths

If you prefer installing manually, here is how they integrate into different agents:

| Agent / Tool | Global Install Path | Project Install Path | How to Invoke | | --- | --- | --- | --- | | Google Antigravity | ~/.gemini/config/plugins/mm-design-systems | .agents/plugins/mm-design-systems | Ask to use MM Design Systems | | Claude Code | ~/.claude/skills/mm-* | .claude/skills/mm-* | /mm-hig-design etc. | | OpenAI Codex | ~/.agents/skills/mm-* | .agents/skills/mm-* | $mm-hig-design |

(Note: Our installer script handles placing these folders for you!)

🔌 Rule or Instruction Adapters (Cursor, Copilot, etc.)

Some agents do not load Agent Skills directories natively but rely on rule files (e.g., .cursor/rules, AGENTS.md). Run the following to automatically generate the required adapter instructions:

npx mm-design-systems install cursor
npx mm-design-systems install amazonq

💡 Usage Examples

Once installed, simply command your AI agent to apply a specific design system.

Apple HIG Example:

"Use $mm-hig-design to recreate this iOS settings page following Apple's strict guidelines and MM signature touches."

Atlassian Example:

"Review this React component dashboard and update it to perfectly match the $mm-atlassian-design specifications."


🛠️ Scaffold Script

The plugin includes a handy Python helper script (inherited from Project Docs Builder) to scaffold your project's documentation packs.

Dry-run (Test):

python scripts/scaffold_docs_pack.py /path/to/project --level full --dry-run

Create files:

python scripts/scaffold_docs_pack.py /path/to/project --level full

(Supported levels: lite, full, enterprise)


📄 License

MIT. See LICENSE for more details.