Skip to content

๐Ÿงญ WP-CLI package ยท composes CLAUDE.md + AGENTS.md + skills ยท registers MCP

Your AI crew, already briefed

Bosun composes AI agent guidelines and skills for PressGang themes โ€” generated from what each theme actually has installed and enabled, so every agent that comes aboard knows the ropes.

Read the docs
$ wp package install pressgang-wp/bosun$ wp bosun install โœ” Inventory: pressgang 2.1 ยท quartermaster 1.3โœ” Template routing detected โ€” guidance aboardโœ” Composed CLAUDE.md + AGENTS.mdโœ” Skills installed โ†’ .claude/skills/โœ” MCP server registered โ†’ .mcp.json All hands briefed.

The problem

Convention is invisible to an unbriefed agent

PressGang's best features leave barely a trace in a child theme's code โ€” controllers route by convention, config merges silently, context getters wire themselves. Great for developers who know the ship; invisible to AI agents who don't.

An unbriefed agent writes working code that misses everything the framework gives you: hand-rolled query arrays, stub template files, hooks in functions.php. Bosun closes that gap at the source.

How Bosun briefs agents
# harbour-cafe โ€” agent guidelines ## Template routing is ONDo not create archive-*.php stubs.Controllers resolve by convention. ## Queries use Quartermaster 1.3Prefer fluent methods over raw args. ## Post types live in config/Never register via add_action('init').

Composed from the ship's manifest

Not a static template pasted into every repo โ€” Bosun inspects each theme and writes guidance for what's actually there.

๐Ÿ“‹ Inventory-driven

Detects installed packages, versions, and enabled features โ€” template routing, Quartermaster, WooCommerce โ€” and briefs accordingly.

๐Ÿง  Every agent format

Writes CLAUDE.md and AGENTS.md, plus agent skills โ€” one briefing, every AI coding tool aboard.

๐Ÿ”„ Re-run anytime

Add a package, enable a feature, re-run wp bosun install โ€” the briefing keeps pace with the ship.

๐Ÿ”Œ Live tools, not just docs

Where Capstan can serve MCP, Bosun wires its introspection โ€” routing, config, health, version-aware docs search โ€” straight into your editor's .mcp.json, so agents observe the live theme, not just read about it.

Built for the PressGang fleet

Bosun completes the loop: Capstan launches the project, PressGang structures it, Quartermaster queries it โ€” and Bosun makes sure your AI tools know all of it.