template

Selects and applies Even Hub G2 starter templates via degit for scaffolding projects with preconfigured wiring.

61|7|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/even-realities/everything-evenhub --skill template-even-realities
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template
Source: https://github.com/even-realities/everything-evenhub/tree/main/skills/template
Command: npx skills add https://github.com/even-realities/everything-evenhub --skill template-even-realities

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly bootstrap an Even Hub G2 project by selecting and applying starter templates via degit, avoiding boilerplate wiring and setup time.

Core Features & Use Cases

  • Template selection: Pick from minimal, asr, image, or text-heavy templates via a simple command.
  • Deterministic scaffolding: Degit pulls a wired starter project with preconfigured wiring (mic pipeline, image container, pagination) so you can start coding immediately.
  • Template-specific follow-ups: After scaffolding, receive targeted instructions to finish provider integration, assets, or content.

Quick Start

Scaffold a new G2 project using a chosen template by providing the project name and flags.

Frequently Asked Questions about template

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

FAQPage Schema
How do I scaffold a G2 project from a starter template?

To scaffold a G2 project from a starter template, you provide your project name and flags as arguments. The tool uses degit to pull a pre-wired starter project so you can start coding immediately without manual boilerplate setup.

What is the best way to bootstrap an Even Hub G2 app without boilerplate?

The best way to bootstrap an Even Hub G2 app without boilerplate is applying a degit starter template. This provides deterministic scaffolding with preconfigured mic pipelines, UI containers, and navigation instead of starting from a blank Vite project.

Can I use degit templates for G2 apps with image or text-heavy layouts?

Yes, you can use degit templates for G2 apps with image or text-heavy layouts. Available starter templates include minimal, asr, image, and text-heavy options, each providing preconfigured wiring tailored to those specific content types.

Do I need to manually wire the mic pipeline when starting a G2 project?

No, you do not need to manually wire the mic pipeline when starting a G2 project. The degit starter templates pull a pre-wired layout with the mic pipeline, UI containers, and navigation already configured for immediate development.

How do I finish provider integration after scaffolding a G2 app?

To finish provider integration after scaffolding a G2 app, follow the template-specific follow-ups provided. The tool delivers targeted instructions to complete provider integration, asset configuration, or content insertion after the initial project setup.

Why use template scaffolding instead of a blank Vite project for G2?

Use template scaffolding instead of a blank Vite project for G2 to avoid boilerplate wiring and setup time. Degit templates provide a ready-made project structure with preconfigured pipelines and containers, allowing you to start coding immediately.