golem-new-project

Scaffold new Golem application projects from templates in Rust, TypeScript, and Scala.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-new-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-new-project
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-new-project
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-new-project

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill facilitates rapid setup of new Golem application projects, reducing manual configuration and accelerating development workflows.

Core Features & Use Cases

  • Project scaffolding: Automatically generates project structures from templates in multiple programming languages like Rust, TypeScript, and Scala.
  • Template customization: Allows specifying application names, component names, and presets to tailor the generated project.
  • Use Case: A developer wants to initialize a new TypeScript-based Golem application with a custom name and preset for deployment, simplifying the setup process.

Quick Start

Create a new project using golem new with the TypeScript template and specify the application name in one command.

Frequently Asked Questions about golem-new-project

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

FAQPage Schema
How do I scaffold a new Golem application project?

To scaffold a new Golem application, you can use automated project initialization to generate the directory structure and configuration files from predefined templates. This streamlines initial setup and accelerates development workflows.

What programming languages are supported for Golem project initialization?

Golem project scaffolding supports multiple programming languages for application development, specifically including Rust, TypeScript, and Scala. This allows you to select the appropriate language template for your structured agent-based applications.

Can I customize the project template when creating a new Golem application?

Yes, project scaffolding allows template customization by specifying application names, component names, and presets. This tailors the generated project structure to meet specific deployment and development requirements.

What is the fastest way to set up a TypeScript Golem project?

The fastest way to set up a TypeScript Golem project is using the `golem new` command with the TypeScript template. You can specify the application name and presets in one command to quickly generate the necessary structure.

Do I need to manually configure deployment settings for a new Golem project?

No, manual configuration is minimized. The automated scaffolding process allows you to specify presets during project initialization, which handles deployment preparation and reduces manual setup errors for your agent-based applications.