doey-scaffy-new

Create scaffy templates from existing files or interactive prompts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating scaffy templates from existing files or via guided prompts is repetitive and error-prone, hindering rapid project bootstrapping.

Core Features & Use Cases

  • Seed from existing files to generate initial scaffy blocks.
  • Interactive guided prompts to capture domain, variables, and anchors.
  • Output generated templates to .doey/scaffy/templates/<name>.scaffy with safe overwrite.

Quick Start

Create a new scaffy template from existing files or via guided prompts.

Frequently Asked Questions about doey-scaffy-new

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

FAQPage Schema
How do I create code-generation templates from existing project files?

To create code-generation templates from existing files, use the --from-files flag to seed scaffy blocks directly from your codebase, capturing the file structure and variables into a reusable template.

Can I use interactive prompts to build project bootstrapping templates?

Yes, you can build project bootstrapping templates interactively by using the --interactive flag, which guides you through capturing domain specifics, variables, and anchors step-by-step.

What is the best way to define domain-driven variables for scaffolding?

The best way to define domain-driven variables for scaffolding is through the --domain flag or interactive prompts, ensuring generated templates match your business logic and naming conventions accurately.

Where are generated scaffy templates saved and can I safely overwrite them?

Generated scaffy templates are saved to the .doey/scaffy/templates/<name>.scaffy directory, and you can safely overwrite existing files by applying the --force flag during the generation process.

Do I need any external dependencies to run scaffy template generation?

No, you do not need external dependencies to run scaffy template generation; the tool operates independently without requiring additional packages or modules to be installed.