mini-app-deploy

Deploy mini-applications to Vercel with GitHub repository creation and live URL verification.

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

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 deploying mini-applications to Vercel, handling repository creation, code pushing, and live URL generation, streamlining the release process.

Core Features & Use Cases

  • Automated Deployment: Deploys mini-apps to Vercel with a single command.
  • Repository Management: Creates private GitHub repositories for the deployed code.
  • Live URL Generation: Provides a public URL for the deployed application.
  • Use Case: After building a new mini-app, you can use this Skill to quickly deploy it to a live URL for testing or public access, including setting up the necessary GitHub repository.

Quick Start

Use the mini-app-deploy skill to deploy the application to Vercel.

Frequently Asked Questions about mini-app-deploy

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

FAQPage Schema
How do I automate deploying a mini-app to Vercel?

To deploy a mini-app to Vercel, this Skill automates the entire release process including GitHub repository creation, code pushing, and Vercel CLI execution. It performs preflight checks and post-deployment quality control to verify the live URL.

Can I automatically create a GitHub repository when deploying my web application?

Yes, you can create a GitHub repository during the deployment process. The Skill handles repository management by automatically creating a private GitHub repository and pushing your application code before deploying to Vercel.

What steps are required to push code and generate a live URL for a mini-app?

Steps to generate a live URL include running preflight checks, creating a private GitHub repository, pushing the code, and executing the Vercel CLI for production deployment. Post-deployment quality control then verifies the successful live URL and updates the status.

Does the Vercel deployment process include preflight checks and post-deployment verification?

Yes, the Vercel deployment process includes both preflight checks before execution and post-deployment quality control via subagents. This ensures successful deployment by verifying the live URL and updating the deployment status.

Do I need to manually configure the Vercel CLI to deploy my mini-app?

No, you do not need to manually configure the Vercel CLI for deployment. The Skill executes the Vercel CLI automatically for production deployment, handling the entire process from code pushing to live URL generation and verification.