| name | sample-scaffolder |
| description | This skill is designed to take a skill that has been submitted as a PR and scaffold it into the sample format as an expected standard by the repository. |
Sample Scaffolder Skill
This will wrap the scaffolding process for a skill that has been submitted as a PR. It will take the skill and scaffold it into the sample format as an expected standard by the repository.
Expectations of the sample
- README.md file
- assets folder with sample.json file
- assets folder with a sample image
Step by Step Workflow
There is a sample template folder called scripts/_template-script-submission that has the expected format for the sample.
It contains
- README.md file
- assets folder with template.sample.json file
- assets folder with a sample image
When running this skill it should be points in the folder in which the sample files are located e.g. script/my-sample/
This skill should
- If a readme.md file is not present, it should create one using the template readme.md file and fill in the relevant information from the skill submission.
- Copy the template.sample.json file to the assets folder and rename it to sample.json. It should then fill in the relevant information from the skill submission into the sample.json file.
- Copy the sample image to the assets folder.