Buildable Review banner
suntay44 suntay44

Buildable Review

Security community

Description

--- description: Audit the current prototype against its Buildable app spec, archetype expectations, and local-first guardrails. argument-hint: [optional-path-to-app] allowed-tools: Bash(node:*), Bash(buildable:*), Read, Edit --- Review the selected workspace by default. If a path is provided, review: **${ARGUMENTS}** 1. Run the Buildable reviewer: ```bash buildable review "${ARGUMENTS:-.}" 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT:-.}/bin/buildable.mjs" review "${ARGUMENTS:-.}" ```

Installation

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

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

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

Full documentation available on GitHub

View Source Repository