Buildable Init banner
suntay44 suntay44

Buildable Init

Development community

Description

--- description: Make the current workspace Buildable-aware by writing a local .buildable config and repo profile. argument-hint: [--existing] allowed-tools: Bash(node:*), Bash(buildable:*), Read --- Initialize Buildable in the current workspace. 1. For an existing app, profile the repo without overwriting code: ```bash buildable init --existing 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT:-.}/bin/buildable.mjs" init --existing ``` For a fresh workspace, omit `--existing`. 2. Read

Installation

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

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

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

Full documentation available on GitHub

View Source Repository