Flash Size
Description
--- description: Analyze firmware binary size and partition layout in detail --- Perform a detailed analysis of the firmware flash usage. This is critical — flash is ~96% full. ## Steps 1. **Build firmware** (if not recently built): ```bash pio run -e ulanzi ``` 2. **Get firmware binary size:** ```bash stat -f%z .pio/build/ulanzi/firmware.bin 2>/dev/null || stat -c%s .pio/build/ulanzi/firmware.bin ``` 3. **Parse build output** for section sizes: Look for the RAM/Flash u
Installation
Installs to ~/.claude/commands/svitrix-svitrix-firmware-flash-size.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/svitrix/svitrix-firmware/HEAD/.claude/commands/flash-size.md -o ~/.claude/commands/svitrix-svitrix-firmware-flash-size.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://