research
49Command
On-demand domain research — evaluate technology options, investigate ecosystem choices.
Command
On-demand domain research — evaluate technology options, investigate ecosystem choices.
Command
Restore context from a previous session and continue.
Command
On-demand code review — review current changes, a diff range, or specific files.
Command
Revert to a previous Shipyard checkpoint.
Command
View or update Shipyard workflow settings.
Command
Finish and deliver completed work.
Command
On-demand simplification review — detect duplication, dead code, unnecessary complexity, AI bloat.
Command
Show project progress and route to next action.
Command
On-demand verification — run tests, check acceptance criteria, validate phase completion.
Command
Manage git worktrees for isolated feature development.
Hook
Runs when a session starts on startup, resume, clear and compact, executing state-read.sh and marketplace-sync.sh (2 commands). From lgbarn/shipyard.
Hook
Runs on the TeammateIdle event, executing teammate-idle.sh. From lgbarn/shipyard.
Hook
Runs when a task is marked completed, executing task-completed.sh. From lgbarn/shipyard.
Hook
Runs when the agent finishes a response, executing stop.sh. From lgbarn/shipyard.
Skill Claude CodeCodex
Use after implementing features, before claiming a phase is complete, when reviewing AI-generated code, or when code feels overly complex. Also use when you notice repeated patterns across files, a function exceeds 40 lines, nesting exceeds 3 levels, or an abstraction has only one implementation. Covers duplication…
Skill Claude CodeCodex
Use when shipping features with public interfaces that lack docs, generating documentation, updating README files, writing API docs, creating architecture documentation, or when documentation is incomplete or outdated. Also use when adding breaking changes, implementing complex algorithms, or before shipping any phase…
Skill Claude CodeCodex
Use when starting feature work that needs a branch, creating worktrees for isolation, making atomic commits during development, or completing a development branch via merge, PR, preserve, or discard. Also use when the user says "set up worktree", "create PR", "finish this branch", "start feature", or when you need an…
lgbarn/trading-indicator-plugins
Plugin Claude Code
Plugin marketplace listing 1 plugin: trading-indicators.
lgbarn/trading-indicator-plugins
Plugin Claude Code
Trading indicator development for TradingView, NinjaTrader, and Tradovate.
lgbarn/trading-indicator-plugins
Agent
Trading indicator code review specialist. Reviews quality, correctness, and best practices without making edits.
lgbarn/trading-indicator-plugins
Agent
Cross-platform indicator translation specialist. Converts indicators between Pine Script, NinjaScript, and Tradovate JavaScript.
lgbarn/trading-indicator-plugins
Agent
Trading indicator debugging specialist. Troubleshoots runtime errors and common issues.
lgbarn/trading-indicator-plugins
Agent
Fetches official documentation for Pine Script, NinjaTrader, and Tradovate before generating code. Use proactively before any code generation to verify syntax and API usage.
lgbarn/trading-indicator-plugins
Agent
Trading indicator documentation specialist. Generates README files and documentation from code.