padosoft-skill-creator
Installation
SKILL.md
Padosoft Skill Creator
Creates skills that follow the Agent Skills specification and the padosoft/skills conventions,
without having to remember them. The expected outcome: make all green on the first try, and a skill that
triggers when it is needed, not at random.
0. What is in this skill
| File | Use |
|---|---|
scripts/check_provenance.py |
Mandatory gate: fails if a skill carries a date, an address, a credential, an id, a local path, a customer term. --json for CI, --topic-ok for incident-response skills. |
scripts/new_skill.py |
Scaffolding: creates skills/<name>/ with a filled-in SKILL.md, folders and eval files. --help for the options. |
templates/SKILL.template.md |
The skeleton used by the scaffolding, if you need to start by hand. |
references/checklist.md |
Review checklist before the PR, and the recurring mistakes to avoid. |
The validation scripts live in the repo, not here: scripts/build_catalog.py, scripts/validate_plugins.py and skills/padosoft-email-html-builder/scripts/validate_skill.py (repo paths, not paths of this skill).