You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
---
5
+
6
+
# Sample Scaffolder Skill
7
+
8
+
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.
9
+
10
+
## Expectations of the sample
11
+
12
+
- README.md file
13
+
- assets folder with sample.json file
14
+
- assets folder with a sample image
15
+
16
+
## Step by Step Workflow
17
+
18
+
There is a sample template folder called `scripts/_template-script-submission` that has the expected format for the sample.
19
+
It contains
20
+
- README.md file
21
+
- assets folder with template.sample.json file
22
+
- assets folder with a sample image
23
+
24
+
When running this skill it should be points in the folder in which the sample files are located e.g. script/my-sample/
25
+
26
+
This skill should
27
+
28
+
- 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.
29
+
- 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.
0 commit comments