Personal_AI_Infrastructure icon indicating copy to clipboard operation
Personal_AI_Infrastructure copied to clipboard

CreateCLI skill: Inconsistent naming and missing workflow files

Open hjbrandt opened this issue 1 month ago • 0 comments

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

  1. Update SKILL.md header to # CreateCLI
  2. Update all workflow references to TitleCase to match actual files
  3. 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

hjbrandt avatar Dec 21 '25 10:12 hjbrandt