yuichiroharai
@yuichiroharai
3 Skills
3 Total Stars
February 2026 Joined
Public Skills
figma-mcp-downloader
by yuichiroharai
CLI for downloading complete Figma design context and metadata to local files. Always use this CLI instead of calling Figma MCP tools (get_design_context, get_metadata) directly. Direct MCP tool calls risk incomplete data due to context limits. This CLI guarantees 100% complete output.
bulk-remove-classname
by yuichiroharai
Removes a specified class name from HTML/JSX files using the classname-search CLI tool. Use when you need to safely remove all occurrences of a specified class name from target files.
classname-search
by yuichiroharai
A CLI tool that searches inside class and className attributes and matches against each class name individually. Use this instead of grep when searching or replacing class names.