zalo-miniapp-discovery

Map and analyze Zalo Mini App codebases for structure and zmp-sdk usage.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/tienchinh21/skills-for-mini-zalo-app --skill zalo-miniapp-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zalo-miniapp-discovery
Source: https://github.com/tienchinh21/skills-for-mini-zalo-app/tree/main/zalo-miniapp-discovery
Command: npx skills add https://github.com/tienchinh21/skills-for-mini-zalo-app --skill zalo-miniapp-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps development teams quickly understand unfamiliar Zalo Mini App projects by mapping project structure, locating key components, and auditing usage of zmp-sdk and zmp-ui.

Core Features & Use Cases

  • Structure discovery: Detect common folders (pages, components, hooks) and map their relationships to provide a readable project map.
  • Dependency & API audit: Identify usage of zmp-sdk and zmp-ui, including common patterns and potential misuses.
  • Reports & guidance: Generate structured findings that help onboard new developers and standardize auditing practices.
  • Use Case: When joining a new Zalo Mini App project, run the skill to get a high-level map and a checklist of audits to perform.

Quick Start

Run the discovery skill at the repository root of a Zalo Mini App project to produce a mapped report and actionable audits.

Frequently Asked Questions about zalo-miniapp-discovery

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

FAQPage Schema
How do I map and audit an unfamiliar Zalo Mini App codebase?

To map a Zalo Mini App codebase, run a discovery scan at the repository root to detect pages, components, and hooks. This generates a structured report surfacing project structure and zmp-sdk usage patterns.

Can I audit zmp-ui and zmp-sdk usage across React and TypeScript projects?

Yes, you can audit zmp-ui and zmp-sdk usage in React + TypeScript + Vite projects. The scan identifies common implementation patterns and potential misuses across your application's features.

What is the best way to discover project structure for Zalo Mini Apps?

The best way to discover Zalo Mini App structure is to scan the repository root to locate common folders like pages, components, and hooks. This maps their relationships into a readable project overview.

Does this codebase audit tool work without configuring external dependencies?

Yes, the codebase audit tool works without external dependencies. It reads the repository structure and SKILL.md frontmatter directly to drive guidance and generate structured findings.

When do I need to generate a structured report for Zalo Mini App projects?

You need to generate a structured report when onboarding new developers to a Zalo Mini App project. The report provides a high-level map and a checklist of audits to standardize review practices.

Why should I scan Zalo Mini App components and hooks before starting development?

You should scan Zalo Mini App components and hooks to quickly understand unfamiliar projects. Locating key components and auditing zmp-sdk usage helps standardize practices and accelerates developer onboarding.