Shep Port Creator banner
shep-ai shep-ai

Shep Port Creator

Development community

Description

--- name: shep-port-creator description: Creates ONE brand-new output port interface in packages/core/src/application/ports/output/ without any caller migration. Use when the caller has already designed a new boundary (e.g., ILogger, IFileSystemService, IProcessLivenessProbe) and only needs the interface file, a JSDoc-documented contract, and optionally a thin concrete adapter stub in infrastructure. Does NOT migrate callers, does NOT touch the DI container wiring, does NOT rewrite existing code

Installation

Installs to ~/.claude/agents/shep-ai-shep-shep-port-creator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shep-ai/shep/HEAD/.claude/agents/shep-port-creator.md -o ~/.claude/agents/shep-ai-shep-shep-port-creator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository