new-project

Scaffold a NetYamlForge sub-project with YAML config, entities, dashboard, and SQLite schema.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/riangone/NetYamlForge --skill new-project-riangone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-project
Source: https://github.com/riangone/NetYamlForge/tree/main/.claude/skills/new-project
Command: npx skills add https://github.com/riangone/NetYamlForge --skill new-project-riangone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating a new NetYamlForge sub-project can be lengthy and error-prone. This Skill bootstraps a complete starter structure, including YAML config, entities, dashboard, and a SQLite schema, so developers can start coding immediately without manual setup.

Core Features & Use Cases

  • Full project skeleton with config, database seed, entities (main + sub-entity), dashboards, and collaborative hooks.
  • All essential components for a runnable NetYamlForge sub-project: config, database/init_seed.sql, entities, Hooks, jobs, exports, and layout scaffolding.
  • Use Case: Rapidly bootstrap a new sub-project in a multi-project NetYamlForge workspace to prototype features and demonstrate architecture.

Quick Start

Provide a project name and optional description to scaffold a complete NetYamlForge sub-project.

Frequently Asked Questions about new-project

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

FAQPage Schema
How do I scaffold a new sub-project with YAML config and SQLite schema?

Scaffold a complete sub-project by providing a project name and optional description to auto-generate YAML config, entities, dashboard, and SQLite schema for immediate coding.

What is the fastest way to bootstrap a NetYamlForge workspace module?

Bootstrapping a NetYamlForge module is fastest using an auto-generation Skill that creates a full project skeleton with database seeds, hooks, jobs, and layout scaffolding.

Do I need any dependencies installed to generate a project starter with entities and dashboards?

No dependencies are required to generate the project starter, entities, and dashboards, as the Skill operates independently to produce the complete runnable sub-project structure.

What's the best way to set up a production-ready starter template for a new micro-service?

The best way is auto-generating a starter template that includes all essential components like config, init_seed.sql, entities, collaborative hooks, and exports for a production-ready micro-service.

Can I use this scaffolding approach for prototyping features in a multi-project workspace?

Yes, you can use this scaffolding approach to rapidly bootstrap a new sub-project in a multi-project workspace, specifically designed to prototype features and demonstrate architecture.

Why does creating a new sub-project manually often lead to setup errors?

Manual sub-project creation is error-prone because it requires individually configuring YAML files, database schemas, and entity structures, which an automated scaffolding process eliminates entirely.