返回 Skill 列表
extension
分类: 开发与工程无需 API Key

hula-skill

HuLa项目技能,包括前端(Vue 3 + Vite + UnoCSS + Naive UI/Vant)、后端(Tauri v2 + Rust + SeaORM/SQLite)、全栈流程以及构建/发布工作。当用户提到hula或HuLa或请求对此仓库进行更改时使用;触发后,询问要启用哪个范围(前端/后端/全栈/构建-发布)。

person作者: jakexiaohubgithub

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

  1. Identify scope and platform.
  2. Locate similar code paths and follow existing patterns.
  3. Apply changes using repo conventions and available templates.
  4. Update related layers (routes, stores, commands) when needed.
  5. Propose or run checks/tests only when requested.

Scope Routing

  • Frontend: read references/frontend.md and references/overview.md; use assets/templates/view-desktop.vue, assets/templates/view-mobile.vue, assets/templates/pinia-store.ts as starters.
  • Backend: read references/backend.md and references/overview.md; use assets/templates/tauri-command.rs.
  • Fullstack: read references/fullstack.md plus frontend/backend references; use assets/templates/tauri-command.ts.
  • Build/Release: read references/build-release.md and references/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.