mini-app-status

Track mini-app development phases and update status.md files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a clear, centralized view of the development progress for mini-apps, ensuring all stakeholders are informed about the status of each phase and artifact.

Core Features & Use Cases

  • Automated Status Updates: Automatically updates a status.md file for each app as development progresses through defined phases (Requirements, Design, Build, Test, Review, Deploy).
  • Progress Tracking: Calculates and reports overall progress percentage based on completed phases.
  • Artifact Management: Lists generated documents and source code artifacts for each phase.
  • Use Case: After the 'mini-app-build' skill completes, this skill automatically updates the app/my-calculator-app/status.md file to reflect that the implementation phase is done, lists index.html, style.css, and app.js as artifacts, and updates the progress to 50%.

Quick Start

Update the status for the 'my-calculator-app' after the build skill has finished.

Frequently Asked Questions about mini-app-status

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

FAQPage Schema
How do I track mini-app development progress across multiple phases?

Track mini-app development progress by consolidating phase completion, generated artifacts, and overall progress percentage into a centralized status.md file for clear project oversight. It automatically updates as development advances through defined phases like Requirements, Design, Build, and Test.

How does automated status tracking work for app development artifacts?

Automated status tracking works by updating the status.md file with generated documents and source code artifacts whenever a development phase completes. It lists specific files like index.html or app.js and calculates the overall progress percentage based on defined completion criteria.

Can I integrate sub-agent automation to update app development status automatically?

Yes, you can integrate sub-agent automation to update app development status automatically. The skill supports sub-agent integration to trigger automated updates to the status.md file immediately upon completion of related development skills.

What is the best way to manage project oversight for mini-app builds?

The best way to manage project oversight for mini-app builds is using a centralized status.md file that defines completion criteria for each phase and calculates progress percentage. This ensures all stakeholders are informed about artifact generation and phase status.

Do I need a specific workflow to calculate progress percentage for mini-apps?

You need a defined workflow with distinct development phases such as Requirements, Design, Build, Test, Review, and Deploy to calculate progress percentage for mini-apps. The skill evaluates completion criteria for each phase to determine the overall progress metric.