Hans-Jakob Brandt

Results 8 issues of Hans-Jakob Brandt

## 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...

## Summary The History directory used inconsistent naming conventions: | Directory | Convention | |-----------|------------| | Decisions | PascalCase ✓ | | Execution | PascalCase ✓ | | Learnings |...

## Summary The `capture-all-events.ts` hook uses lowercase `'raw-outputs'` in the path, but the actual History directory is `Raw-Outputs` (TitleCase with hyphen). This causes the hook to fail on case-sensitive filesystems...

## Summary This PR enforces the TitleCase naming convention specified in `SkillSystem.md` across all skills. This addresses the inconsistencies reported in #229. ## Changes ### Directory Renames Renamed `workflows/` to...