Scaffold a resource
open77_new_resourceCreate an Open77 resource with manifest, lifecycle handlers, and WebUI page or export guard when needed. Supports blank, gamemode, hud, service kinds; never overwrites existing resources.
Instructions
Creates a resource that is correct by construction: manifest, lifecycle handlers, and for kinds that need it a WebUI page or the export ownership guard. Kinds: blank, gamemode, hud, service. Writes under the resources root (or directory) and never overwrites an existing resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | blank | |
| name | Yes | Lowercase slug; Open77 resources conventionally use the open77_ prefix, a gamemode may be bare | |
| summary | No | One line for the manifest comment and AGENTS.md | |
| directory | No | Parent directory; default the resources root |