Skip to content

CreateCLI skill: Inconsistent naming and missing workflow files #232

@hjbrandt

Description

@hjbrandt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions