hula-skill
from hulaspark/hula
🍀 A cross-platform instant messaging desktop application with exceptional performance built on Rust + Vue3, compatible with Windows, macOS, Linux, Android, and iOS(一款基于Rust+Vue3极致性能的跨平台即时通讯桌面应用,兼容Windows、MacOS、Linux、Android、IOS)
npx skills add https://github.com/hulaspark/hula --skill hula-skillSKILL.md
HuLa Skill
Overview
Enable consistent changes across the HuLa frontend, backend, full-stack flows, and build/release tasks with repo-specific conventions and resources.
Activation Gate
Ask which scope to enable: frontend, backend, fullstack, or build-release. Confirm platform (desktop or mobile), target area (view/component/store/command), and any constraints before editing.
Workflow
- Identify scope and platform.
- Locate similar code paths and follow existing patterns.
- Apply changes using repo conventions and available templates.
- Update related layers (routes, stores, commands) when needed.
- Propose or run checks/tests only when requested.
Scope Routing
- Frontend: read
references/frontend.mdandreferences/overview.md; useassets/templates/view-desktop.vue,assets/templates/view-mobile.vue,assets/templates/pinia-store.tsas starters. - Backend: read
references/backend.mdandreferences/overview.md; useassets/templates/tauri-command.rs. - Fullstack: read
references/fullstack.mdplus frontend/backend references; useassets/templates/tauri-command.ts. - Build/Release: read
references/build-release.mdandreferences/checklists.md.
Scripts
Use scripts/hula_summary.py for quick repo context (views/stores counts and paths).
Use scripts/hula_tauri_map.py to list Tauri commands and frontend invoke usage.
References
Use references/overview.md for stack, directories, aliases, and global conventions.
Use references/checklists.md for per-scope checklists.