scaffold_project
Create a new project skeleton with README, .gitignore, and entry file, returning the list of generated files. Specify project name, language, and description to initialize a ready-to-use directory structure.
Instructions
创建一个新项目的目录骨架(README/.gitignore/入口文件),返回创建的文件清单。
name: 项目名(单级目录名,防路径穿越)
language: python / node / plain
description: 项目简介,写入 README
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| language | No | python | |
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |