bryllen-new

Create a new Bryllen design project with git, .gitignore, and full scaffolding.

2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/madebynoam/bryllen --skill bryllen-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bryllen-new
Source: https://github.com/madebynoam/bryllen/tree/main/plugin/plugins/bryllen/skills/bryllen-new
Command: npx skills add https://github.com/madebynoam/bryllen --skill bryllen-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new Bryllen design project with minimal setup, streamlining project bootstrap and environment initialization.

Core Features & Use Cases

  • Bootstrap project scaffolding: Initializes git, creates .gitignore, installs Bryllen, and scaffolds standard project files.
  • Environment setup: Ensures Bryllen is installed and the project structure is created for immediate development.
  • Use Case: You want to rapidly start a new design project and begin annotating and generating components without manual setup.

Quick Start

Run the command /bryllen-new <project-name> to scaffold a new Bryllen design project and start the development environment.

Frequently Asked Questions about bryllen-new

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

FAQPage Schema
How do I scaffold a new design project and initialize git at the same time?

You can scaffold a new design project by running the /bryllen-new command, which initializes git, creates a .gitignore file, installs Bryllen, and sets up the full project structure for immediate development.

What is the best way to bootstrap a dev environment for design automation without manual setup?

The best way to bootstrap a dev environment is using a single command that enforces git initialization, ensures a .gitignore is present, checks for Bryllen installation, and scaffolds all standard project files automatically.

Do I need to install Bryllen before scaffolding a project?

No, you do not need to install Bryllen beforehand because the scaffolding process checks for Bryllen and installs it automatically if it is missing from your environment.

Does the project scaffolding process create a .gitignore file automatically?

Yes, the project scaffolding process ensures a .gitignore file is automatically created and present in your new project directory during the git initialization step.

When should I use a CLI project scaffold instead of manually setting up design project files?

You should use a CLI project scaffold when you want to rapidly start a new design project and begin annotating and generating components immediately without spending time on manual environment initialization.