Personal_AI_Infrastructure
Personal_AI_Infrastructure copied to clipboard
Personal AI Infrastructure for upgrading humans.
Summary The HistorySystem.md documentation describes a comprehensive Universal Output Capture System (UOCS) that automatically captures Learnings, Research, Decisions, and Execution outputs. However, after investigation, it appears only the raw event...
I had Kai do a deep infrastructure audit of PAI and it found several critical issues that break functionality. I've already applied fixes locally but wanted to report them for...
## Issue The Art skill uses lowercase directory and file naming, which contradicts the TitleCase convention specified in `SkillSystem.md`. ## SkillSystem.md states: > "All naming in the skill system MUST...
## Issue Summary The Prompting skill needs updates to comply with SkillSystem.md requirements. ## Problems Found ### 1. Missing Required Sections Per SkillSystem.md, every skill must have: - `## Workflow...
## Issue Summary The Ffuf skill needs updates to comply with SkillSystem.md TitleCase naming conventions and structural requirements. ## Problems Found ### 1. Directory Naming Not TitleCase - **Current:** `resources/`...
## Issue Summary The CreateCLI skill has several inconsistencies between the SKILL.md documentation and actual file structure. ## Problems Found ### 1. Header Uses Inconsistent Naming - **Current:** `# system-createcli`...
## Description The `AlexHormoziPitch` skill references a Command file that doesn't exist in the repository: ```markdown ## Full Workflow Reference For complete step-by-step instructions: `read ${PAI_DIR}/Commands/create-hormozi-pitch.md` ``` **File:** `.claude/Skills/AlexHormoziPitch/SKILL.md` (line...
The capture-session-summary.ts hook generates empty session summaries (no tools, files, or commands recorded) because it reads a different data format than what capture-all-events.ts outputs. Root Cause Field name mismatches between...
The statusline script uses stat -f%m which is macOS syntax. On Linux, this fails silently and breaks the ccusage cache timing. Location: statusline-command.sh lines 117 and 165 Current (macOS only):...
Followed the guide to install on linux, configured api keys and restarted shell. I open claude and get hit with: ``` ⎿ SessionStart:startup hook error ⎿ SessionStart:startup hook error ⎿ ...