Move Docs banner
lgbarn lgbarn

Move Docs

Documentation community

Description

--- description: "Move codebase documentation between .shipyard/codebase and docs/codebase" disable-model-invocation: true argument-hint: "" --- # /shipyard:move-docs - Relocate Codebase Documentation Move brownfield codebase analysis documentation between `.shipyard/codebase/` and `docs/codebase/`, updating configuration and committing the change. <prerequisites> ## Step 1: Validate State 1. Verify `.shipyard/` exists. If not, tell the user to run `/shipyard:init` first. 2. Read `codebase_

Installation

Installs to ~/.claude/skills/lgbarn-shipyard-move-docs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lgbarn-shipyard-move-docs && curl -fsSL https://raw.githubusercontent.com/lgbarn/shipyard/HEAD/commands/move-docs.md -o ~/.claude/skills/lgbarn-shipyard-move-docs/SKILL.md

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

Full documentation available on GitHub

View Source Repository