lgbarnlgbarnCommunityΒ·16 Agent Skills Included

shipyard

Structured project execution from idea to shipped code

Guides software projects through a full lifecycle: brainstorm, plan, build, review, and ship. Enforces test-driven development, root-cause debugging, security audits, and verification gates so no phase ships untested or unreviewed. Dispatches parallel builder and reviewer agents with checkpoints, rollback, and session handoff to keep long projects on track.
npx skills add lgbarn/shipyard --all -g -y

All Skills in This Repository (16)

Pure Emerald Level Indicators
πŸ“¦ In Repo
lgbarnlgbarn

infrastructure-validation

Validate Terraform, Ansible, Docker, and CloudFormation configurations with formatting, syntax, linting, and security checks.

Community
Advanced
πŸ“¦ In Repo
lgbarnlgbarn

documentation

Generate code, API, architecture, and user documentation for projects.

Community
Intermediate
πŸ“¦ In Repo
lgbarnlgbarn

parallel-dispatch

Dispatch parallel agents to investigate independent failure domains and aggregate results.

Community
Intermediate
πŸ“¦ In Repo
lgbarnlgbarn

shipyard-debugging

Diagnose bugs through root-cause investigation before proposing fixes.

Community
Basic
πŸ“¦ In Repo
lgbarnlgbarn

shipyard-writing-skills

Validate Claude skill SKILL.md files with YAML frontmatter checks and deployment readiness tests.

Community
Advanced
πŸ“¦ In Repo
lgbarnlgbarn

git-workflow

Manage feature development with isolated git worktrees and atomic commits.

Community
Advanced
πŸ“¦ In Repo
lgbarnlgbarn

lessons-learned

Capture project discoveries into a structured LESSONS.md file after phase completion.

Community
Basic
πŸ“¦ In Repo
lgbarnlgbarn

shipyard-brainstorming

Translate user ideas into structured design requirements for Shipyard projects.

Community
Basic
πŸ“¦ In Repo
lgbarnlgbarn

shipyard-executing-plans

Dispatch builder and reviewer agents to execute implementation plans with two-stage gates.

Community
Advanced
πŸ“¦ In Repo
lgbarnlgbarn

shipyard-writing-plans

Convert specs and requirements into XML-structured Shipyard implementation plans.

Community
Basic
πŸ“¦ In Repo
lgbarnlgbarn

using-shipyard

Enforce Skill tool invocation before every agent response.

Community
Basic
πŸ“¦ In Repo
lgbarnlgbarn

security-audit

Audits code and infrastructure for security and compliance risks.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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→