Follow these steps to install the CreativOS skill for Claude Code.
git clone git@github.com:blanks88/creativOS.git ~/.creativosmkdir -p ~/.claude/skills
cp -r ~/.creativos/skills/creativos ~/.claude/skills/The CLI is required for the skill to function. It provides the creativos commands used to scaffold, validate, and generate code.
pip install ~/.creativosOr with pipx for isolated environment:
pipx install ~/.creativosCheck the skill is installed:
ls ~/.claude/skills/creativos/SKILL.mdCheck the CLI is available:
creativos --versionThe CreativOS skill is now installed. It will be available in Claude Code for .NET Clean Architecture CQRS projects.
To use it, mention creating entities, commands, queries, or DataLoaders for .NET Clean Architecture projects, and the skill will be invoked automatically.
rm -rf ~/.claude/skills/creativosIf installed with pip:
pip uninstall creativosIf installed with pipx:
pipx uninstall creativosrm -rf ~/.creativos