scaffold

Scaffold a monorepo with OpenSpec config and an e2e-test skeleton.

14|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/memorysaver/agentic-engineering-patterns --skill scaffold-memorysaver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/memorysaver/agentic-engineering-patterns/tree/main/skills/project-setup/scaffold
Command: npx skills add https://github.com/memorysaver/agentic-engineering-patterns --skill scaffold-memorysaver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold a new agentic project by creating a monorepo scaffold, OpenSpec config, and an e2e-test skeleton.

Core Features & Use Cases

  • Scaffold a brand new monorepo via Better-T-Stack for new projects.
  • Onboard an existing project by auditing infrastructure gaps and generating OpenSpec scaffolding.
  • Produce a ready-to-use project with OpenSpec, a workspace hook, and an e2e-test scaffolding.

Quick Start

Run the scaffold flow to set up a monorepo for agentic development in your project directory or an empty target folder.

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I scaffold a new agentic project with OpenSpec?

Scaffolding an agentic project with OpenSpec creates a complete monorepo structure, OpenSpec configuration, and an e2e-test skeleton. It ensures a standardized setup with workspace hooks and project scaffolding workflows for both new and existing codebases.

What is the best way to onboard an existing codebase to OpenSpec?

Onboarding an existing codebase to OpenSpec involves auditing infrastructure gaps and generating the required OpenSpec scaffolding. This process integrates workspace hooks and configures the project to match a standardized agentic development workflow.

How does monorepo scaffolding for agentic development work?

Monorepo scaffolding for agentic development works by generating a fresh project structure via Better-T-Stack or auditing an existing codebase. It produces a ready-to-use workspace with OpenSpec config, workspace hooks, and an e2e-test skeleton.

Can I set up e2e testing and workspace hooks in an existing project?

You can set up e2e testing and workspace hooks in an existing project using the onboarding mode. This mode audits infrastructure gaps, generates OpenSpec scaffolding, and creates an e2e-test skeleton with the necessary workspace hooks.

Do I need an empty target folder to start a new monorepo scaffold?

You do not need an empty target folder to start a new monorepo scaffold, as the flow can run in your existing project directory. However, using an empty target folder ensures a clean environment for Better-T-Stack to generate the new project structure.

What is included in a standardized OpenSpec setup?

A standardized OpenSpec setup includes the OpenSpec configuration, generated workspace hooks, and an e2e-test skeleton. It provides a unified project scaffolding workflow for both fresh monorepo creation and existing codebase onboarding.