scaffold

Generate code artifacts with boilerplate, tests, and wiring.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/coreindustries/core-ai-template --skill scaffold-coreindustries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/coreindustries/core-ai-template/tree/main/.claude/skills/scaffold
Command: npx skills add https://github.com/coreindustries/core-ai-template --skill scaffold-coreindustries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of new code modules, components, screens, and other development artifacts, saving developers time and ensuring consistency.

Core Features & Use Cases

  • Boilerplate Generation: Creates files for modules, components, screens, endpoints, models, and services with pre-defined structures.
  • Convention Adherence: Automatically detects and follows existing code conventions (naming, imports, exports, testing).
  • Use Case: When starting a new feature, use /scaffold component Button to quickly generate a new React button component with its test file and index export, ready for use.

Quick Start

Use the scaffold skill to generate a new module named 'users' in the backend.

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 modules and components?

Boilerplate code generation creates files for modules, components, screens, endpoints, models, and services with pre-defined structures. It analyzes similar existing files to ensure generated code adheres to current project conventions.

Can scaffolding automatically detect and follow my existing code conventions?

Yes, scaffolding automatically detects and follows existing code conventions including naming, imports, exports, and testing patterns. It analyzes similar files within your project to maintain consistency across newly generated artifacts.

What is the best way to create a new React component with its test file?

The best way to create a React component with tests is using a scaffolding command. This instantly generates the component file alongside its test file and necessary index exports, ready for immediate use.

How do I wire new endpoints and services into an existing backend module?

Scaffolding generates new endpoints and services based on specified types and names, ensuring the output includes necessary wiring. It analyzes your existing backend structure to seamlessly integrate the new module artifacts.

Does code generation work without adding external dependencies to my project?

Yes, this code generation operates without requiring external dependencies. It functions independently to analyze your existing files and produce new modules, components, and services that match your current project setup.

Why does my generated code structure not match the rest of my project?

Generated code structures should match your project because the tool analyzes similar existing files to detect conventions. If structures mismatch, ensure comparable reference files exist within the target directory for accurate convention adherence.