setup

Configure CLAUDE.md or AGENTS.md with skrrt ship workflow instructions.

2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/skrrt-sh/skills --skill setup-skrrt-sh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/skrrt-sh/skills/tree/main/plugins/ship/skills/setup
Command: npx skills add https://github.com/skrrt-sh/skills --skill setup-skrrt-sh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the onboarding and wiring of skrrt ship instructions into the project's agent configuration files (CLAUDE.md or AGENTS.md), enabling teams to consistently use ship commands like /commit, /pr, and /release rather than raw git commands.

Core Features & Use Cases

  • Append the ship configuration block to CLAUDE.md or AGENTS.md when missing.
  • Analyze the project to recommend a branching strategy using the Branching Strategies reference.
  • Report updated files and guardrails, and create missing instruction files if necessary.

Quick Start

Detect CLAUDE.md or AGENTS.md in the project root and append the ship configuration block, then recommend and apply a branching strategy based on project signals.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I configure CLAUDE.md to use automated git workflows instead of raw git commands?

To configure CLAUDE.md for automated git workflows, this setup skill appends the required HTML skrrt blocks to your agent instruction files, ensuring the team consistently uses /commit, /pr, and /release commands.

Can I automatically add ship workflow instructions to an AGENTS.md file if it does not exist?

Yes, you can automatically add ship workflow instructions even if the file is missing. The setup skill reads your project root and can create a new CLAUDE.md or AGENTS.md file before appending the required configuration blocks.

What is the best way to recommend a branching strategy for a new software project?

The best way to recommend a branching strategy is by analyzing project signals. This setup skill uses a Branching Strategies reference file to evaluate your project and applies the most suitable workflow model.

Does the setup skill support both CLAUDE.md and AGENTS.md files simultaneously?

The setup skill supports both CLAUDE.md and AGENTS.md files by reading the project root for existing agent instruction files, appending the ship configuration block to the ones present, and reporting all updated files.

Why should my team use /commit and /pr commands instead of raw git commands?

Your team should use /commit and /pr commands to ensure consistent onboarding and execution of ship workflows. The setup skill wires these instructions into your configuration files to enforce standardized release processes.