@tmustier/pi-skill-creator

Detailed guidance for creating Pi skills (Agent Skills format).

Package details

skill

Install @tmustier/pi-skill-creator from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@tmustier/pi-skill-creator
Package
@tmustier/pi-skill-creator
Version
0.3.1
Published
Apr 19, 2026
Downloads
254/mo · 36/wk
Author
tmustier
License
MIT
Types
skill
Size
15 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "SKILL.md"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

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