A plugin marketplace that provides AI coding assistance for Mobiscroll — a UI component library for calendars, schedulers, date/time pickers, selects, and forms — and for Mobiscroll Connect, its server-side calendar sync product. Supports both Claude Code and OpenAI Codex.
| Plugin | Description |
|---|---|
mobiscroll |
Skills + MCP server for writing Mobiscroll UI code across all frameworks, plus Mobiscroll Connect (server-side OAuth calendar sync) |
The mobiscroll plugin includes:
- Eight skills — conventions, patterns, and anti-patterns for React, Angular, Vue, JavaScript, jQuery, and theming, plus a standalone skill for Mobiscroll Connect
- MCP server — live API schema lookup, code validation, and example search against the Mobiscroll docs, plus a matching set of tools for Mobiscroll Connect's REST endpoints and SDKs
Registration and install commands differ slightly between the two tools — pick the section that matches your setup.
Note: Exact command syntax may vary by version. Check the Claude Code docs or the Codex docs for the latest plugin commands if the steps below don't work.
Step 1 — Register this marketplace (one-time):
/plugin marketplace add acidb/mobiscroll-marketplaceStep 2 — Install the plugin:
/plugin install mobiscroll@mobiscrollStep 1 — Register this marketplace (one-time):
/plugins marketplace add acidb/mobiscroll-marketplaceStep 2 — Install the plugin:
/plugins install mobiscroll@mobiscrollSee plugins/mobiscroll/README.md for full details on what the plugin does, how it works, and supported frameworks and components.