skills/creatorskill/SKILL.md
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.
npx skillsauth add dwsy/agent creatorskillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
Input contract
The skill expects a JSON payload (appended to the command) or equivalent user message with these fields:
Behavior
name if provided after normalization.name and description (these are the trigger fields)references/ files.description and a short reusable prompt body and usage notes.Naming rules
Examples
Prepare a skill in chat (staged command):
/skill:creatorskill {"kind":"skill","scope":"global","brief":"Create a skill that reviews staged git changes for security issues and outputs a short remediation plan."}
Prepare a prompt template in chat (staged command):
/skill:creatorskill {"kind":"prompt","scope":"global","brief":"Template for reviewing staged git changes with a strict security checklist."}
Sample SKILL.md created for a security-review skill:
---
name: security-review
description: Review staged git changes for security issues and suggest concise remediation steps. Use when you want an automated checklist and file-level recommendations for changed files.
---
# Security Review
## Purpose
Quickly identify security-relevant changes in staged files and provide prioritized remediation suggestions.
## Setup
No one-time setup required. (If helper scripts are included, document how to run them.)
## Workflow
1. List staged files and their diffs.
2. For each file, check for secrets, insecure patterns, and risky configuration changes.
3. Produce a short summary and per-file remediation steps.
## Examples
- `./scripts/check_secrets.sh` (run locally after review)
Validation & Best Practices
references/ and link from SKILL.md.name and description (description should include trigger contexts).Notes
testing
Best practices for writing and maintaining high-quality role memories.
documentation
工作文档枢纽,强制执行 SSOT(Single Source of Truth)原则,管理 `docs/` 目录下的架构决策、设计文档、Issues(任务规划)、PRs(变更记录)。支持 GitHub 协作开发模式。
tools
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
development
Vercel 设计指南 - 构建高质量 Web 应用的最佳实践,包含现代 UI/UX 原则、性能优化和无障碍标准。