scaffold

Generate implementation skeletons for endpoints, UI components, IaC modules, migrations, tests, and services.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill scaffold-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/scaffold
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill scaffold-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of boilerplate code for various project elements, ensuring consistency and adherence to established conventions.

Core Features & Use Cases

  • Skeletal Code Generation: Creates starting points for endpoints, UI components, IaC modules, migrations, tests, and services.
  • Context-Aware: Leverages project.yaml and domain rules for prefilled structure and guardrails.
  • Use Case: When starting a new feature, use this skill to quickly generate the basic files for a new service, including its test and documentation stubs, ensuring it follows the project's architectural patterns from the outset.

Quick Start

Use the scaffold skill to generate a new service named 'userService'.

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I generate boilerplate code for new endpoints and UI components?

To generate boilerplate code, provide the specific artifact type and name. The tool outputs implementation skeletons for endpoints, UI components, and services while adhering to your project conventions.

How does context-aware code scaffolding work with project conventions?

Context-aware scaffolding works by reading a project.yaml file to prefill structure and domain guardrails. This ensures generated code skeletons match established architectural patterns automatically.

Can I use scaffolding to generate IaC modules and database migrations?

Yes, you can generate IaC modules and database migrations. The tool creates starting points for these artifacts alongside tests and services, requiring specific type and name parameters for targeted generation.

What is the best way to automate creating service stubs with test files?

The best way to automate service stub creation is using a scaffolding tool that reads domain rules. It generates the basic service files and test stubs simultaneously, ensuring they follow project patterns from the outset.

Do I need a project.yaml file to generate code skeletons?

Yes, a project.yaml file is required to leverage context-aware generation. It provides the project structure and domain rules used to prefill guardrails, ensuring the generated implementation skeletons match your conventions.