nexus_create_template
Create new project templates for UI, API, or full-stack applications by defining name, slug, kind, repository URL, and AI prompts configuration.
Instructions
Create a new project template
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template name | |
| slug | Yes | URL-friendly slug (must be unique) | |
| description | No | Template description | |
| kind | Yes | Template kind | |
| githubRepoUrl | No | GitHub repository URL | |
| previewImage | No | Preview image URL | |
| tags | No | Tags for categorization | |
| promptsJson | No | AI prompts configuration |