metaapp-develop

Develop MetaApp frontends with IDFramework using a no-build template workflow.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/metaid-developers/metaapp-skills --skill metaapp-develop
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: metaapp-develop
Source: https://github.com/metaid-developers/metaapp-skills/tree/main/metaapp-develop
Command: npx skills add https://github.com/metaid-developers/metaapp-skills --skill metaapp-develop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables AI agents to rapidly develop complete MetaApp frontend projects using IDFramework without a build step, providing templates, development guidelines, and reusable components/commands.

Core Features & Use Cases

  • Provides a templated project structure under templates/ for quick scaffolding and consistent architecture.
  • Guides how to wire IDFramework models, commands, delegates, and Web Components in a no-build environment.
  • Supports on-demand loading of components and commands to keep startup lean and extensible for AI-driven workflows.

Quick Start

Kick off by reading the MetaApp Development Guide and bootstrap a new project from templates/metaapp-develop to start building with IDFramework.

Frequently Asked Questions about metaapp-develop

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

FAQPage Schema
How do I build a frontend without a build step using IDFramework?▼

To develop a MetaApp frontend without a build step, use IDFramework templates to scaffold projects, wire Web Components and commands in app.js, and load them on-demand in index.html for lean startup.

What is the MVC and Command Pattern architecture for MetaApp development?▼

The MetaApp architecture uses MVC and the Command Pattern to separate application logic, delegating actions to specific commands and models while coordinating component rendering and execution without a build step.

How do I wire models, commands, and delegates in a no-build web app?▼

You wire IDFramework models, commands, and delegates by assembling them within the provided project templates, configuring app.js to handle execution, and updating index.html to load components on-demand.

Can I use IDFramework to scaffold a complete web component project quickly?▼

Yes, IDFramework provides a templated project structure under templates/metaapp-develop that allows you to quickly scaffold and maintain a consistent architecture for complete MetaApp frontends.

How do I keep frontend startup lean when loading components on demand?▼

IDFramework supports on-demand loading of components and commands, keeping startup lean by only initializing necessary delegates and models when required during the MetaApp execution workflow.