
a2mus skills on Claude Market
4 skills published by a2mus. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
stitch-ui-designer
Generates UI screens using Google Stitch via MCP, shows image previews before exporting code, and supports iterative refinement. The workflow separates design approval from code generation. Outputs HTML and CSS once the user accepts a design.
doro-email-to-calendar
Reads emails and extracts calendar events from them, then creates entries in Google Calendar after user confirmation. Works in two modes: scanning your inbox directly for event-related emails, or processing emails you forward to a dedicated address. Includes duplicate detection, undo support, and deadline reminder events for RSVPs and ticket purchases.
doro-git-essentials
A reference for core Git commands covering setup, staging, branching, merging, rebasing, and remote operations. Includes common workflows like feature branches, hotfixes, and fork syncing. Also covers advanced topics such as cherry-pick, submodules, and bisect.
doro-command-creator
Creates Claude Code slash commands: markdown files placed in .claude/commands/ (project) or ~/.claude/commands/ (global) that expand into reusable prompts when invoked with /command-name. Guides through location selection, pattern matching, workflow definition, and file creation with a quality checklist.