Personal_AI_Infrastructure
Personal_AI_Infrastructure copied to clipboard
CreateCLI skill: Inconsistent naming and missing workflow files
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 -
Should be:
# CreateCLI(TitleCase per SkillSystem.md conventions)
2. Workflow References Use Wrong Case
The SKILL.md references workflows with kebab-case, but actual files use TitleCase:
| Referenced in SKILL.md | Actual File |
|---|---|
Workflows/create-cli.md |
Workflows/CreateCli.md |
Workflows/add-command.md |
Workflows/AddCommand.md |
Workflows/upgrade-tier.md |
Workflows/UpgradeTier.md |
3. Missing Workflow Files
Two workflows are referenced but don't exist:
-
Workflows/add-testing.md- Referenced for "add tests to CLI" triggers -
Workflows/setup-distribution.md- Referenced for "publish CLI" triggers
Suggested Fix
- Update SKILL.md header to
# CreateCLI - Update all workflow references to TitleCase to match actual files
- Either create the missing workflow files or mark them as TODO in SKILL.md
Related
This follows the TitleCase naming convention defined in Skills/CORE/SkillSystem.md.
🤖 Generated with Claude Code