Opentabs build-plugin

Complete plugin development workflow: build, test, icon, troubleshoot, and setup. Use when the user wants to build a plugin, create a plugin, troubleshoot issues, add icons, or install/configure plugins. Triggers on: build plugin, create plugin, develop plugin, new plugin, plugin icon, troubleshoot, debug, setup plugin, install plugin.

install
source · Clone the upstream repo
git clone https://github.com/opentabs-dev/opentabs
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/opentabs-dev/opentabs "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/build-plugin" ~/.claude/skills/opentabs-dev-opentabs-build-plugin && rm -rf "$T"
manifest: .claude/skills/build-plugin/SKILL.md
source content

IMPORTANT: This file is a stub. The actual skill content is maintained in

__SKILL__.md
in this same directory.

Before proceeding, you MUST read the file

.claude/skills/build-plugin/__SKILL__.md
for the latest skill instructions. The content is kept separate so that updates to the skill are always picked up fresh, even if this stub was cached at the start of a session.