yetone

Agent Skill Mowatch Dev — Development skill for Claude Code

Development community

Claude Code skill for MoWatch e-ink smartwatch app development.

How to install Agent Skill Mowatch Dev

This entry records only its repository, not the path inside it, so there is no exact command to give. Open yetone/agent-skill-mowatch-dev and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agent Skill Mowatch Dev does

Claude Code skill for MoWatch e-ink smartwatch app development.

Alternatives in Development

  • Cleanup Builds — Cleanup Dev Builds 20k ★
  • Feature Dev — Comprehensive feature development with specialized agents 14k ★
  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★

README

Agent Skill: MoWatch Development

A [Claude Code](https://github.com/anthropics/claude-code) agent skill for developing watch faces and apps for MoWatch e-ink smartwatch.

Installation

# Clone to your Claude skills directory
cd ~/.claude/skills
git clone https://github.com/yetone/agent-skill-mowatch-dev.git mowatch-dev

Usage

Once installed, Claude Code will automatically use this skill when you ask about MoWatch development. You can also explicitly invoke it:

/mowatch-dev

What's Included

  • Hardware Specifications: 200x200 e-ink display, ARM Cortex-M3
  • Bitmap Format: Horizontal 8-point left-high-bit encoding
  • Project Structure: Code organization and required SDK files
  • Docker Build Process: Complete compilation workflow
  • API Reference: Drawing, time, and system functions
  • Entry Points: app_init, onDraw, onKey, onUpdate
  • Image Processing: Python scripts for converting images to 1-bit bitmaps
  • Avatar Processing: Skin color detection for clean face rendering
  • Deployment: .mwa packaging and installation

Example Projects

License

MIT