using-shipyard

Enforce Skill tool invocation before every agent response.

66|3|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/lgbarn/shipyard --skill using-shipyard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-shipyard
Source: https://github.com/lgbarn/shipyard/tree/main/skills/using-shipyard
Command: npx skills add https://github.com/lgbarn/shipyard --skill using-shipyard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces mandatory invocation of the Skill tool before any agent response, establishing a consistent governance pattern for conversations and reducing misapplied actions.

Core Features & Use Cases

  • Deterministic activation: The skill defines explicit triggers that require invoking the Skill tool when evaluating a user request.
  • Activation protocol: Before every reply, the agent evaluates file, task, state, and content triggers, and invokes all matching skills as needed.
  • Guidance and governance: Provides a clear workflow for teams to ensure skills are applied consistently across platforms (e.g., Claude Code) and contexts.

Quick Start

Invoke the Skill tool before responding to any user input. In Claude Code, call Skill("shipyard:using-shipyard") to load this policy and follow its steps. If unsure, trigger the skill evaluation and proceed according to outcomes.

Frequently Asked Questions about using-shipyard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce mandatory skill invocation before an agent response in Claude Code?

Skill invocation governance enforces deterministic activation of the Skill tool before generating any agent response. It evaluates file, task, state, and content triggers to guarantee consistent skill loading and execution across conversational workflows.

What is conversational governance for AI agents and how does it work?

Conversational governance for AI agents is a policy framework that mandates evaluating user requests for skill triggers before replying. It works by intercepting queries, checking for matching task or content conditions, and loading required skills to ensure actions are governed consistently.

How to trigger skill evaluation automatically for every user query?

To trigger skill evaluation automatically for every user query, implement an activation protocol that checks file, task, state, and content triggers before each reply. This pre-response evaluation step ensures all matching skills invoke automatically without manual prompting.

Can I use deterministic skill triggers across different platforms and environments?

Deterministic skill triggers apply across Claude Code environments and other platforms whenever a user query requires skill-based reasoning. The evaluation protocol ensures consistent pre-response activation regardless of the specific conversational environment.

Why does my agent skip skill-based reasoning when responding to user input?

Your agent skips skill-based reasoning when responding to user input because deterministic trigger evaluation is not enforced. Without a pre-response activation protocol, the agent generates replies directly and fails to load the required Skill tool.