Token导航 LogoToken导航TokenDH.com
开发规范操作浏览器github未标认证来源可访问许可证需确认审计通过

wevu-best-practices韦乌最佳实践

Agent Skill

wevu-best-practices 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

955

周安装

39

GitHub Stars

317

下载量

309
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:wevu-best-practices(韦乌最佳实践)
来源仓库:https://github.com/weapp-vite/weapp-vite
仓库路径:skills/wevu-best-practices
安装命令:
npx skills add https://github.com/weapp-vite/weapp-vite --skill wevu-best-practices
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/weapp-vite/weapp-vite --skill wevu-best-practices

简介

提供 wevu 框架在微信小程序中的最佳实践建议,提升开发效率和代码质量。

  • 适用于 wevu 框架的项目,支持 Codex、Claude、Cursor 等编程环境。
  • 通过 npx skills add 命令从 weapp-vite 仓库安装,便于技能扩展。
  • 安装前应确认项目是否使用 wevu,避免兼容性问题。
  • 主要功能围绕仓库状态、Issue 和 PR 处理展开,不直接修改框架代码。

SKILL.md

wevu-best-practices

目的

Implement mini-program runtime logic with Vue-style ergonomics while respecting wevu constraints. Keep lifecycle timing, reactive updates, and component contracts explicit.

触发信号

  • User asks how to implement page/component logic with wevu.
  • User asks about lifecycle hook timing or setup patterns.
  • User asks about props/emit contracts, event detail payloads, or two-way binding patterns.
  • User asks about store architecture, storeToRefs, or type inference behavior.
  • User reports runtime differences versus Vue 3 web behavior.

适用边界

Use this skill when the main problem is runtime behavior and state/event contracts.

Do not use this as the primary skill when:

  • The task is build/config/subpackage/CI orchestration. Use weapp-vite-best-practices.
  • The task is mainly .vue macro/template syntax compatibility. Use weapp-vite-vue-sfc-best-practices.
  • The task is native mini-program phased migration. Use native-to-weapp-vite-wevu-migration.

快速开始

  1. Verify runtime API imports and component registration model.
  2. Confirm hook registration timing and component/page boundaries.
  3. Normalize state/event binding patterns (ref/reactive, emit, bindModel).
  4. Validate with targeted runtime or unit tests.

执行流程

  1. Establish runtime conventions
  • Import runtime APIs from wevu only.
  • Use defineComponent registration for both pages and components.
  • Keep options-style data as a function when used.
  1. Validate boundaries and timing
  • Keep page hooks in page context only.
  • Register lifecycle hooks synchronously in setup().
  • Avoid post-await hook registration.
  1. Normalize reactive update patterns
  • Prefer ref/reactive/computed for state derivation.
  • Avoid large opaque state writes; prefer fine-grained reactive updates.
  • Use explicit bindings when form/event semantics are non-trivial.
  1. Define event and two-way binding contracts
  • Use ctx.emit(event, detail, options) with mini-program semantics.
  • Prefer bindModel/useBindModel for reusable field contracts.
  • Document parser/formatter behavior when value transforms are involved.
  1. Apply store discipline
  • Prefer Setup Store for simple domains and strong TS inference.
  • Use storeToRefs when destructuring state/getters.
  • Introduce createStore() only when global plugin/persistence behavior is required.
  1. Verify compatibility explicitly
  • Avoid DOM/browser-only APIs in runtime business logic.
  • In Node/Vitest, stub Component/wx for bridge tests.
  • Treat platform differences as explicit constraints, not implicit bugs.

约束

  • Avoid hook registration after await in setup().
  • Avoid direct state destructuring without storeToRefs for stores.
  • Avoid relying on undocumented Vue web-only behavior in templates or lifecycle timing.
  • Avoid returning non-serializable native instance objects into template state.

输出要求

When applying this skill, return:

  • A runtime risk summary (lifecycle/state/event/store).
  • Concrete file-level edits.
  • Compatibility caveats versus Vue 3 web runtime.
  • Minimal verification commands and expected signals.

完成检查

  • API imports come from wevu, not vue runtime in business code.
  • Page/component boundary usage is consistent.
  • Hook registration timing is synchronous and predictable.
  • Store usage follows singleton + storeToRefs conventions.
  • Template/event bindings match mini-program-supported semantics.

参考资料

  • references/component-patterns.md
  • references/store-patterns.md
  • references/troubleshooting-checks.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.84%
按下载量换算108

Claude

29.22%
按下载量换算90

Cursor

17.74%
按下载量换算55

Gemini CLI

8.68%
按下载量换算27

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills