Buildable Design banner
suntay44 suntay44

Buildable Design

Testing community

Description

--- description: Create a Buildable UI/UX design brief from a prompt or current app spec. argument-hint: <design prompt> [--page <surface>] allowed-tools: Bash(node:*), Bash(buildable:*), Read, Edit, Write --- Create a Buildable design brief for: **$ARGUMENTS** 1. Run the design command: ```bash buildable design "$ARGUMENTS" 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT:-.}/bin/buildable.mjs" design "$ARGUMENTS" ``` Use `--page "login"` or similar when the user asks for a specific pa

Installation

Installs to ~/.claude/skills/suntay44-buildable-plugin-skills-buildable-design/SKILL.md

Terminal
mkdir -p ~/.claude/skills/suntay44-buildable-plugin-skills-buildable-design && curl -fsSL https://raw.githubusercontent.com/suntay44/buildable-plugin-skills/HEAD/commands/buildable-design.md -o ~/.claude/skills/suntay44-buildable-plugin-skills-buildable-design/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository