Personal_AI_Infrastructure icon indicating copy to clipboard operation
Personal_AI_Infrastructure copied to clipboard

AlexHormoziPitch skill references missing Command file

Open hjbrandt opened this issue 3 weeks ago • 0 comments

Description

The AlexHormoziPitch skill references a Command file that doesn't exist in the repository:

## Full Workflow Reference

For complete step-by-step instructions: `read ${PAI_DIR}/Commands/create-hormozi-pitch.md`

File: .claude/Skills/AlexHormoziPitch/SKILL.md (line 65)

Expected Behavior

Either:

  1. The referenced Commands/create-hormozi-pitch.md file should exist in the repo
  2. Or the skill should contain the workflow internally (e.g., Workflows/CreatePitch.md)

Additional Context

  • The skill also lacks a formal Examples section per SkillSystem.md standards
  • No Commands/ directory exists in the current repo structure

Suggested Fix

Option A: Add the missing Command file to Commands/create-hormozi-pitch.md

Option B: Internalize the workflow by:

  1. Creating AlexHormoziPitch/Workflows/CreatePitch.md with the workflow content
  2. Updating the reference in SKILL.md
  3. Adding an Examples section

hjbrandt avatar Dec 21 '25 10:12 hjbrandt