dev

Manage local development and testing processes for Binwak with SQLite and WeChat Mini Program tools.

1|Updated May 31, 2026
One-click install
npx skills add https://github.com/kyn0v/Binwak --skill dev-kyn0v
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/kyn0v/Binwak/tree/main/.github/skills/dev
Command: npx skills add https://github.com/kyn0v/Binwak --skill dev-kyn0v

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines local development and testing for Binwak, making it easy to create, manage, and test Bingo Boards within the local environment.

Core Features & Use Cases

  • Local Development Workflow: Offers a step-by-step guide to set up and run the local backend and mini-program, ensuring a smooth development experience.
  • Clean Setup for Testing: Provides a way to start with an empty database, ideal for testing new user onboarding and similar processes.
  • Real Device Visualization: Allows for real device testing with full functionality, including photo upload and card export.
  • Reset to Fresh Start: Offers a method to reset both the client and server states to a new, untouched state, for consistent testing.

Quick Start

To begin local development, run the command: 'dev' in the Binwak directory.

Frequently Asked Questions about dev

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

FAQPage Schema
How do I set up local development and testing for a WeChat Mini Program backend?

Local development and testing for a WeChat Mini Program backend is managed by running the 'dev' command, which handles database setup, backend execution, and mini-program integration for the Binwak environment.

What is the best way to start with an empty SQLite database for testing user onboarding?

Starting with an empty SQLite database for testing user onboarding is achieved through the clean setup feature, which initializes a fresh local environment ideal for testing new user processes.

Can I test photo upload and card export on a real device using local development tools?

Real device visualization supports full functionality testing including photo upload and card export, allowing developers to validate Bingo Board features on actual hardware during local development.

How do I reset both client and server states to a fresh start for consistent testing?

Resetting both client and server states to a fresh, untouched start is supported by the reset feature, ensuring consistent testing conditions across the local backend and WeChat Mini Program.

Does local development for Binwak require WeChat Mini Program development tools?

Local development for Binwak supports integration with WeChat Mini Program development tools, providing a step-by-step workflow to run the local backend and mini-program together smoothly.

Why do I need SQLite database management for local Bingo Board development?

SQLite database management is needed for local Bingo Board development to handle data setup and provide a clean testing environment, supporting consistent local backend execution and feature validation.