@tmustier/pi-skill-creator
v0.3.4
Published
Detailed guidance for creating Agent Skills (Pi-compatible Agent Skills format).
Readme
Agent Skill Creator
Guidelines and templates for creating Agent Skills that follow the Agent Skills format and can be loaded by Pi and other compatible agent clients.
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-skillREADME.md is optional for ordinary Agent Skill validation. For a publishable human-facing package, require a README with an Installation section explicitly:
scripts/validate_skill.py --require-readme /path/to/my-skill