What problem does it solve? Users of the Shipyard plugin often need to know which command to run, what a SY_/ACLI_ setting controls, or which model an agent uses, without digging through the plugin's docs themselves. This Skill answers those questions by reading the plugin's own bundled documentation and citing the exact source file and line. ## Core Features & Use Cases - Documentation-grounded answers: Reads configuration.md, agent-guide.md, README, and usage/installation docs under ${CLAUDE_PLUGIN_ROOT} to answer questions accurately. - Source citation: Every answer is backed by a repo-relative file:line reference the user can open directly. - Live config inspection: For "what is my config actually set to" questions, it prefers the show_config tool over quoting documented defaults. - Use Case: A user asks "what model does the gate agent use?" and receives the setting name, the doc reference, and the consuming file, all read from the current plugin files rather than guessed. ## Quick Start Ask the help skill a question about Shipyard, such as which setting controls the gate agent's model or how to diagnose a failing ship run.