mini-app-build

Generate HTML, CSS, and JavaScript code for mini-applications from design and requirements documents.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/matsuni-kk/mini-app-agent --skill mini-app-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mini-app-build
Source: https://github.com/matsuni-kk/mini-app-agent/tree/main/.cursor/skills/mini-app-build
Command: npx skills add https://github.com/matsuni-kk/mini-app-agent --skill mini-app-build

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of writing HTML, CSS, and JavaScript code for mini-applications based on provided design and requirements, streamlining the development workflow.

Core Features & Use Cases

  • Code Generation: Implements front-end code (HTML, CSS, JS) according to specifications.
  • Standard Compliance: Adheres to coding standards for HTML, CSS, and JavaScript.
  • Use Case: After defining requirements and design for a new To-Do list app, use this Skill to generate the initial index.html, style.css, and app.js files.

Quick Start

Implement the code for the mini-app based on the requirements and design documents.

Frequently Asked Questions about mini-app-build

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

FAQPage Schema
How do I generate HTML, CSS, and JavaScript code for a mini-app from design documents?

Yes, the generated mini-app code uses relative paths and static file structures to ensure compatibility with GitHub Pages deployment. This mobile-first approach guarantees the static HTML, CSS, and JavaScript files deploy correctly without server-side configuration.

What coding standards does the generated front-end code follow for HTML, CSS, and JavaScript?

The generated front-end code adheres to standard web technologies including HTML5, CSS3, and ES6+ JavaScript. It specifically follows BEM naming conventions and mobile-first principles to ensure structured, maintainable static files for your mini-app.

Can I use this to build a To-Do list app if I only have basic requirements?

Yes, you can build a To-Do list app by supplying your basic requirements and design documents. The process generates the initial index.html, style.css, and app.js files needed to start your front-end development workflow immediately.

Do I need to write BEM naming conventions manually when generating mini-app code?

No, you do not need to write BEM naming conventions manually as the code generation process automatically adheres to BEM standards. It directly implements these naming conventions within the generated CSS and HTML files based on your provided design documents.