scaffold

Generate Claude Code skills and agents with DLD architecture templates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/EllevatedAI/MeMyselfAndI --skill scaffold-ellevatedai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/EllevatedAI/MeMyselfAndI/tree/main/.claude/skills/scaffold
Command: npx skills add https://github.com/EllevatedAI/MeMyselfAndI --skill scaffold-ellevatedai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold new Claude Code skills and agents following the DLD architecture to standardize creation and onboarding.

Core Features & Use Cases

  • Provides templates for Agent, Wrapper Skill, and Orchestrator
  • Creates the necessary file structure under .claude/agents and .claude/skills
  • Enforces frontmatter and naming conventions for consistency and discovery

Quick Start

Provide the desired scaffold target and type, then run the scaffold command to generate the corresponding skill and optional agent files.

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I create new Claude Code skills and agents with consistent frontmatter?

The DLD architecture standardizes skill and agent creation by enforcing required frontmatter fields like name, description, and model, while generating the correct directory structure under .claude/agents and .claude/skills for consistent discovery.

What is the best way to scaffold a wrapper or orchestrator skill?

The best way to scaffold a wrapper or orchestrator skill is to use a template generator that bootstraps the specific skill type. This automatically creates the necessary file structure and applies the correct frontmatter for your project setup.

How do I generate project templates for Claude-style agents?

Generate project templates for Claude-style agents by running a scaffold command with your desired target and type. This process creates corresponding agent files and optional scripts, references, and assets folders under the .claude directory.

Can I add optional scripts and references folders when generating agent templates?

Yes, you can add optional scripts, references, and assets folders when generating agent templates. The scaffolding process creates these additional folders alongside the core skill structure if they are specified during setup.

Why do my generated Claude skills need specific frontmatter fields?

Generated Claude skills need specific frontmatter fields like name, description, and model to ensure consistency and proper discovery. Enforcing these naming conventions standardizes onboarding and allows the agents to function correctly within the architecture.