Create Scratch
Generates basic Scratch projects from text descriptions, enabling quick prototyping and educational resource creation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-scratch npx -- -y @trustedskills/create-scratch
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-scratch": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-scratch"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The create-scratch skill allows AI agents to generate a basic, functional Scratch project from a textual description. It can produce simple games or interactive animations based on user instructions. The generated projects include sprites, costumes, and basic code blocks for movement and interaction.
When to use it
- Rapid Prototyping: Quickly create a visual representation of an idea without needing manual Scratch coding.
- Educational Tool: Generate simple Scratch projects as examples for learning programming concepts.
- Game Jam Inspiration: Get a starting point for game development by having the AI generate a basic project structure.
- Interactive Storytelling: Create interactive narratives with visual elements and character interactions using Scratch.
Key capabilities
- Generates Scratch projects from text descriptions.
- Includes sprites, costumes, and code blocks.
- Supports simple games and animations.
- Provides a functional starting point for further customization.
Example prompts
- "Create a Scratch project with a cat sprite that moves when the arrow keys are pressed."
- "Generate a game where a player controls a spaceship to avoid asteroids."
- “Make a simple animation of a bouncing ball.”
Tips & gotchas
The quality of the generated Scratch project depends heavily on the clarity and detail provided in the prompt. More specific instructions will generally yield better results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.