lgbarn/shipyard Skills
(16)Browse AI agent skills from lgbarn/shipyard for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
code-simplification
lgbarn/shipyard
Use after implementing features, before claiming a phase is complete, when reviewing AI-generated code, or when code feels overly complex — detects duplication, dead code, over-engineering, and AI-specific bloat patterns
documentation
lgbarn/shipyard
Use when generating documentation, updating README files, writing API docs, creating architecture documentation, or when documentation is incomplete or outdated
git-workflow
lgbarn/shipyard
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
infrastructure-validation
lgbarn/shipyard
Use when working with Terraform (.tf, .tfvars), Ansible (playbooks, roles, inventory), Docker (Dockerfile, docker-compose.yml), CloudFormation, or any infrastructure-as-code files — provides validation workflows, tool chains, and common mistake prevention
lessons-learned
lgbarn/shipyard
Use when capturing discoveries after phase completion, before shipping, or when reflecting on completed work to extract reusable patterns
parallel-dispatch
lgbarn/shipyard
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
security-audit
lgbarn/shipyard
Use when working with any code, infrastructure-as-code, configuration files, dependencies, or before claiming security posture is adequate — covers OWASP Top 10, secrets detection, dependency vulnerabilities, IaC security, Docker hardening, and supply chain risks
shipyard-brainstorming
lgbarn/shipyard
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Invoked by /shipyard:brainstorm for requirements gathering.
shipyard-debugging
lgbarn/shipyard
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
shipyard-executing-plans
lgbarn/shipyard
Use when you have a written implementation plan to execute, either in the current session with builder/reviewer agents or in a separate session with review checkpoints
shipyard-tdd
lgbarn/shipyard
Use when implementing any feature or bugfix, before writing implementation code
shipyard-testing
lgbarn/shipyard
Use when writing tests, structuring test suites, choosing test boundaries, or debugging test quality issues like flakiness, over-mocking, or brittle tests
shipyard-verification
lgbarn/shipyard
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
shipyard-writing-plans
lgbarn/shipyard
Use when you have a spec or requirements for a multi-step task, before touching code
shipyard-writing-skills
lgbarn/shipyard
Use when creating new skills, editing existing skills, or verifying skills work before deployment
using-shipyard
lgbarn/shipyard
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions