scaffold

Create project directories and configuration files from an architecture doc.

18|3|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/ondrej-svec/heart-of-gold-toolkit --skill scaffold-ondrej-svec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/ondrej-svec/heart-of-gold-toolkit/tree/main/plugins/marvin/skills/scaffold
Command: npx skills add https://github.com/ondrej-svec/heart-of-gold-toolkit --skill scaffold-ondrej-svec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prepare a project for development by creating directories, configs, and installing dependencies, while ensuring no source or test files are created.

Core Features & Use Cases

  • Creates project scaffolding: directories and configuration files to jumpstart development.
  • Installs dependencies and tooling configurations as defined by architecture docs.
  • Enforces a strict boundary: never writes source or test files; suitable for greenfield or pipeline-driven setups.

Quick Start

Describe your project setup to scaffold the initial structure and configurations.

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I auto-setup project scaffolding with directories and config files?

Project scaffolding is automated by creating necessary directories and configuration files. The system reads an architecture doc or queries you for project details to determine the required structure and tooling, ensuring a jumpstart on development without writing source or test files.

Can I generate project configuration from an architecture document?

Yes, project configuration can be generated directly from an architecture document. The system reads the document to determine the required directory structure, dependencies, and tooling configurations to apply during the setup process.

Does this project setup tool write source code or test files?

No, this project setup tool enforces a strict boundary and never writes source or test files. It is designed exclusively for greenfield or pipeline-driven workflows to create directories, install dependencies, and apply configurations.

What is the best way to scaffold a greenfield project with dependencies and tooling?

The best way to scaffold a greenfield project is by providing your architecture document or answering queries about your project. The system then automatically creates the directories, installs dependencies, and applies the required tooling configurations.

How do I install dependencies and tooling configurations for a new project?

Dependencies and tooling configurations are installed based on your architecture document or project details. The setup process automatically applies these configurations to your new project directories without generating any source or test files.