Skip to content

Project Skills

Boris Tyshkevich edited this page Jul 12, 2026 · 2 revisions

Project skills

Back to Home. Related: Development-Workflow, Operations-Memory.

The canonical project skills are tracked under .claude/skills:

  • ship — plan, implement, test, review, reconcile, and open a PR for one issue; always stops at the human merge gate.
  • ship-phase — coordinate a dependency-aware phase across issues, then open one PR and stop at the merge gate.

Codex discovers the same sources through relative symlinks in .agents/skills:

.agents/skills/ship       -> ../../.claude/skills/ship
.agents/skills/ship-phase -> ../../.claude/skills/ship-phase

Keep .claude/skills canonical. Edit each skill once there; do not replace the links with copies. Both skills can mutate git/GitHub and are only to be invoked when explicitly requested.

The skill instructions also require isolation for concurrent shipping, full unit and build gates, explicit read-only boundaries for review helpers, reconciliation of roadmap/ADR/changelog, and no automatic merge.

Clone this wiki locally