Personal_AI_Infrastructure
Personal_AI_Infrastructure copied to clipboard
Missing Skill Workflows?
I built a new skill that wasn't being automatically picked up by PAI (Claude Code could see it). When I started digging, I see some anamolies.
- We have a skill index that doesn't seem to get regenerated anywhere automatically that I can tell, and there's no guidance in the documentation that we need to manually regenerate it other than the 'if routing fails, regenerate'
- The skills/CreateSkill/SKILL.md file refers to three workflows that are missing: CreateSkill, ValidateSkill, CanonicalizeSkill
Is this a gap in conversion, intent changes, something else?