Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Dock Skill

A generic AI coding skill for building and reviewing Mini Dock MicroPython apps.

This repository contains the skill instructions. Device setup, SDK behavior, Thonny usage, app lifecycle, and resource-path rules belong to the official VOBOT documentation and are linked below instead of being duplicated here.

Skill Guide

Repository Structure

mini_dock/
|-- SKILL.md
|-- README.md
|-- agents/
|   `-- openai.yaml
|-- docs/
|   `-- skill-introduction.md
|-- references/
|   |-- app-structure-and-deployment.md
|   |-- ble-nus.md
|   |-- emulator.md
|   |-- hardware-and-peripherals.md
|   |-- publishing.md
|   |-- system-services.md
|   |-- ui-and-input.md
|   `-- web-settings.md
`-- tests/
    `-- prompts.md

Official Mini Dock References

Install

npx skills add https://github.com/myvobot/dock-mini-app-skill --skill mini-dock

Restart or reload the app after installing.

Use

Use $mini-dock to build a generic Mini Dock app.
Use $mini-dock to create a BLE NUS control app for Mini Dock.
Use $mini-dock to review my Mini Dock app structure and resource paths.

Scope

This skill is device-focused and app-neutral. It covers Mini Dock app structure, LVGL UI, input handling, SDK peripherals, GPIO safety policy, BLE NUS patterns, and deployment guidance. It does not assume compatibility with any single companion app or protocol.

About

A development skill for quickly building apps that run on Vobot Dock Mini.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors