app-builder

Generate full-stack application scaffolds from natural language requests.

7|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/skeletorflet/opencode-kit --skill app-builder-skeletorflet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-builder
Source: https://github.com/skeletorflet/opencode-kit/tree/main/.opencode/skills/app-builder
Command: npx skills add https://github.com/skeletorflet/opencode-kit --skill app-builder-skeletorflet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end creation of full-stack applications from natural language requests, reducing time-to-initialization and ensuring consistency across projects.

Core Features & Use Cases

  • Project detection: identifies the project type and selects an appropriate template.
  • Tech stack selection: decides on the stack and scaffolds the repository.
  • Agent coordination: orchestrates frontend, backend, and infra tasks through a multi-agent pipeline.
  • Use Case: a non-technical founder describes a product idea and App Builder returns a ready-to-run project scaffold with tasks and plan.

Quick Start

Provide a natural language request describing the app you want, and App Builder will generate the scaffold and orchestration plan.

Frequently Asked Questions about app-builder

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

FAQPage Schema
How do I generate a full-stack app scaffold from a natural language request?

To generate a full-stack app scaffold from a natural language request, provide your project description and the system automatically detects the project type, selects a tech stack, and scaffolds the repository. It returns a ready-to-run project structure with an execution plan.

Can I automate project scoping without technical expertise?

Yes, you can automate project scoping without technical expertise by providing a natural language product description. The system identifies the project type, selects an appropriate tech stack, and outputs a ready-to-run project scaffold with a task plan for non-technical founders.

What's the best way to orchestrate frontend, backend, and infrastructure tasks together?

The best way to orchestrate frontend, backend, and infrastructure tasks is using a multi-agent pipeline. This approach coordinates agents across different layers and implements execution checkpoints to ensure consistency throughout the end-to-end application creation process.

Does the scaffolding process support pluggable templates for different project types?

Yes, the scaffolding process supports pluggable templates for different project types. It implements project-type detection to automatically select the appropriate template, ensuring consistency across diverse full-stack applications generated from natural language requests.

How do execution checkpoints work during multi-agent code generation?

Execution checkpoints during multi-agent code generation act as validation gates within the orchestration pipeline. They coordinate agent tasks across frontend, backend, and infrastructure layers to ensure alignment with the initial project scope and scaffold plan.