doey-scaffy-run

Apply scaffy templates to a project working tree with variable substitution.

6|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FRIKKern/doey --skill doey-scaffy-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doey-scaffy-run
Source: https://github.com/FRIKKern/doey/tree/main/.claude/skills/doey-scaffy-run
Command: npx skills add https://github.com/FRIKKern/doey --skill doey-scaffy-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates applying scaffy templates to a project to standardize scaffolding and accelerate initial setup.

Core Features & Use Cases

  • Apply a .scaffy template to the working tree with automatic parsing, variable substitution, and template resolution.
  • Preview changes with --dry-run and view diffs with --diff before applying.
  • Generate machine-readable reports with --json and manage templates under .doey/scaffy/templates/<name>.scaffy for reuse.

Quick Start

Run doey-scaffy run <template>.scaffy to apply your scaffy template to the project, optionally supplying variables with --var KEY=VALUE or --vars-file <path>.

Frequently Asked Questions about doey-scaffy-run

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

FAQPage Schema
How do I automate project scaffolding with variable substitution?

Automate project scaffolding by applying scaffy templates to your working tree through a 7-stage pipeline that performs automatic parsing and variable substitution. Supply variables directly with --var KEY=VALUE or load them from a file.

Can I preview code scaffolding changes before applying them to the project?

Preview code scaffolding changes before applying them by using the --dry-run flag to see the planned outcome, or the --diff flag to view the exact file differences that will be made to the working tree.

What is the best way to manage reusable scaffolding templates for environment customization?

Manage reusable templates for environment customization by storing them under the .doey/scaffy/templates/<name>.scaffy directory path, allowing you to standardize scaffolding and accelerate initial project setup across working trees.

How do I generate machine-readable reports for template execution?

Generate machine-readable reports for template execution by invoking the scaffy run command with the --json flag, which provides structured output detailing the template application and variable substitution results.

Does doey-scaffy require any external dependencies to apply templates?

Doey-scaffy does not require external dependencies to apply templates. It handles template parsing, resolution, and variable substitution directly within the project's working tree using its built-in 7-stage pipeline.