Skip to content

Examples

🐍 Snake Game

To create this project, run:

bash
silk create snake "Create a snake game project with HTML, CSS, and JavaScript files"

🐍 Snake Game (using markdown plans)

plan.md
md
### Specification
Create a snake game project with HTML, CSS, and JavaScript files

To execute this specification, run:

bash
silk do plan.md

This command triggers the Silk AI assistant to generate the project based on the specification.