@tmustier/pi-skill-creator
v0.3.1
Published
Detailed guidance for creating Pi skills (Agent Skills format).
Readme
pi-skill-creator
Guidelines and templates for creating Pi skills that follow the Agent Skills format.
Installation
pi install npm:@tmustier/pi-skill-creator
Validator script
scripts/validate_skill.py uses a PEP 723 uv run --script shebang so PyYAML is provisioned in an ephemeral environment — no system-wide Python packages required.
Prerequisite: install uv (e.g. brew install uv or curl -LsSf https://astral.sh/uv/install.sh | sh), then:
scripts/validate_skill.py /path/to/my-skill
# or, equivalently:
uv run scripts/validate_skill.py /path/to/my-skill