← ClaudeAtlas

creatorskilllisted

Create or update Pi prompt templates and Agent skills from a short user brief. Produces minimal, well-structured SKILL.md or prompt files that follow Agent Skills best practices.
DrOlu/agent-skills · ★ 0 · AI & Automation · score 63
Install: claude install-skill DrOlu/agent-skills
# 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) Behavior 1. Validate the brief. If essential details are missing, ask one concise clarification question. 2. If kind == "auto", infer whether a prompt template or skill fits the brief. 3. Determine a safe slug: - Prefer an explicit `name` if provided after normalization. - Otherwise derive a short, verb-led slug from the brief (lowercase, letters/