Agent capability
frontend-design
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Complete terms in LICENSE.txt
Compatible agent runtimes
3 files
18,993 bytes
Runtime provisioning
Provision this capability
The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.
Shared Agent Skills
User scope: ~/.agents/skills/frontend-design
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh frontend-design --client agents --scope user --registry __MM_RUNTIME_ORIGIN__
Codex
User scope: ~/.agents/skills/frontend-design
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh frontend-design --client codex --scope user --registry __MM_RUNTIME_ORIGIN__
OpenCode
User scope: ~/.config/opencode/skills/frontend-design
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh frontend-design --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__
Antigravity
User scope: ~/.gemini/config/skills/frontend-design
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh frontend-design --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'frontend-design' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'
Artifact integrity
Versioned package contents
| Path | Bytes | SHA-256 |
|---|---|---|
| LICENSE.txt | 10,174 | 0d542e0c8804e39a… |
| SKILL.md | 8,260 | 1608ea77fbb6fc30… |
| SOURCE.md | 559 | 58f486830b53833d… |