# Sample Scaffolder

> 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. Use when this capability is needed.

- Skill: `tomevault-io/sample-scaffolder` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/sample-scaffolder`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/sample-scaffolder/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/sample-scaffolder

---


# 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.

---
> Source: [pnp/script-samples](https://github.com/pnp/script-samples) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-03 -->

