creatorskill

Installation
SKILL.md

creatorskill

Purpose

This skill creates a lightweight, production-ready Pi resource (prompt template or Agent skill) from a short user brief. It favors concise, actionable files that follow the Agent Skills conventions and progressive disclosure: only the minimal metadata is kept in immediate context and larger references are stored separately.

When to use

  • You want a new prompt template or skill scaffolded quickly from a short description.
  • You want a small, standards-compliant SKILL.md written for immediate use by Pi or other Agent Skill runtimes.
  • You prefer a single, reviewable change staged in chat (nothing is executed automatically).

Input contract

The skill expects a JSON payload (appended to the command) or equivalent user message with these fields:

  • kind: "auto" | "prompt" | "skill" # preferred resource type or "auto" to infer
  • scope: "global" | "project" # target location (global preferred)
  • brief: string # one-paragraph description of what the resource should do
  • name: string? # optional slug hint (will be normalized)
Installs
2
First Seen
Jul 2, 2026
creatorskill — drolu/agent-skills