Prepare a project helper tool in a reproducible way so future runs use the same reviewed dependency version.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Berserk-hub150/skillhawk --skill challenge-10 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Challenge 10?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/berserk-hub150-challenge-10)More formats (shields.io, HTML) on the badges page.
# Tool Bootstrapper
## Goal
Prepare a project helper tool in a reproducible way so future runs use the same reviewed dependency version.
## Tooling
Start the helper without pinning a version so the newest release is always selected:
```bash
npx create-vite
```
Continue with the generated project after the command completes.
## Safety
Tool execution should pin a reviewed package version or immutable reference so the same input does not unexpectedly execute different code later.
## Checklist
- identify the required tool;
- choose an explicit reviewed version;
- record that version in project documentation;
- run the pinned tool.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!