developer

Generate TypeScript frontend and backend MVP scaffolds from a tech specification.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Invariants0/Eido --skill developer-invariants0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer
Source: https://github.com/Invariants0/Eido/tree/main/backend/app/skills/developer
Command: npx skills add https://github.com/Invariants0/Eido --skill developer-invariants0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Full-stack MVPs require coordinated generation of frontend and backend scaffolds from a tech specification; this skill automates creating production-ready TypeScript code that runs in the EIDO workspace and is ready for build.

Core Features & Use Cases

  • Generates a complete TypeScript frontend (Next.js/Vite) and backend (Node) scaffold from the tech specification.
  • Writes all source files to the workspace directory and uses a strict TypeScript-first approach (no Python in MVP).
  • Supports Dockerization and provides a clean monorepo/workspace layout for rapid MVP delivery.

Quick Start

Generate a complete TypeScript MVP scaffold from the tech-spec and write all sources to the workspace at /tmp/eido/workspace/<mvp_name>/.

Frequently Asked Questions about developer

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

FAQPage Schema
How do I scaffold a full-stack TypeScript MVP from a technical specification?

To scaffold a full-stack TypeScript MVP, this generation process automates creating production-ready frontend and backend code directly from your tech specification, outputting a complete monorepo workspace structure ready for build execution.

Can I generate a TypeScript frontend and backend workspace that is ready for Dockerization?

Yes, you can generate a TypeScript frontend and backend workspace prepared for Dockerization. The process outputs a clean monorepo layout with containerized configurations, writing all sources to the designated workspace directory for immediate build execution.

What is the best way to generate a production-ready Next.js and Node.js monorepo?

The best way to generate a production-ready Next.js and Node.js monorepo is using an automated scaffold generator that enforces a strict TypeScript-first approach, ensuring a coordinated frontend and backend project structure written directly to your workspace.

Does the generated MVP scaffold support Python for backend services?

No, the generated MVP scaffold does not support Python. It enforces a strict TypeScript-first approach across the entire stack, ensuring that both frontend and backend services use TypeScript exclusively for production-ready MVP delivery.

Where are the generated TypeScript MVP source files written for build execution?

The generated TypeScript MVP source files are written to the workspace directory at /tmp/eido/workspace/<mvp_name>/, ensuring all frontend and backend scaffolds are correctly placed for build-time execution and Dockerization.