Buildable Status banner
suntay44 suntay44

Buildable Status

Development community

Description

--- description: Inspect the current Buildable workspace and suggest the next command without writing files. argument-hint: [optional-path-to-app] allowed-tools: Bash(node:*), Bash(buildable:*), Read --- Inspect the selected workspace by default. If a path is provided, inspect: **${ARGUMENTS}** 1. Run the Buildable status inspector: ```bash buildable status "${ARGUMENTS:-.}" 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT:-.}/bin/buildable.mjs" status "${ARGUMENTS:-.}" ``` 2. Treat the ou

Installation

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

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

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

Full documentation available on GitHub

View Source Repository