new-template

Scaffolds complete Lens Studio template projects with canonical directory layout.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/specs-devs/agentic-tools --skill new-template
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: new-template
Source: https://github.com/specs-devs/agentic-tools/tree/main/skills/new-template
Command: npx skills add https://github.com/specs-devs/agentic-tools --skill new-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a standardized Spectacles Lens Studio template project scaffold that follows repository structure conventions for new templates, samples, or experiences.

Core Features & Use Cases

  • Structured Template: Enforces canonical directory layout including ESProj, Assets, Packages, and README.
  • Starter Codebase: Includes starter TypeScript script patterns and documentation scaffolding to accelerate prototyping.
  • Use Case: When asked to scaffold a new template for a Lens Studio project, this skill generates a ready-to-edit skeleton aligned with repo conventions.

Quick Start

Open the repository's new-template workflow to scaffold a complete Lens Studio template directory with the prescribed structure.

Frequently Asked Questions about new-template

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Spectacles Lens Studio template project following repository conventions?▼

To scaffold a Spectacles Lens Studio template, this skill automates generating a complete directory structure with ESProj, Assets, Packages, and README skeletons aligned to repository conventions.

What files and directories are included in a standard Lens Studio starter kit?▼

A standard Lens Studio starter kit includes a canonical directory layout containing ESProj files, Assets, Packages, and README skeletons, alongside starter TypeScript script patterns to accelerate prototyping.

Can I use this scaffolding tool to create sample experiences and starter kits for Spectacles?▼

Yes, you can use this scaffolding tool to create new templates, sample experiences, or starter kits for Spectacles workflows by generating a ready-to-edit project skeleton.

What's the best way to automate project structure creation for a Lens Studio template?▼

Automating project structure creation for a Lens Studio template is best handled by generating a standardized scaffold that enforces the prescribed repository directory layout and documentation.

Do I need to manually configure the directory layout when creating a new Spectacles template?▼

No, you do not need to manually configure the directory layout when creating a new Spectacles template because the scaffold automatically enforces the canonical structure including ESProj and Packages.

Why does my new Lens Studio project need a standardized repository structure?▼

A new Lens Studio project needs a standardized repository structure to satisfy repo conventions, ensuring consistent organization of Assets, Packages, and starter codebase patterns across templates.