Template creation
Templates remove repeated setup: folder layout, @system files, and reusable prompts.
Template types
system— curated presets for everyone (read-only).user— yours to create, edit, copy, and delete.
Built-in presets (examples)
novel, zhihu, tech-blog, horror, science, blank — names may vary by product version; the wizard lists what is available.
Five ways to create / apply
- Pick a system template in the new-project wizard.
- Start from
blank(minimal skeleton). - Create a user template under Settings → Templates.
- Duplicate any template you can see into your user space.
- Extract a project’s
@systeminto a new reusable template.
Typical folder skeleton
text
My Project/
├── @system/
│ ├── writing-style.md
│ ├── glossary.md
│ └── review-checklist.md
├── 01-intro/
├── 02-body/
└── 99-appendix/Where to manage templates
| Goal | Where to do it | Result |
|---|---|---|
| Browse templates | New-project wizard, Settings → Templates | See system templates and your own templates |
| View details | Template detail panel | Preview description, file count, and @system files |
| Create a user template | Settings → Templates | Create a template that belongs to your account |
| Duplicate a template | Template actions | Copy a system or user template into your own space |
| Edit/delete user templates | Template actions | Update template info or remove templates you no longer use |
| Manage template files | Template file list | Add, edit, or remove @system files and prompt snippets |
| Apply to a project | New-project wizard | Start a project with the selected settings and structure |
| Extract from a project | Template tools | Turn a mature project’s @system into a reusable template |
Web + desktop
- Wizard shows cards with icon, color, description, file count.
- Settings: My templates vs System; user templates are fully editable.
- Desktop local mode supports local template management where available; local templates are not automatically two-way synced to the cloud.
See also
- Use cases for example
@systemsnippets - AI features for
@systembehavior