shipyard
Structured project execution from idea to shipped code
All Skills in This Repository (16)
Pure Emerald Level Indicatorsinfrastructure-validation
Validate Terraform, Ansible, Docker, and CloudFormation configurations with formatting, syntax, linting, and security checks.
documentation
Generate code, API, architecture, and user documentation for projects.
parallel-dispatch
Dispatch parallel agents to investigate independent failure domains and aggregate results.
shipyard-debugging
Diagnose bugs through root-cause investigation before proposing fixes.
shipyard-writing-skills
Validate Claude skill SKILL.md files with YAML frontmatter checks and deployment readiness tests.
git-workflow
Manage feature development with isolated git worktrees and atomic commits.
lessons-learned
Capture project discoveries into a structured LESSONS.md file after phase completion.
shipyard-brainstorming
Translate user ideas into structured design requirements for Shipyard projects.
shipyard-executing-plans
Dispatch builder and reviewer agents to execute implementation plans with two-stage gates.
shipyard-writing-plans
Convert specs and requirements into XML-structured Shipyard implementation plans.
using-shipyard
Enforce Skill tool invocation before every agent response.
security-audit
Audits code and infrastructure for security and compliance risks.
Frequently Asked Questions
FAQPage SchemaHow to install Shipyard?βΌ
Run `npx skills add lgbarn/shipyard --all -g -y` in your terminal to install all skills in this collection globally.
What does Shipyard do?βΌ
It runs a structured development workflow: brainstorm requirements, plan phases, build with test-driven development, review code quality and security, then verify and ship. Each stage has gates so unfinished or untested work cannot slip through.
Does Shipyard work with Claude Code and Codex?βΌ
Yes. It is built as a Claude Code plugin and also ships a generated Codex plugin tree. All skills run natively in both, though parallel multi-agent dispatch degrades to sequential execution in Codex.
Can Shipyard import an existing specification?βΌ
Yes. It imports spec-kit feature directories or any handwritten spec document, maps them into a project definition and roadmap, and interviews you to fill any gaps before planning begins.
Do I need coding experience to use Shipyard?βΌ
Basic familiarity helps, but the workflow is command-driven. You describe what you want in plain English and the skills handle planning, building, testing, and review discipline for you.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core