scaffold

Generate a layered service or module from YAML configuration with user confirmation.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/tanjed/claude-workflow --skill scaffold-tanjed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/tanjed/claude-workflow/tree/main/skills/scaffold
Command: npx skills add https://github.com/tanjed/claude-workflow --skill scaffold-tanjed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a structured service or module, speeding up the development process and ensuring consistency in code organization.

Core Features & Use Cases

  • Automated Scaffold Creation: Generates a complete layered architecture for a new service or module.
  • Customizable Templates: Supports different domain and stack combinations.
  • User Confirmation: Allows users to review and confirm the proposed structure before any files are written.

Quick Start

Use the scaffold skill to create a new service for the 'order' domain using the 'nodejs' stack by saying "create a new service order nodejs".

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I automate code generation for a new service with layered architecture?

You can automate code generation for a new service by using this Skill to generate a structured module with layered architecture. It utilizes YAML configuration and script execution to create the complete service structure automatically.

What is the best way to create a consistent module structure across different tech stacks?

The best way to create a consistent module structure is to use an automated scaffolding tool with customizable templates. This Skill supports multiple domain and stack combinations to ensure consistent code organization across projects.

Can I review the proposed service structure before any files are written?

Yes, you can review the proposed structure before any files are written. This Skill includes a user confirmation step that allows you to review and approve the generated layered architecture before any code generation occurs.

How do I scaffold a new nodejs service for a specific domain?

To scaffold a new nodejs service for a specific domain, you specify the domain and stack combination. The Skill supports multiple combinations, allowing you to generate a complete service structure by defining the domain and nodejs stack.

Does this code generation tool require any specific dependencies or environments?

No, this code generation tool does not require any specific dependencies. The Skill operates independently with no external dependencies, utilizing YAML configuration and script execution to automate the generation of your service structure.

When should I use an automated scaffold tool instead of manually creating service directories?

You should use an automated scaffold tool when you need to speed up development and ensure consistency in code organization across multiple projects. It is ideal for generating structured services with layered architecture rather than manually creating directories.