dev-project-assemble

Assemble backend and frontend scaffolds into a runnable TypeScript monorepo project.

25|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/parhumm/jaan-to --skill dev-project-assemble
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-project-assemble
Source: https://github.com/parhumm/jaan-to/tree/main/adapters/codex/skillpack/skills/dev-project-assemble
Command: npx skills add https://github.com/parhumm/jaan-to --skill dev-project-assemble

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wires backend + frontend scaffold outputs into a runnable project structure with proper directory trees, configs, and entry points.

Core Features & Use Cases

  • Assemble scaffold artifacts into a cohesive project layout with entry points and config files for a runnable app.
  • Split bundled scaffold outputs into per-resource backend routes, schemas, services, and frontend components, hooks, and pages.
  • Generate and document environment and project configuration, plus optional API docs integration when OpenAPI is provided.

Quick Start

Assemble the provided backend and frontend scaffold artifacts into a runnable project in the target directory.

Frequently Asked Questions about dev-project-assemble

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

FAQPage Schema
How do I assemble backend and frontend scaffold outputs into a runnable monorepo project?

To assemble a runnable monorepo project, this Skill wires separate backend and frontend scaffold artifacts into a cohesive directory tree with proper entry points, config generation, and consistent file splitting.

How do I split bundled scaffold outputs into per-resource backend routes, schemas, and frontend components?

Splitting bundled scaffold outputs involves separating monolithic artifacts into backend routes, schemas, services, and frontend components, hooks, and pages, enforcing consistent file splitting and provider wiring across the project.

Can I use this to generate environment configuration and project documentation for a TypeScript monorepo?

Yes, you can generate and document environment and project configuration for TypeScript monorepos. It enforces environment documentation across backend and frontend artifacts to ensure proper provider wiring.

Does this project assembly process support OpenAPI integration for API docs generation?

Yes, the project assembly process supports optional API docs integration when an OpenAPI specification is provided, wiring the documentation alongside generated environment configuration and directory trees.

What is the best way to wire backend and frontend scaffolds into a runnable full-stack TypeScript app?

The best way to wire full-stack TypeScript scaffolds is applying consistent directory trees, entry points, and config generation across monorepo setups, ensuring provider wiring and environment documentation are enforced.

Do I need separate backend and frontend scaffolds before assembling a runnable full-stack project?

Yes, you need separate backend and frontend scaffold artifacts generated beforehand. This Skill assembles those existing scaffold outputs into a runnable project structure with proper directory trees and entry points.