command-creator

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Quick Usage (Already Configured)

Create a new command file

mkdir -p commands

Create commands/<name>.md with frontmatter and a prompt template.

Command file example

---
description: Run tests with coverage
agent: build
model: gpt-5.2-codex
---

Run the full test suite with coverage report and show any failures.
Focus on the failing tests and suggest fixes.
Related skills
Installs
2
GitHub Stars
11
First Seen
Mar 13, 2026